Home
last modified time | relevance | path

Searched refs:read_status (Results 1 – 25 of 203) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dxilinx_gmii2rgmii.c38 if (priv->phy_drv->read_status) in xgmiitorgmii_read_status()
39 err = priv->phy_drv->read_status(phydev); in xgmiitorgmii_read_status()
92 priv->conv_phy_drv.read_status = xgmiitorgmii_read_status; in xgmiitorgmii_probe()
H A Daquantia_main.c646 .read_status = aqr_read_status,
654 .read_status = aqr_read_status,
662 .read_status = aqr_read_status,
672 .read_status = aqr_read_status,
682 .read_status = aqr107_read_status,
700 .read_status = aqr107_read_status,
716 .read_status = aqr_read_status,
H A Drealtek.c700 .read_status = rtlgen_read_status,
710 .read_status = rtlgen_read_status,
722 .read_status = rtl822x_read_status,
734 .read_status = rtl822x_read_status,
759 .read_status = rtl9010a_read_status,
H A Dbcm87xx.c196 .read_status = bcm87xx_read_status,
208 .read_status = bcm87xx_read_status,
H A Dsmsc.c363 .read_status = lan87xx_read_status,
411 .read_status = lan87xx_read_status,
438 .read_status = lan87xx_read_status,
H A Dnxp-tja11xx.c703 .read_status = tja11xx_read_status,
721 .read_status = tja11xx_read_status,
739 .read_status = tja11xx_read_status,
762 .read_status = tja11xx_read_status,
H A Dmarvell.c2682 .read_status = marvell_read_status,
2721 .read_status = marvell_read_status,
2743 .read_status = marvell_read_status,
2765 .read_status = genphy_read_status,
2842 .read_status = marvell_read_status,
2871 .read_status = marvell_read_status,
2897 .read_status = marvell_read_status,
2922 .read_status = marvell_read_status,
2943 .read_status = marvell_read_status,
2969 .read_status = marvell_read_status,
[all …]
H A Dteranetics.c83 .read_status = teranetics_read_status,
/OK3568_Linux_fs/kernel/drivers/net/plip/
H A Dplip.c251 static inline unsigned char read_status (struct net_device *dev) in read_status() function
256 return port->ops->read_status (port); in read_status()
420 c0 = read_status(dev); in plip_bh_timeout_error()
439 c0 = read_status(dev); in plip_bh_timeout_error()
488 c0 = read_status(dev); in plip_receive()
491 c1 = read_status(dev); in plip_receive()
506 c0 = read_status(dev); in plip_receive()
509 c1 = read_status(dev); in plip_receive()
719 c0 = read_status(dev); in plip_send()
734 c0 = read_status(dev); in plip_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-iops.c117 stat = tp_ops->read_status(hwif); in __ide_wait_stat()
125 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) { in __ide_wait_stat()
132 stat = tp_ops->read_status(hwif); in __ide_wait_stat()
154 stat = tp_ops->read_status(hwif); in __ide_wait_stat()
523 stat = hwif->tp_ops->read_status(hwif); in ide_wait_not_busy()
H A Dide-eh.c22 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS) in ide_ata_error()
48 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_ata_error()
77 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ)) in ide_atapi_error()
176 stat = tp_ops->read_status(hwif); in atapi_reset_pollfunc()
240 tmp = hwif->tp_ops->read_status(hwif); in reset_pollfunc()
H A Dns87415.c88 .read_status = superio_read_status,
256 stat = hwif->tp_ops->read_status(hwif); in init_hwif_ns87415()
274 .read_status = ide_read_status,
H A Dide-probe.c277 s = tp_ops->read_status(hwif); in ide_dev_read_id()
315 s = tp_ops->read_status(hwif); in ide_dev_read_id()
324 (void)tp_ops->read_status(hwif); in ide_dev_read_id()
342 : hwif->tp_ops->read_status(hwif); in ide_busy_sleep()
418 stat = tp_ops->read_status(hwif); in do_probe()
427 stat = tp_ops->read_status(hwif); in do_probe()
444 stat = tp_ops->read_status(hwif); in do_probe()
458 (void)tp_ops->read_status(hwif); in do_probe()
863 hwif->tp_ops->read_status(hwif); in ide_host_enable_irqs()
H A Dide-dma.c100 stat = hwif->tp_ops->read_status(hwif); in ide_dma_intr()
463 hwif->tp_ops->read_status(hwif)); in ide_dma_timeout_retry()
471 hwif->tp_ops->read_status(hwif)); in ide_dma_timeout_retry()
H A Dide-io.c593 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
682 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
733 u8 stat = hwif->tp_ops->read_status(hwif); in unexpected_intr()
823 (void)hwif->tp_ops->read_status(hwif); in ide_intr()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c731 .read_status = dm9161_read_status,
742 .read_status = dm9161_read_status,
755 .read_status = &marvell_read_status,
765 .read_status = genmii_read_status,
774 .read_status = fixed_phy_read_status,
783 .read_status = smsc_read_status,
792 .read_status = genmii_read_status,
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddvb_dummy_fe.c205 .read_status = dvb_dummy_fe_read_status,
239 .read_status = dvb_dummy_fe_read_status,
274 .read_status = dvb_dummy_fe_read_status,
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_kcs_sm.c143 static inline unsigned char read_status(struct si_sm_data *kcs) in read_status() function
335 status = read_status(kcs); in kcs_event()
445 status = read_status(kcs); in kcs_event()
518 if (read_status(kcs) == 0xff) in kcs_detect()
H A Dkcs_bmc.c58 static inline u8 read_status(struct kcs_bmc *kcs_bmc) in read_status() function
70 u8 tmp = read_status(kcs_bmc); in update_status_bits()
220 status = read_status(kcs_bmc); in kcs_bmc_handle_event()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/
H A D0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch7 ../git/src/deqp-runner.cc: In member function 'Line_reader::read_status Line_reader::read(char**, d…
27 @@ -246,13 +246,13 @@ Line_reader::read_status Line_reader::read(char **text, double timeout) {
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_main.c2222 .read_status = &vsc85xx_read_status,
2247 .read_status = &vsc85xx_read_status,
2271 .read_status = &vsc85xx_read_status,
2295 .read_status = &vsc85xx_read_status,
2319 .read_status = &vsc85xx_read_status,
2343 .read_status = &vsc85xx_read_status,
2367 .read_status = &vsc85xx_read_status,
2391 .read_status = &vsc85xx_read_status,
2416 .read_status = &vsc85xx_read_status,
2440 .read_status = &vsc85xx_read_status,
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dda903x.c54 int (*read_status)(struct da903x_chip *, unsigned int *status); member
241 chip->ops->read_status(chip, &status); in da903x_query_status()
430 .read_status = da9030_read_status,
437 .read_status = da9034_read_status,
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c109 static int read_status(struct dvb_frontend *fe, enum fe_status *status) in read_status() function
423 r = read_status(fe, status); in tune()
468 .read_status = read_status,
/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c256 .read_status = ttusbdecfe_dvbt_read_status,
277 .read_status = ttusbdecfe_dvbs_read_status,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Datp.c624 int read_status = read_nibble(ioaddr, CMR1); in atp_interrupt() local
626 printk("handling Rx packet %02x..", read_status); in atp_interrupt()
629 if (read_status & (CMR1_IRQ << 3)) { /* Overrun. */ in atp_interrupt()
637 } else if ((read_status & (CMR1_BufEnb << 3)) == 0) { in atp_interrupt()

123456789