Searched refs:foo (Results 1 – 12 of 12) sorted by relevance
/drivers/net/wireless/ath/ |
D | ath.h | 300 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) argument 301 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) argument 313 #define ATH_DBG_WARN(foo, arg...) do {} while (0) argument 314 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ argument 315 int __ret_warn_once = !!(foo); \
|
/drivers/staging/wlan-ng/ |
D | p80211conv.c | 117 int foo; in skb_ether_to_p80211() local 209 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data, in skb_ether_to_p80211() 213 if (foo) { in skb_ether_to_p80211() 216 foo); in skb_ether_to_p80211() 289 int foo; in skb_p80211_to_ether() local 329 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4, in skb_p80211_to_ether() 334 if (foo) { in skb_p80211_to_ether() 337 foo); in skb_p80211_to_ether()
|
/drivers/of/unittest-data/ |
D | overlay_9.dts | 9 property-foo = "bar";
|
/drivers/nubus/ |
D | nubus.c | 133 static inline long nubus_expand32(long foo) in nubus_expand32() argument 135 if (foo & 0x00800000) /* 24bit negative */ in nubus_expand32() 136 foo |= 0xFF000000; in nubus_expand32() 137 return foo; in nubus_expand32()
|
/drivers/usb/phy/ |
D | phy-fsl-usb.c | 221 void b_data_pulse_end(unsigned long foo) in b_data_pulse_end() argument 240 void b_vbus_pulse_end(unsigned long foo) in b_vbus_pulse_end() argument 253 void b_srp_end(unsigned long foo) in b_srp_end() argument 268 void a_wait_enum(unsigned long foo) in a_wait_enum() argument
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.c | 149 static int pvr2_context_thread_func(void *foo) in pvr2_context_thread_func() argument
|
/drivers/hwmon/ |
D | adt7462.c | 227 u16 foo; in adt7462_read_word_data() local 228 foo = i2c_smbus_read_byte_data(client, reg); in adt7462_read_word_data() 229 foo |= ((u16)i2c_smbus_read_byte_data(client, reg + 1) << 8); in adt7462_read_word_data() 230 return foo; in adt7462_read_word_data()
|
/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 554 unsigned long foo, void *bar) in dcon_reboot_notify() argument
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 3674 static irqreturn_t nv_nic_irq(int foo, void *data) in nv_nic_irq() argument 3707 static irqreturn_t nv_nic_irq_optimized(int foo, void *data) in nv_nic_irq_optimized() argument 3736 static irqreturn_t nv_nic_irq_tx(int foo, void *data) in nv_nic_irq_tx() argument 3848 static irqreturn_t nv_nic_irq_rx(int foo, void *data) in nv_nic_irq_rx() argument 3893 static irqreturn_t nv_nic_irq_other(int foo, void *data) in nv_nic_irq_other() argument 3960 static irqreturn_t nv_nic_irq_test(int foo, void *data) in nv_nic_irq_test() argument 4017 irqreturn_t (*handler)(int foo, void *data); in nv_request_irq()
|
/drivers/input/serio/ |
D | hp_sdc.c | 304 static void hp_sdc_tasklet(unsigned long foo) in hp_sdc_tasklet() argument
|
/drivers/atm/ |
D | eni.c | 1459 static void foo(void) 1515 foo(); in eni_int()
|
/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 1390 static irqreturn_t ns83820_irq(int foo, void *data) argument
|