Searched refs:radio_read (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ac.c | 83 .radio_read = b43_phy_ac_op_radio_read,
|
H A D | phy_common.h | 104 * @radio_read: Read from a Radio register. 164 u16 (*radio_read)(struct b43_wldev *dev, u16 reg); member
|
H A D | phy_common.c | 219 return dev->phy.ops->radio_read(dev, reg); in b43_radio_read()
|
H A D | phy_lcn.c | 847 .radio_read = b43_phy_lcn_op_radio_read,
|
H A D | phy_g.c | 3044 .radio_read = b43_gphy_op_radio_read,
|
H A D | phy_lp.c | 2682 .radio_read = b43_lpphy_op_radio_read,
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 977 static ssize_t radio_read(struct file *file, char __user *data, in radio_read() function 1559 .read = radio_read,
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 2457 static ssize_t radio_read(struct file *file, char __user *data, in radio_read() function 2494 .read = radio_read,
|