Searched refs:rf_size (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00soc.c | 51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00soc_alloc_reg()
|
| D | rt2x00pci.c | 51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00pci_alloc_reg()
|
| D | rt2x00.h | 635 const unsigned int rf_size; member 1049 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_read() 1056 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_write()
|
| D | rt2800soc.c | 224 .rf_size = RF_SIZE,
|
| D | rt2800pci.c | 379 .rf_size = RF_SIZE,
|
| D | rt2800usb.c | 760 .rf_size = RF_SIZE,
|
| D | rt2x00usb.c | 780 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00usb_alloc_reg()
|
| D | rt2400pci.c | 1800 .rf_size = RF_SIZE,
|
| D | rt2500usb.c | 1890 .rf_size = RF_SIZE,
|
| D | rt2500pci.c | 2099 .rf_size = RF_SIZE,
|
| D | rt73usb.c | 2387 .rf_size = RF_SIZE,
|
| D | rt61pci.c | 2967 .rf_size = RF_SIZE,
|