Searched refs:rf_size (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/drivers/net/wireless/rt2x00/ |
D | rt2x00soc.c | 64 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00soc_alloc_reg()
|
D | rt2x00.h | 653 const unsigned int rf_size; member 1003 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_read() 1010 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_write()
|
D | rt2x00pci.c | 240 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00pci_alloc_reg()
|
D | rt2x00usb.c | 789 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00usb_alloc_reg()
|
D | rt2800usb.c | 835 .rf_size = RF_SIZE,
|
D | rt2800pci.c | 1099 .rf_size = RF_SIZE,
|
D | rt2400pci.c | 1786 .rf_size = RF_SIZE,
|
D | rt2500usb.c | 1893 .rf_size = RF_SIZE,
|
D | rt2500pci.c | 2078 .rf_size = RF_SIZE,
|
D | rt73usb.c | 2379 .rf_size = RF_SIZE,
|
D | rt61pci.c | 3043 .rf_size = RF_SIZE,
|