Searched refs:get_state (Results 1 – 10 of 10) sorted by relevance
/drivers/media/dvb/frontends/ |
D | tda8261_cfg.h | 31 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()
|
D | stb6100_cfg.h | 33 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()
|
D | stb6100_proc.h | 31 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()
|
D | tda8261.c | 192 .get_state = tda8261_get_state,
|
D | tda665x.c | 218 .get_state = tda665x_get_state,
|
D | stb6100.c | 567 .get_state = stb6100_get_state,
|
/drivers/platform/x86/ |
D | tc1100-wmi.c | 63 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/ |
D | dvb_frontend.h | 234 int (*get_state)(struct dvb_frontend *fe, enum tuner_param param, struct tuner_state *state); member
|
/drivers/block/drbd/ |
D | drbd_nl.c | 2104 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/ |
D | mpt2sas_scsih.c | 8269 .get_state = _scsih_get_state,
|