Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dtda8261_cfg.h27 if (tuner_ops->get_state) { in tda8261_get_frequency()
28 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in tda8261_get_frequency()
66 if (tuner_ops->get_state) { in tda8261_get_bandwidth()
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in tda8261_get_bandwidth()
Dstb6100_cfg.h29 if (tuner_ops->get_state) { in stb6100_get_frequency()
30 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_get_frequency()
66 if (tuner_ops->get_state) { in stb6100_get_bandwidth()
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in stb6100_get_bandwidth()
Dstb6100_proc.h27 if (tuner_ops->get_state) { in stb6100_get_freq()
31 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_get_freq()
80 if (tuner_ops->get_state) { in stb6100_get_bandw()
84 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.c575 .get_state = stb6100_get_state,
/linux-4.4.14/drivers/platform/x86/
Dtc1100-wmi.c61 static int get_state(u32 *out, u8 instance) in get_state() function
146 acpi_status status = get_state(&result, instance); \
200 ret = get_state(&suspend_data.wireless, TC1100_INSTANCE_WIRELESS); in tc1100_suspend()
204 ret = get_state(&suspend_data.jogdial, TC1100_INSTANCE_JOGDIAL); in tc1100_suspend()
/linux-4.4.14/arch/powerpc/kernel/
Deeh.c394 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
517 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure()
546 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
655 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable()
1307 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1537 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1540 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
Deeh_sysfs.c67 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
/linux-4.4.14/include/linux/
Draid_class.h18 void (*get_state)(struct device *); member
Dquota.h429 int (*get_state)(struct super_block *, struct qc_state *); member
/linux-4.4.14/fs/quota/
Dquota.c128 if (!sb->s_qcop->get_state) in quota_getinfo()
130 ret = sb->s_qcop->get_state(sb, &state); in quota_getinfo()
316 ret = sb->s_qcop->get_state(sb, &state); in quota_getstate()
372 if (!sb->s_qcop->get_state) in quota_getxstate()
386 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev()
433 if (!sb->s_qcop->get_state) in quota_getxstatev()
Ddquot.c2764 .get_state = dquot_get_state,
2775 .get_state = dquot_get_state,
/linux-4.4.14/kernel/rcu/
Drcutorture.c253 unsigned long (*get_state)(void); member
382 .get_state = get_state_synchronize_rcu,
638 .get_state = get_state_synchronize_sched,
924 if (gp_cond1 && cur_ops->get_state && cur_ops->cond_sync) in rcu_torture_writer()
926 else if (gp_cond && (!cur_ops->get_state || !cur_ops->cond_sync)) in rcu_torture_writer()
984 gp_snap = cur_ops->get_state(); in rcu_torture_writer()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c260 ret = eeh_ops->get_state(&pe, NULL); in pseries_eeh_probe()
699 .get_state = pseries_eeh_get_state,
/linux-4.4.14/fs/xfs/
Dxfs_quotaops.c264 .get_state = xfs_fs_get_quota_state,
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h285 int (*get_state)(struct dvb_frontend *fe, enum tuner_param param, struct tuner_state *state); member
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c1255 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1452 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1510 .get_state = pnv_eeh_get_state,
/linux-4.4.14/arch/powerpc/include/asm/
Deeh.h204 int (*get_state)(struct eeh_pe *pe, int *state); member
/linux-4.4.14/include/linux/mfd/
Dcros_ec_commands.h2191 } get_state; member
2212 } get_state; member
/linux-4.4.14/fs/gfs2/
Dquota.c1715 .get_state = gfs2_quota_get_state,
/linux-4.4.14/fs/reiserfs/
Dsuper.c810 .get_state = dquot_get_state,
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c8347 .get_state = scsih_get_state,
8385 .get_state = scsih_get_state,
/linux-4.4.14/fs/ext4/
Dsuper.c1110 .get_state = dquot_get_state,