Searched defs:fake (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ieee802154/
H A Dfakelb.c40 struct fakelb_priv *fake; member in struct:fakelb_dev_priv
90 struct fakelb_priv *fake = priv->fake; local
94 read_lock_bh(&fake->lock);
100 list_for_each_entry(dp, &priv->fake->list, list) {
107 read_unlock_bh(&fake->lock);
149 static int fakelb_add_one(struct device *dev, struct fakelb_priv *fake) argument
194 priv->fake = fake;
204 write_lock_bh(&fake
[all...]
/drivers/edac/
H A Dghes_edac.c430 bool fake = false; local
442 fake = true;
479 if (!fake) {
494 if (!fake) {
/drivers/net/wireless/b43/
H A Ddma.c1482 static const struct b43_txstatus fake; /* filled with 0 */ local
1581 txstat = &fake;
/drivers/net/wireless/libertas/
H A Dcfg.c1708 u8 *fake = fake_ie; local
1714 * For cfg80211_inform_bss, we'll need a fake IE, as we can't get
1715 * the real IE from the firmware. So we fabricate a fake IE based on
1719 *fake++ = WLAN_EID_SSID;
1720 *fake++ = params->ssid_len;
1721 memcpy(fake, params->ssid, params->ssid_len);
1722 fake += params->ssid_len;
1724 *fake++ = WLAN_EID_SUPP_RATES;
1725 *fake++ = 4;
1726 *fake
[all...]

Completed in 128 milliseconds