Searched refs:available (Results 1 - 25 of 141) sorted by relevance

123456

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommonring.c91 u16 available; local
96 available = commonring->depth - commonring->w_ptr +
99 available = commonring->r_ptr - commonring->w_ptr;
101 if (available > 1) {
104 if (available > commonring->depth / 8) {
132 u16 available; local
137 available = commonring->depth - commonring->w_ptr +
140 available = commonring->r_ptr - commonring->w_ptr;
142 if (available > 1) {
168 u16 available; local
[all...]
/drivers/net/ethernet/arc/
H A DKconfig10 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/intel/
H A DKconfig10 and read the Ethernet-HOWTO, available from
120 This data is available via the hwmon sysfs interface and exposes
/drivers/net/ethernet/qualcomm/
H A DKconfig10 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/via/
H A DKconfig10 and read the Ethernet-HOWTO, available from
/drivers/base/power/
H A Dopp.c52 * @available: true/false - marks if this OPP as available or not
63 bool available; member in struct:dev_pm_opp
137 * dev_pm_opp_get_voltage() - Gets the voltage corresponding to an available opp
157 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available)
167 * dev_pm_opp_get_freq() - Gets the frequency corresponding to an available opp
187 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available)
197 * dev_pm_opp_get_opp_count() - Get number of opps available in the opp list
200 * This function returns the number of available opps if there are any,
221 if (temp_opp->available)
255 dev_pm_opp_find_freq_exact(struct device *dev, unsigned long freq, bool available) argument
[all...]
/drivers/pci/hotplug/
H A Dcpqphp_nvram.c202 u32 available; local
210 available = 1024;
213 temp_dword = available;
240 u32 available; local
250 available = 1024;
268 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available);
273 rc = add_byte(&pFill, 1, &usedbytes, &available);
283 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available);
288 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available);
293 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available);
[all...]
/drivers/net/ethernet/smsc/
H A DKconfig12 and read the Ethernet-HOWTO, available from
32 available from <http://www.tldp.org/docs.html#howto>.
48 available from <http://www.tldp.org/docs.html#howto>.
50 This driver is also available as a module ( = code which can be
75 More specific information and updates are available from
87 and read the Ethernet-HOWTO, available from
90 This driver is also available as a module. The module will be
124 and read the Ethernet-HOWTO, available from
127 This driver is also available as a module. The module will be
/drivers/net/ethernet/3com/
H A DKconfig11 and read the Ethernet-HOWTO, available from
26 EtherLinkIII series, say Y and read the Ethernet-HOWTO, available
41 network card, say Y and read the Ethernet-HOWTO, available from
82 available from <http://www.tldp.org/docs.html#howto>. More
101 the Ethernet-HOWTO, available from
/drivers/net/ethernet/8390/
H A DKconfig11 and read the Ethernet-HOWTO, available from
75 and read the Ethernet-HOWTO, available from
99 the Ethernet-HOWTO, available from
117 say Y and read the Ethernet-HOWTO, available from
168 the Ethernet-HOWTO, available from
187 the Ethernet-HOWTO, available from
/drivers/net/ethernet/adaptec/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/adi/
H A DKconfig11 available from <http://www.tldp.org/docs.html#howto>.
31 it compiled into the kernel. This driver is also available as a
/drivers/net/ethernet/agere/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/allwinner/
H A DKconfig12 class, say Y and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/apple/
H A DKconfig11 and read the Ethernet-HOWTO, available from
62 say Y and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/atheros/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/brocade/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/cadence/
H A DKconfig12 available from <http://www.tldp.org/docs.html#howto>.
/drivers/net/ethernet/cirrus/
H A DKconfig11 and read the Ethernet-HOWTO, available from
27 Ethernet-HOWTO, available from
58 read the Ethernet-HOWTO, available from
/drivers/net/ethernet/cisco/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/dec/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/dlink/
H A DKconfig11 and read the Ethernet-HOWTO, available from
42 More specific information and updates are available from
/drivers/net/ethernet/emulex/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/fujitsu/
H A DKconfig11 and read the Ethernet-HOWTO, available from
/drivers/net/ethernet/hisilicon/
H A DKconfig11 and read the Ethernet-HOWTO, available from

Completed in 267 milliseconds

123456