Symbol: read_status
drivers/block/swim.c
59
REG(read_status)
drivers/char/ipmi/ipmi_kcs_sm.c
335
status = read_status(kcs);
drivers/char/ipmi/ipmi_kcs_sm.c
445
status = read_status(kcs);
drivers/char/ipmi/ipmi_kcs_sm.c
518
if (read_status(kcs) == 0xff)
drivers/clocksource/timer-ti-dm.c
1359
.read_status = omap_dm_timer_read_status,
drivers/hwmon/pmbus/pmbus_core.c
122
int (*read_status)(struct i2c_client *client, int page);
drivers/hwmon/pmbus/pmbus_core.c
2803
data->read_status = pmbus_read_status_word;
drivers/hwmon/pmbus/pmbus_core.c
2809
data->read_status = pmbus_read_status_byte;
drivers/hwmon/pmbus/pmbus_core.c
3568
rc = pdata->read_status(entry->client, entry->page);
drivers/hwmon/pmbus/pmbus_core.c
617
status = data->read_status(client, -1);
drivers/hwmon/pmbus/pmbus_core.c
638
data->read_status(client, -1);
drivers/hwmon/pmbus/pmbus_core.c
649
status = data->read_status(client, page);
drivers/hwmon/pmbus/pmbus_core.c
684
data->read_status(client, -1);
drivers/hwmon/pmbus/pmbus_core.c
704
status = data->read_status(client, page);
drivers/iio/magnetometer/ak8975.c
674
u8 read_status;
drivers/iio/magnetometer/ak8975.c
687
read_status = ret;
drivers/iio/magnetometer/ak8975.c
688
if (read_status)
drivers/iio/magnetometer/ak8975.c
697
return read_status;
drivers/isdn/hardware/mISDN/avmfritz.c
602
stat = read_status(fc, 1);
drivers/isdn/hardware/mISDN/avmfritz.c
610
stat = read_status(fc, 2);
drivers/isdn/hardware/mISDN/avmfritz.c
737
val = read_status(fc, 1);
drivers/isdn/hardware/mISDN/avmfritz.c
739
val = read_status(fc, 2);
drivers/media/common/siano/smsdvb-main.c
1093
.read_status = smsdvb_read_status,
drivers/media/dvb-core/dvb_frontend.c
2546
if (fe->ops.read_status)
drivers/media/dvb-core/dvb_frontend.c
2547
err = fe->ops.read_status(fe, status);
drivers/media/dvb-core/dvb_frontend.c
525
if (fe->ops.read_status)
drivers/media/dvb-core/dvb_frontend.c
526
fe->ops.read_status(fe, &s);
drivers/media/dvb-core/dvb_frontend.c
761
fe->ops.read_status(fe, &s);
drivers/media/dvb-frontends/af9013.c
1156
.read_status = af9013_read_status,
drivers/media/dvb-frontends/af9033.c
1043
.read_status = af9033_read_status,
drivers/media/dvb-frontends/as102_fe.c
433
.read_status = as102_fe_read_status,
drivers/media/dvb-frontends/atbm8830.c
443
.read_status = atbm8830_read_status,
drivers/media/dvb-frontends/au8522_dig.c
900
.read_status = au8522_read_status,
drivers/media/dvb-frontends/bcm3510.c
860
.read_status = bcm3510_read_status,
drivers/media/dvb-frontends/cx22700.c
421
.read_status = cx22700_read_status,
drivers/media/dvb-frontends/cx22702.c
632
.read_status = cx22702_read_status,
drivers/media/dvb-frontends/cx24110.c
637
.read_status = cx24110_read_status,
drivers/media/dvb-frontends/cx24116.c
1479
.read_status = cx24116_read_status,
drivers/media/dvb-frontends/cx24117.c
1632
.read_status = cx24117_read_status,
drivers/media/dvb-frontends/cx24120.c
1576
.read_status = cx24120_read_status,
drivers/media/dvb-frontends/cx24123.c
1123
.read_status = cx24123_read_status,
drivers/media/dvb-frontends/cxd2820r_core.c
502
.read_status = cxd2820r_read_status,
drivers/media/dvb-frontends/cxd2841er.c
3957
.read_status = cxd2841er_read_status_s,
drivers/media/dvb-frontends/cxd2841er.c
3998
.read_status = cxd2841er_read_status_tc,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1868
.read_status = cxd2880_read_status,
drivers/media/dvb-frontends/dib3000mb.c
807
.read_status = dib3000mb_read_status,
drivers/media/dvb-frontends/dib3000mc.c
966
.read_status = dib3000mc_read_status,
drivers/media/dvb-frontends/dib7000m.c
1465
.read_status = dib7000m_read_status,
drivers/media/dvb-frontends/dib7000p.c
2853
.read_status = dib7000p_read_status,
drivers/media/dvb-frontends/dib8000.c
3438
state->fe[index_frontend]->ops.read_status(state->fe[index_frontend], &stat);
drivers/media/dvb-frontends/dib8000.c
4437
.read_status = dib8000_read_status,
drivers/media/dvb-frontends/dib9000.c
1912
state->fe[index_frontend]->ops.read_status(state->fe[index_frontend], &stat);
drivers/media/dvb-frontends/dib9000.c
2574
.read_status = dib9000_read_status,
drivers/media/dvb-frontends/drx39xyj/drxj.c
12379
.read_status = drx39xxj_read_status,
drivers/media/dvb-frontends/drxd_hard.c
2900
.read_status = drxd_read_status,
drivers/media/dvb-frontends/drxk_hard.c
6710
.read_status = drxk_read_status,
drivers/media/dvb-frontends/ds3000.c
1109
.read_status = ds3000_read_status,
drivers/media/dvb-frontends/dvb_dummy_fe.c
205
.read_status = dvb_dummy_fe_read_status,
drivers/media/dvb-frontends/dvb_dummy_fe.c
239
.read_status = dvb_dummy_fe_read_status,
drivers/media/dvb-frontends/dvb_dummy_fe.c
274
.read_status = dvb_dummy_fe_read_status,
drivers/media/dvb-frontends/ec100.c
322
.read_status = ec100_read_status,
drivers/media/dvb-frontends/gp8psk-fe.c
380
.read_status = gp8psk_fe_read_status,
drivers/media/dvb-frontends/l64781.c
585
.read_status = l64781_read_status,
drivers/media/dvb-frontends/lg2160.c
1354
.read_status = lg216x_read_status,
drivers/media/dvb-frontends/lg2160.c
1380
.read_status = lg216x_read_status,
drivers/media/dvb-frontends/lgdt3305.c
1168
.read_status = lgdt3305_read_status,
drivers/media/dvb-frontends/lgdt3305.c
1191
.read_status = lgdt3305_read_status,
drivers/media/dvb-frontends/lgdt3306a.c
2146
.read_status = lgdt3306a_read_status,
drivers/media/dvb-frontends/lgdt330x.c
947
.read_status = lgdt3302_read_status,
drivers/media/dvb-frontends/lgdt330x.c
969
.read_status = lgdt3303_read_status,
drivers/media/dvb-frontends/lgs8gl5.c
428
.read_status = lgs8gl5_read_status,
drivers/media/dvb-frontends/lgs8gxx.c
997
.read_status = lgs8gxx_read_status,
drivers/media/dvb-frontends/m88ds3103.c
1741
.read_status = m88ds3103_read_status,
drivers/media/dvb-frontends/m88rs2000.c
768
.read_status = m88rs2000_read_status,
drivers/media/dvb-frontends/mb86a16.c
1818
.read_status = mb86a16_read_status,
drivers/media/dvb-frontends/mb86a20s.c
2104
.read_status = mb86a20s_read_status_and_stats,
drivers/media/dvb-frontends/mn88443x.c
667
.read_status = mn88443x_read_status,
drivers/media/dvb-frontends/mn88472.c
563
.read_status = mn88472_read_status,
drivers/media/dvb-frontends/mn88473.c
606
.read_status = mn88473_read_status,
drivers/media/dvb-frontends/mt312.c
765
.read_status = mt312_read_status,
drivers/media/dvb-frontends/mt352.c
582
.read_status = mt352_read_status,
drivers/media/dvb-frontends/mxl5xx.c
663
return read_status(fe, status);
drivers/media/dvb-frontends/mxl5xx.c
791
.read_status = read_status,
drivers/media/dvb-frontends/mxl692.c
1307
.read_status = mxl692_read_status,
drivers/media/dvb-frontends/nxt200x.c
1205
.read_status = nxt200x_read_status,
drivers/media/dvb-frontends/nxt6000.c
611
.read_status = nxt6000_read_status,
drivers/media/dvb-frontends/or51132.c
593
.read_status = or51132_read_status,
drivers/media/dvb-frontends/or51211.c
540
.read_status = or51211_read_status,
drivers/media/dvb-frontends/rtl2830.c
570
.read_status = rtl2830_read_status,
drivers/media/dvb-frontends/rtl2832.c
860
.read_status = rtl2832_read_status,
drivers/media/dvb-frontends/s5h1409.c
1001
.read_status = s5h1409_read_status,
drivers/media/dvb-frontends/s5h1411.c
921
.read_status = s5h1411_read_status,
drivers/media/dvb-frontends/s5h1420.c
950
.read_status = s5h1420_read_status,
drivers/media/dvb-frontends/s5h1432.c
377
.read_status = s5h1432_read_status,
drivers/media/dvb-frontends/s921.c
526
.read_status = s921_read_status,
drivers/media/dvb-frontends/si2165.c
1140
.read_status = si2165_read_status,
drivers/media/dvb-frontends/si2168.c
672
.read_status = si2168_read_status,
drivers/media/dvb-frontends/si21xx.c
883
.read_status = si21_read_status,
drivers/media/dvb-frontends/sp887x.c
614
.read_status = sp887x_read_status,
drivers/media/dvb-frontends/stb0899_drv.c
1599
.read_status = stb0899_read_status,
drivers/media/dvb-frontends/stv0288.c
540
.read_status = stv0288_read_status,
drivers/media/dvb-frontends/stv0297.c
702
.read_status = stv0297_read_status,
drivers/media/dvb-frontends/stv0299.c
732
.read_status = stv0299_read_status,
drivers/media/dvb-frontends/stv0367.c
1687
.read_status = stv0367ter_read_status,
drivers/media/dvb-frontends/stv0367.c
2853
.read_status = stv0367cab_read_status,
drivers/media/dvb-frontends/stv0367.c
3266
.read_status = stv0367ddb_read_status,
drivers/media/dvb-frontends/stv0900_core.c
1889
.read_status = stv0900_read_status,
drivers/media/dvb-frontends/stv090x.c
4983
.read_status = stv090x_read_status,
drivers/media/dvb-frontends/stv0910.c
1616
r = read_status(fe, status);
drivers/media/dvb-frontends/stv0910.c
1731
.read_status = read_status,
drivers/media/dvb-frontends/tc90522.c
753
.read_status = tc90522s_read_status,
drivers/media/dvb-frontends/tc90522.c
778
.read_status = tc90522t_read_status,
drivers/media/dvb-frontends/tda10021.c
512
.read_status = tda10021_read_status,
drivers/media/dvb-frontends/tda10023.c
585
.read_status = tda10023_read_status,
drivers/media/dvb-frontends/tda10048.c
1172
.read_status = tda10048_read_status,
drivers/media/dvb-frontends/tda1004x.c
1260
.read_status = tda1004x_read_status,
drivers/media/dvb-frontends/tda1004x.c
1330
.read_status = tda1004x_read_status,
drivers/media/dvb-frontends/tda10071.c
1125
.read_status = tda10071_read_status,
drivers/media/dvb-frontends/tda10086.c
721
.read_status = tda10086_read_status,
drivers/media/dvb-frontends/tda8083.c
465
.read_status = tda8083_read_status,
drivers/media/dvb-frontends/ves1820.c
423
.read_status = ves1820_read_status,
drivers/media/dvb-frontends/ves1x93.c
528
.read_status = ves1x93_read_status,
drivers/media/dvb-frontends/zd1301_demod.c
296
.read_status = zd1301_demod_read_status,
drivers/media/dvb-frontends/zl10353.c
651
.read_status = zl10353_read_status,
drivers/media/firewire/firedtv-fe.c
158
ops->read_status = fdtv_read_status;
drivers/media/pci/bt8xx/dst.c
1751
.read_status = dst_read_status,
drivers/media/pci/bt8xx/dst.c
1776
.read_status = dst_read_status,
drivers/media/pci/bt8xx/dst.c
1809
.read_status = dst_read_status,
drivers/media/pci/bt8xx/dst.c
1832
.read_status = dst_read_status,
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
144
.read_status = ddbridge_dummy_fe_read_status,
drivers/media/pci/ddbridge/ddbridge-sx8.c
414
r = read_status(fe, status);
drivers/media/pci/ddbridge/ddbridge-sx8.c
459
.read_status = read_status,
drivers/media/pci/ttpci/budget-core.c
554
budget->read_fe_status = budget->dvb_frontend->ops.read_status;
drivers/media/pci/ttpci/budget-core.c
555
budget->dvb_frontend->ops.read_status = budget_read_fe_status;
drivers/media/test-drivers/vidtv/vidtv_bridge.c
145
dvb->fe[n]->ops.read_status(dvb->fe[n], &status);
drivers/media/test-drivers/vidtv/vidtv_demod.c
398
.read_status = vidtv_demod_read_status,
drivers/media/usb/dvb-usb-v2/af9015.c
692
ret = state->read_status[fe_to_adap(fe)->id](fe, status);
drivers/media/usb/dvb-usb-v2/af9015.c
905
state->read_status[adap->id] = adap->fe[0]->ops.read_status;
drivers/media/usb/dvb-usb-v2/af9015.c
906
adap->fe[0]->ops.read_status = af9015_af9013_read_status;
drivers/media/usb/dvb-usb-v2/af9015.h
114
int (*read_status[2]) (struct dvb_frontend *fe, enum fe_status *status);
drivers/media/usb/dvb-usb-v2/dvbsky.c
319
state->fe_read_status = adap->fe[0]->ops.read_status;
drivers/media/usb/dvb-usb-v2/dvbsky.c
320
adap->fe[0]->ops.read_status = dvbsky_usb_read_status;
drivers/media/usb/dvb-usb-v2/dvbsky.c
437
state->fe_read_status = adap->fe[0]->ops.read_status;
drivers/media/usb/dvb-usb-v2/dvbsky.c
438
adap->fe[0]->ops.read_status = dvbsky_usb_read_status;
drivers/media/usb/dvb-usb-v2/lmedm04.c
1053
st->fe_read_status = adap->fe[0]->ops.read_status;
drivers/media/usb/dvb-usb-v2/lmedm04.c
1059
adap->fe[0]->ops.read_status = dm04_read_status;
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
566
.read_status = mxl111sf_demod_read_status,
drivers/media/usb/dvb-usb/af9005-fe.c
1469
.read_status = af9005_fe_read_status,
drivers/media/usb/dvb-usb/cinergyT2-fe.c
311
.read_status = cinergyt2_fe_read_status,
drivers/media/usb/dvb-usb/dib0700.h
48
int (*read_status)(struct dvb_frontend *, enum fe_status *);
drivers/media/usb/dvb-usb/dib0700_devices.c
3349
ret = state->read_status(fe, stat);
drivers/media/usb/dvb-usb/dib0700_devices.c
3409
st->read_status = adap->fe_adap[0].fe->ops.read_status;
drivers/media/usb/dvb-usb/dib0700_devices.c
3410
adap->fe_adap[0].fe->ops.read_status = novatd_read_status_override;
drivers/media/usb/dvb-usb/dtt200u-fe.c
252
.read_status = dtt200u_fe_read_status,
drivers/media/usb/dvb-usb/dw2102.c
1719
state->fe_read_status = adap->fe_adap[0].fe->ops.read_status;
drivers/media/usb/dvb-usb/dw2102.c
1720
adap->fe_adap[0].fe->ops.read_status = tt_s2_4600_read_status;
drivers/media/usb/dvb-usb/technisat-usb2.c
309
if (fe->ops.read_status(fe, &status) != 0)
drivers/media/usb/dvb-usb/vp702x-fe.c
367
.read_status = vp702x_fe_read_status,
drivers/media/usb/dvb-usb/vp7045-fe.c
182
.read_status = vp7045_fe_read_status,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
256
.read_status = ttusbdecfe_dvbt_read_status,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
277
.read_status = ttusbdecfe_dvbs_read_status,
drivers/mfd/da903x.c
241
chip->ops->read_status(chip, &status);
drivers/mfd/da903x.c
430
.read_status = da9030_read_status,
drivers/mfd/da903x.c
437
.read_status = da9034_read_status,
drivers/mfd/da903x.c
54
int (*read_status)(struct da903x_chip *, unsigned int *status);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11632
.read_status = NULL,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11667
.read_status = bnx2x_link_settings_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11703
.read_status = bnx2x_link_settings_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11741
.read_status = bnx2x_warpcore_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11772
.read_status = bnx2x_7101_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11803
.read_status = bnx2x_8073_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11831
.read_status = bnx2x_8705_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11860
.read_status = bnx2x_8706_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11892
.read_status = bnx2x_8726_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11923
.read_status = bnx2x_8727_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11958
.read_status = bnx2x_848xx_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
11995
.read_status = bnx2x_848xx_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
12030
.read_status = bnx2x_848xx_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
12064
.read_status = bnx2x_848xx_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
12098
.read_status = bnx2x_848xx_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
12132
.read_status = bnx2x_54618se_read_status,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6496
ext_phy_link_up = params->phy[EXT_PHY1].read_status(
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6514
if (params->phy[phy_index].read_status) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6516
params->phy[phy_index].read_status(
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6860
if (!phy->read_status)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6863
cur_link_up = phy->read_status(phy, params,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6918
if (params->phy[INT_PHY].read_status)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
6919
params->phy[INT_PHY].read_status(
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
212
read_status_t read_status;
drivers/net/ethernet/intel/i40e/i40e_main.c
12648
int read_status = 0;
drivers/net/ethernet/intel/i40e/i40e_main.c
12651
read_status = i40e_read_nvm_word(&pf->hw,
drivers/net/ethernet/intel/i40e/i40e_main.c
12654
if (read_status)
drivers/net/ethernet/intel/i40e/i40e_main.c
12656
read_status = i40e_read_nvm_word(&pf->hw,
drivers/net/ethernet/intel/i40e/i40e_main.c
12660
if (read_status)
drivers/net/ethernet/intel/i40e/i40e_main.c
12663
read_status = i40e_read_nvm_module_data(&pf->hw,
drivers/net/ethernet/intel/i40e/i40e_main.c
12669
if (read_status)
drivers/net/ethernet/intel/i40e/i40e_main.c
12679
ERR_PTR(read_status));
drivers/net/hamradio/baycom_par.c
214
if (pp->ops->read_status(pp) & PAR96_RXBIT)
drivers/net/hamradio/baycom_par.c
250
hdlcdrv_setdcd(&bc->hdrv, !!(pp->ops->read_status(pp) & PAR96_DCD));
drivers/net/phy/adin.c
1019
.read_status = adin_read_status,
drivers/net/phy/adin.c
1042
.read_status = adin_read_status,
drivers/net/phy/adin1100.c
332
.read_status = adin_read_status,
drivers/net/phy/air_en8811h.c
1573
.read_status = en8811h_read_status,
drivers/net/phy/air_en8811h.c
1594
.read_status = en8811h_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1188
.read_status = aqr_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1196
.read_status = aqr_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1207
.read_status = aqr_gen1_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1217
.read_status = aqr_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1228
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1254
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1281
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1308
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1332
.read_status = aqr_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1348
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1374
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1395
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1413
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1439
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1465
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1492
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1519
.read_status = aqr_gen2_read_status,
drivers/net/phy/aquantia/aquantia_main.c
1546
.read_status = aqr_gen2_read_status,
drivers/net/phy/as21xxx.c
1010
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
1022
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
1034
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
1046
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
1058
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
1070
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
962
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
974
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
986
.read_status = as21xxx_read_status,
drivers/net/phy/as21xxx.c
998
.read_status = as21xxx_read_status,
drivers/net/phy/ax88796b.c
102
.read_status = asix_ax88772a_read_status,
drivers/net/phy/bcm7xxx.c
903
.read_status = genphy_read_status, \
drivers/net/phy/bcm84881.c
258
.read_status = bcm84881_read_status,
drivers/net/phy/bcm87xx.c
202
.read_status = bcm87xx_read_status,
drivers/net/phy/bcm87xx.c
213
.read_status = bcm87xx_read_status,
drivers/net/phy/broadcom.c
1535
.read_status = bcm54616s_read_status,
drivers/net/phy/broadcom.c
1598
.read_status = bcm54811_read_status,
drivers/net/phy/broadcom.c
1688
.read_status = bcm5221_read_status,
drivers/net/phy/cortina.c
83
.read_status = cortina_read_status,
drivers/net/phy/dp83822.c
1183
.read_status = dp83822_read_status, \
drivers/net/phy/dp83867.c
1132
.read_status = dp83867_read_status,
drivers/net/phy/dp83869.c
914
.read_status = dp83869_read_status, \
drivers/net/phy/dp83td510.c
944
.read_status = dp83td510_read_status,
drivers/net/phy/dp83tg720.c
653
.read_status = dp83tg720_read_status,
drivers/net/phy/et1011c.c
92
.read_status = et1011c_read_status,
drivers/net/phy/icplus.c
582
.read_status = ip175c_read_status,
drivers/net/phy/icplus.c
603
.read_status = ip101a_g_read_status,
drivers/net/phy/icplus.c
617
.read_status = ip101a_g_read_status,
drivers/net/phy/lxt.c
334
.read_status = lxt973a2_read_status,
drivers/net/phy/marvell-88q2xxx.c
1111
.read_status = mv88q2xxx_read_status,
drivers/net/phy/marvell-88q2xxx.c
1127
.read_status = mv88q2xxx_read_status,
drivers/net/phy/marvell-88x2222.c
591
.read_status = mv2222_read_status,
drivers/net/phy/marvell.c
3694
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3733
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3758
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3798
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3819
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3927
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3962
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
3993
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4022
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4058
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4084
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4110
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4135
.read_status = marvell_read_status,
drivers/net/phy/marvell.c
4157
.read_status = marvell_read_status,
drivers/net/phy/marvell10g.c
1402
.read_status = mv3310_read_status,
drivers/net/phy/marvell10g.c
1425
.read_status = mv3310_read_status,
drivers/net/phy/marvell10g.c
1445
.read_status = mv3310_read_status,
drivers/net/phy/marvell10g.c
1467
.read_status = mv3310_read_status,
drivers/net/phy/mediatek/mtk-2p5ge.c
387
.read_status = mt798x_2p5ge_phy_read_status,
drivers/net/phy/meson-gxl.c
195
.read_status = meson_gxl_read_status,
drivers/net/phy/meson-gxl.c
210
.read_status = lan87xx_read_status,
drivers/net/phy/micrel.c
6636
.read_status = ksz8081_read_status,
drivers/net/phy/micrel.c
6684
.read_status = ksz9031_read_status,
drivers/net/phy/micrel.c
6703
.read_status = ksz9031_read_status,
drivers/net/phy/micrel.c
6722
.read_status = ksz9031_read_status,
drivers/net/phy/micrel.c
6775
.read_status = ksz9131_read_status,
drivers/net/phy/micrel.c
6791
.read_status = ksz8873mll_read_status,
drivers/net/phy/micrel.c
6802
.read_status = ksz886x_read_status,
drivers/net/phy/micrel.c
6822
.read_status = ksz9477_read_status,
drivers/net/phy/microchip.c
509
.read_status = lan937x_tx_read_status,
drivers/net/phy/microchip_t1.c
2120
.read_status = lan87xx_read_status,
drivers/net/phy/microchip_t1.c
2137
.read_status = lan87xx_read_status,
drivers/net/phy/microchip_t1.c
2156
.read_status = genphy_c45_read_status,
drivers/net/phy/microchip_t1s.c
543
.read_status = lan86xx_read_status,
drivers/net/phy/microchip_t1s.c
553
.read_status = lan86xx_read_status,
drivers/net/phy/microchip_t1s.c
563
.read_status = lan86xx_read_status,
drivers/net/phy/microchip_t1s.c
586
.read_status = lan86xx_read_status,
drivers/net/phy/motorcomm.c
3037
.read_status = yt8521_read_status,
drivers/net/phy/motorcomm.c
3071
.read_status = yt8521_read_status,
drivers/net/phy/motorcomm.c
3088
.read_status = yt8821_read_status,
drivers/net/phy/mscc/mscc_main.c
2557
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2585
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2614
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2643
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2673
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2701
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2729
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2757
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2785
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2814
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2843
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2875
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2906
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2935
.read_status = &vsc85xx_read_status,
drivers/net/phy/mscc/mscc_main.c
2964
.read_status = &vsc85xx_read_status,
drivers/net/phy/mxl-gpy.c
1083
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1108
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1132
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1157
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1181
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1206
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1230
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1255
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1279
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1303
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1322
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1341
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1360
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1382
.read_status = gpy_read_status,
drivers/net/phy/mxl-gpy.c
1404
.read_status = gpy_read_status,
drivers/net/phy/ncn26000.c
151
.read_status = ncn26000_read_status,
drivers/net/phy/nxp-c45-tja11xx.c
2085
.read_status = genphy_c45_read_status,
drivers/net/phy/nxp-c45-tja11xx.c
2110
.read_status = genphy_c45_read_status,
drivers/net/phy/nxp-c45-tja11xx.c
2135
.read_status = genphy_c45_read_status,
drivers/net/phy/nxp-c45-tja11xx.c
2161
.read_status = genphy_c45_read_status,
drivers/net/phy/nxp-cbtx.c
208
.read_status = cbtx_read_status,
drivers/net/phy/nxp-tja11xx.c
819
.read_status = tja11xx_read_status,
drivers/net/phy/nxp-tja11xx.c
837
.read_status = tja11xx_read_status,
drivers/net/phy/nxp-tja11xx.c
855
.read_status = tja11xx_read_status,
drivers/net/phy/nxp-tja11xx.c
878
.read_status = tja11xx_read_status,
drivers/net/phy/nxp-tja11xx.c
902
.read_status = tja11xx_read_status,
drivers/net/phy/phy_device.c
64
.read_status = genphy_c45_read_status,
drivers/net/phy/qcom/at803x.c
1116
.read_status = at803x_read_status,
drivers/net/phy/qcom/at803x.c
1154
.read_status = at8031_read_status,
drivers/net/phy/qcom/at803x.c
1190
.read_status = at803x_read_status,
drivers/net/phy/qcom/at803x.c
1200
.read_status = at803x_read_status,
drivers/net/phy/qcom/at803x.c
1219
.read_status = at803x_read_status,
drivers/net/phy/qcom/qca807x.c
799
.read_status = qca807x_read_status,
drivers/net/phy/qcom/qca807x.c
822
.read_status = qca807x_read_status,
drivers/net/phy/qcom/qca808x.c
663
.read_status = qca808x_read_status,
drivers/net/phy/realtek/realtek_main.c
2220
.read_status = rtlgen_read_status,
drivers/net/phy/realtek/realtek_main.c
2238
.read_status = rtlgen_read_status,
drivers/net/phy/realtek/realtek_main.c
2249
.read_status = rtlgen_read_status,
drivers/net/phy/realtek/realtek_main.c
2261
.read_status = rtl822x_read_status,
drivers/net/phy/realtek/realtek_main.c
2277
.read_status = rtl822xb_read_status,
drivers/net/phy/realtek/realtek_main.c
2293
.read_status = rtl822xb_c45_read_status,
drivers/net/phy/realtek/realtek_main.c
2307
.read_status = rtl822xb_read_status,
drivers/net/phy/realtek/realtek_main.c
2326
.read_status = rtl822xb_c45_read_status,
drivers/net/phy/realtek/realtek_main.c
2345
.read_status = rtl822xb_c45_read_status,
drivers/net/phy/realtek/realtek_main.c
2358
.read_status = rtl822x_read_status,
drivers/net/phy/realtek/realtek_main.c
2370
.read_status = rtl822x_read_status,
drivers/net/phy/realtek/realtek_main.c
2384
.read_status = rtlgen_sfp_read_status,
drivers/net/phy/realtek/realtek_main.c
2397
.read_status = rtl822x_c45_read_status,
drivers/net/phy/realtek/realtek_main.c
2421
.read_status = rtl9000a_read_status,
drivers/net/phy/smsc.c
744
.read_status = lan87xx_read_status,
drivers/net/phy/smsc.c
792
.read_status = lan87xx_read_status,
drivers/net/phy/smsc.c
822
.read_status = lan87xx_read_status,
drivers/net/phy/smsc.c
859
.read_status = lan87xx_read_status,
drivers/net/phy/teranetics.c
84
.read_status = teranetics_read_status,
drivers/net/phy/uPD60620.c
88
.read_status = upd60620_read_status,
drivers/net/phy/vitesse.c
605
.read_status = vsc73xx_read_status,
drivers/net/phy/vitesse.c
617
.read_status = vsc73xx_read_status,
drivers/net/phy/vitesse.c
629
.read_status = vsc73xx_read_status,
drivers/net/phy/vitesse.c
641
.read_status = vsc73xx_read_status,
drivers/net/phy/xilinx_gmii2rgmii.c
124
priv->conv_phy_drv.read_status = xgmiitorgmii_read_status;
drivers/net/phy/xilinx_gmii2rgmii.c
55
if (priv->phy_drv->read_status)
drivers/net/phy/xilinx_gmii2rgmii.c
56
err = priv->phy_drv->read_status(phydev);
drivers/net/plip/plip.c
258
return port->ops->read_status (port);
drivers/net/plip/plip.c
426
c0 = read_status(dev);
drivers/net/plip/plip.c
445
c0 = read_status(dev);
drivers/net/plip/plip.c
494
c0 = read_status(dev);
drivers/net/plip/plip.c
497
c1 = read_status(dev);
drivers/net/plip/plip.c
512
c0 = read_status(dev);
drivers/net/plip/plip.c
515
c1 = read_status(dev);
drivers/net/plip/plip.c
726
c0 = read_status(dev);
drivers/net/plip/plip.c
741
c0 = read_status(dev);
drivers/net/plip/plip.c
773
if ((read_status(dev) & 0xf8) != 0x80)
drivers/net/plip/plip.c
788
c0 = read_status(dev);
drivers/net/plip/plip.c
899
status = read_status(dev);
drivers/net/plip/plip.c
932
c0 = read_status(dev);
drivers/parport/ieee1284.c
423
port->name, mode, port->ops->read_status (port));
drivers/parport/ieee1284.c
472
port->ops->read_status(port));
drivers/parport/parport_amiga.c
160
.read_status = amiga_read_status,
drivers/parport/parport_atari.c
144
.read_status = parport_atari_read_status,
drivers/parport/parport_gsc.c
100
.read_status = parport_gsc_read_status,
drivers/parport/parport_ip32.c
1769
.read_status = parport_ip32_read_status,
drivers/parport/parport_mfc3.c
253
.read_status = mfc3_read_status,
drivers/parport/parport_pc.c
926
.read_status = parport_pc_read_status,
drivers/parport/parport_sunbpp.c
241
.read_status = parport_sunbpp_read_status,
drivers/parport/share.c
74
.read_status = dead_read_lines, /* status */
drivers/pci/hotplug/pciehp_hpc.c
653
read_status:
drivers/pci/hotplug/pciehp_hpc.c
696
goto read_status;
drivers/pps/clients/pps_parport.c
49
return (port->ops->read_status(port) & PARPORT_STATUS_ACK) != 0;
drivers/staging/media/av7110/av7110.c
2247
FE_FUNC_OVERRIDE(av7110->fe->ops.read_status, av7110->fe_read_status, av7110_fe_read_status);
drivers/staging/media/av7110/sp8870.c
614
.read_status = sp8870_read_status,
drivers/usb/misc/uss720.c
643
.read_status = parport_uss720_read_status,
drivers/usb/serial/mos7720.c
531
.read_status = parport_mos7715_read_status,
include/linux/parport.h
533
#define parport_read_status(p) (p)->ops->read_status(p)
include/linux/parport.h
70
unsigned char (*read_status)(struct parport *);
include/linux/phy.h
1202
int (*read_status)(struct phy_device *phydev);
include/linux/phy.h
2347
if (phydev->drv->read_status)
include/linux/phy.h
2348
return phydev->drv->read_status(phydev);
include/linux/platform_data/dmtimer-omap.h
48
unsigned int (*read_status)(struct omap_dm_timer *timer);
include/media/dvb_frontend.h
472
int (*read_status)(struct dvb_frontend *fe, enum fe_status *status);
tools/testing/selftests/arm64/gcs/basic-gcs.c
365
{ "read_status", read_status },