Home
last modified time | relevance | path

Searched refs:get_state (Results 1 – 10 of 10) sorted by relevance

/drivers/media/dvb/frontends/
Dtda8261_cfg.h31 if (tuner_ops->get_state) { in tda8261_get_frequency()
32 if ((err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state)) < 0) { in tda8261_get_frequency()
75 if (tuner_ops->get_state) { in tda8261_get_bandwidth()
76 if ((err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state)) < 0) { in tda8261_get_bandwidth()
Dstb6100_cfg.h33 if (tuner_ops->get_state) { in stb6100_get_frequency()
34 if ((err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state)) < 0) { in stb6100_get_frequency()
75 if (tuner_ops->get_state) { in stb6100_get_bandwidth()
76 if ((err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state)) < 0) { in stb6100_get_bandwidth()
Dstb6100_proc.h31 if (tuner_ops->get_state) { in stb6100_get_freq()
35 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_get_freq()
91 if (tuner_ops->get_state) { in stb6100_get_bandw()
95 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &state); in stb6100_get_bandw()
Dtda8261.c192 .get_state = tda8261_get_state,
Dtda665x.c218 .get_state = tda665x_get_state,
Dstb6100.c567 .get_state = stb6100_get_state,
/drivers/platform/x86/
Dtc1100-wmi.c63 static int get_state(u32 *out, u8 instance) in get_state() function
148 acpi_status status = get_state(&result, instance); \
202 ret = get_state(&suspend_data.wireless, TC1100_INSTANCE_WIRELESS); in tc1100_suspend()
206 ret = get_state(&suspend_data.jogdial, TC1100_INSTANCE_JOGDIAL); in tc1100_suspend()
/drivers/media/dvb/dvb-core/
Ddvb_frontend.h234 int (*get_state)(struct dvb_frontend *fe, enum tuner_param param, struct tuner_state *state); member
/drivers/block/drbd/
Ddrbd_nl.c2104 tl = get_state_to_tags(mdev, (struct get_state *)&s, tl); in drbd_nl_get_state()
2426 tl = get_state_to_tags(mdev, (struct get_state *)&state, tl); in drbd_bcast_state()
/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c8269 .get_state = _scsih_get_state,