Searched refs:radio_read (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | phy_common.h | 170 u16 (*radio_read)(struct b43_wldev *dev, u16 reg); member
|
D | phy_common.c | 204 return dev->phy.ops->radio_read(dev, reg); in b43_radio_read()
|
D | phy_a.c | 584 .radio_read = b43_aphy_op_radio_read,
|
D | phy_g.c | 3044 .radio_read = b43_gphy_op_radio_read,
|
D | phy_lp.c | 2724 .radio_read = b43_lpphy_op_radio_read,
|
D | phy_n.c | 4076 .radio_read = b43_nphy_op_radio_read,
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-video.c | 1518 static ssize_t radio_read(struct file *file, char __user *data, in radio_read() function 2469 .read = radio_read,
|
/linux-2.6.39/drivers/media/video/bt8xx/ |
D | bttv-driver.c | 3527 static ssize_t radio_read(struct file *file, char __user *data, in radio_read() function 3560 .read = radio_read,
|