/drivers/net/phy/ |
D | vitesse.c | 268 .read_status = &genphy_read_status, 279 .read_status = &genphy_read_status, 290 .read_status = &genphy_read_status, 301 .read_status = &genphy_read_status, 312 .read_status = &genphy_read_status, 323 .read_status = &genphy_read_status, 335 .read_status = &genphy_read_status, 347 .read_status = &genphy_read_status,
|
D | broadcom.c | 460 .read_status = genphy_read_status, 472 .read_status = genphy_read_status, 484 .read_status = genphy_read_status, 496 .read_status = genphy_read_status, 508 .read_status = genphy_read_status, 520 .read_status = genphy_read_status, 532 .read_status = bcm5482_read_status, 544 .read_status = genphy_read_status, 556 .read_status = genphy_read_status, 568 .read_status = genphy_read_status, [all …]
|
D | intel-xway.c | 247 .read_status = genphy_read_status, 262 .read_status = genphy_read_status, 277 .read_status = genphy_read_status, 292 .read_status = genphy_read_status, 307 .read_status = genphy_read_status, 322 .read_status = genphy_read_status, 337 .read_status = genphy_read_status, 352 .read_status = genphy_read_status,
|
D | smsc.c | 179 .read_status = genphy_read_status, 202 .read_status = genphy_read_status, 225 .read_status = lan87xx_read_status, 248 .read_status = genphy_read_status, 270 .read_status = lan87xx_read_status, 293 .read_status = lan87xx_read_status,
|
D | realtek.c | 130 .read_status = &genphy_read_status, 138 .read_status = &genphy_read_status, 148 .read_status = genphy_read_status, 160 .read_status = &genphy_read_status, 173 .read_status = &genphy_read_status,
|
D | davicom.c | 156 .read_status = genphy_read_status, 167 .read_status = genphy_read_status, 178 .read_status = genphy_read_status, 188 .read_status = genphy_read_status,
|
D | micrel.c | 801 .read_status = genphy_read_status, 820 .read_status = genphy_read_status, 839 .read_status = genphy_read_status, 858 .read_status = genphy_read_status, 877 .read_status = genphy_read_status, 896 .read_status = genphy_read_status, 914 .read_status = genphy_read_status, 932 .read_status = genphy_read_status, 948 .read_status = genphy_read_status, 965 .read_status = genphy_read_status, [all …]
|
D | aquantia.c | 130 .read_status = aquantia_read_status, 142 .read_status = aquantia_read_status, 154 .read_status = aquantia_read_status, 166 .read_status = aquantia_read_status,
|
D | lxt.c | 266 .read_status = genphy_read_status, 276 .read_status = genphy_read_status, 287 .read_status = lxt973a2_read_status, 296 .read_status = genphy_read_status,
|
D | marvell.c | 1502 .read_status = &genphy_read_status, 1520 .read_status = &genphy_read_status, 1538 .read_status = &marvell_read_status, 1556 .read_status = &genphy_read_status, 1574 .read_status = &marvell_read_status, 1593 .read_status = &marvell_read_status, 1614 .read_status = &genphy_read_status, 1632 .read_status = &genphy_read_status, 1650 .read_status = &genphy_read_status, 1668 .read_status = &genphy_read_status, [all …]
|
D | icplus.c | 221 .read_status = &ip175c_read_status, 232 .read_status = &genphy_read_status, 245 .read_status = &genphy_read_status,
|
D | cicada.c | 114 .read_status = &genphy_read_status, 125 .read_status = &genphy_read_status,
|
D | bcm63xx.c | 73 .read_status = genphy_read_status, 85 .read_status = genphy_read_status,
|
D | ste10Xp.c | 93 .read_status = genphy_read_status, 106 .read_status = genphy_read_status,
|
D | xilinx_gmii2rgmii.c | 44 priv->phy_drv->read_status(phydev); in xgmiitorgmii_read_status() 88 priv->conv_phy_drv.read_status = xgmiitorgmii_read_status; in xgmiitorgmii_probe()
|
D | bcm87xx.c | 199 .read_status = bcm87xx_read_status, 211 .read_status = bcm87xx_read_status,
|
/drivers/net/plip/ |
D | plip.c | 255 static inline unsigned char read_status (struct net_device *dev) in read_status() function 260 return port->ops->read_status (port); in read_status() 425 c0 = read_status(dev); in plip_bh_timeout_error() 444 c0 = read_status(dev); in plip_bh_timeout_error() 493 c0 = read_status(dev); in plip_receive() 496 c1 = read_status(dev); in plip_receive() 510 c0 = read_status(dev); in plip_receive() 513 c1 = read_status(dev); in plip_receive() 717 c0 = read_status(dev); in plip_send() 731 c0 = read_status(dev); in plip_send() [all …]
|
/drivers/ide/ |
D | ide-iops.c | 115 stat = tp_ops->read_status(hwif); in __ide_wait_stat() 121 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) { in __ide_wait_stat() 128 stat = tp_ops->read_status(hwif); in __ide_wait_stat() 148 stat = tp_ops->read_status(hwif); in __ide_wait_stat() 517 stat = hwif->tp_ops->read_status(hwif); in ide_wait_not_busy()
|
D | ide-eh.c | 21 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS) in ide_ata_error() 47 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_ata_error() 76 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_atapi_error() 175 stat = tp_ops->read_status(hwif); in atapi_reset_pollfunc() 239 tmp = hwif->tp_ops->read_status(hwif); in reset_pollfunc()
|
D | ns87415.c | 87 .read_status = superio_read_status, 255 stat = hwif->tp_ops->read_status(hwif); in init_hwif_ns87415() 273 .read_status = ide_read_status,
|
D | ide-probe.c | 275 s = tp_ops->read_status(hwif); in ide_dev_read_id() 313 s = tp_ops->read_status(hwif); in ide_dev_read_id() 322 (void)tp_ops->read_status(hwif); in ide_dev_read_id() 340 : hwif->tp_ops->read_status(hwif); in ide_busy_sleep() 416 stat = tp_ops->read_status(hwif); in do_probe() 425 stat = tp_ops->read_status(hwif); in do_probe() 442 stat = tp_ops->read_status(hwif); in do_probe() 456 (void)tp_ops->read_status(hwif); in do_probe() 835 hwif->tp_ops->read_status(hwif); in ide_host_enable_irqs()
|
/drivers/media/dvb-frontends/ |
D | dvb_dummy_fe.c | 197 .read_status = dvb_dummy_fe_read_status, 226 .read_status = dvb_dummy_fe_read_status, 257 .read_status = dvb_dummy_fe_read_status,
|
/drivers/char/ipmi/ |
D | ipmi_kcs_sm.c | 161 static inline unsigned char read_status(struct si_sm_data *kcs) in read_status() function 351 status = read_status(kcs); in kcs_event() 460 status = read_status(kcs); in kcs_event() 533 if (read_status(kcs) == 0xff) in kcs_detect()
|
/drivers/staging/ks7010/ |
D | ks7010_sdio.c | 407 unsigned char read_status; in ks_wlan_hw_rx() local 435 read_status = READ_STATUS_IDLE; in ks_wlan_hw_rx() 437 ks7010_sdio_write(priv, READ_STATUS, &read_status, in ks_wlan_hw_rx() 438 sizeof(read_status)); in ks_wlan_hw_rx() 440 DPRINTK(1, " error : READ_STATUS=%02X\n", read_status); in ks_wlan_hw_rx() 451 read_status = READ_STATUS_IDLE; in ks_wlan_hw_rx() 453 ks7010_sdio_write(priv, READ_STATUS, &read_status, in ks_wlan_hw_rx() 454 sizeof(read_status)); in ks_wlan_hw_rx() 456 DPRINTK(1, " error : READ_STATUS=%02X\n", read_status); in ks_wlan_hw_rx() 458 DPRINTK(4, "READ_STATUS=%02X\n", read_status); in ks_wlan_hw_rx()
|
/drivers/mfd/ |
D | da903x.c | 57 int (*read_status)(struct da903x_chip *, unsigned int *status); member 244 chip->ops->read_status(chip, &status); in da903x_query_status() 433 .read_status = da9030_read_status, 440 .read_status = da9034_read_status,
|