Home
last modified time | relevance | path

Searched refs:rf_size (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00soc.c51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00soc_alloc_reg()
A Drt2x00.h644 const unsigned int rf_size; member
1059 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_read()
1066 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_write()
A Drt2x00pci.c51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00pci_alloc_reg()
A Drt2800soc.c225 .rf_size = RF_SIZE,
A Drt2800pci.c380 .rf_size = RF_SIZE,
A Drt2800usb.c760 .rf_size = RF_SIZE,
A Drt2x00usb.c783 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00usb_alloc_reg()
A Drt2400pci.c1802 .rf_size = RF_SIZE,
A Drt2500usb.c1890 .rf_size = RF_SIZE,
A Drt2500pci.c2101 .rf_size = RF_SIZE,
A Drt73usb.c2386 .rf_size = RF_SIZE,
A Drt61pci.c2970 .rf_size = RF_SIZE,

Completed in 40 milliseconds