Home
last modified time | relevance | path

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

12

/Linux-v4.19/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()
/Linux-v4.19/drivers/pci/
Dpci-mid.c52 .get_state = mid_pci_get_power_state,
/Linux-v4.19/arch/powerpc/kernel/
Deeh.c394 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
515 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure()
543 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()
1353 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1581 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1595 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
Deeh_sysfs.c66 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
/Linux-v4.19/include/linux/
Draid_class.h18 void (*get_state)(struct device *); member
Dquota.h439 int (*get_state)(struct super_block *, struct qc_state *); member
Dpwm.h273 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm, member
/Linux-v4.19/fs/quota/
Dquota.c124 if (!sb->s_qcop->get_state) in quota_getinfo()
126 ret = sb->s_qcop->get_state(sb, &state); in quota_getinfo()
341 ret = sb->s_qcop->get_state(sb, &state); in quota_getstate()
399 if (!sb->s_qcop->get_state) in quota_getxstate()
414 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev()
463 if (!sb->s_qcop->get_state) in quota_getxstatev()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_gem.c68 struct drm_vc4_get_hang_state *get_state = data; in vc4_get_hang_state_ioctl() local
88 if (get_state->bo_count < state->bo_count) { in vc4_get_hang_state_ioctl()
89 get_state->bo_count = state->bo_count; in vc4_get_hang_state_ioctl()
98 state->bo = get_state->bo; in vc4_get_hang_state_ioctl()
99 memcpy(get_state, state, sizeof(*state)); in vc4_get_hang_state_ioctl()
123 if (copy_to_user(u64_to_user_ptr(get_state->bo), in vc4_get_hang_state_ioctl()
/Linux-v4.19/kernel/rcu/
Drcutorture.c288 unsigned long (*get_state)(void); member
426 .get_state = get_state_synchronize_rcu,
696 .get_state = get_state_synchronize_sched,
1032 if (gp_cond1 && cur_ops->get_state && cur_ops->cond_sync) { in rcu_torture_writer()
1035 } else if (gp_cond && (!cur_ops->get_state || !cur_ops->cond_sync)) { in rcu_torture_writer()
1100 gp_snap = cur_ops->get_state(); in rcu_torture_writer()
/Linux-v4.19/drivers/pwm/
Dpwm-meson.c148 chip->ops->get_state(chip, pwm, &channel->state); in meson_pwm_request()
379 .get_state = meson_pwm_get_state,
Dpwm-cros-ec.c152 .get_state = cros_ec_pwm_get_state,
Dpwm-stm32-lp.c186 .get_state = stm32_pwm_lp_get_state,
Dpwm-bcm-iproc.c189 .get_state = iproc_pwmc_get_state,
Dpwm-zx.c195 .get_state = zx_pwm_get_state,
Dpwm-hibvt.c169 .get_state = hibvt_pwm_get_state,
Dcore.c298 if (chip->ops->get_state) in pwmchip_add_with_polarity()
299 chip->ops->get_state(chip, pwm, &pwm->state); in pwmchip_add_with_polarity()
Dpwm-sun4i.c311 .get_state = sun4i_pwm_get_state,
Dpwm-rockchip.c231 .get_state = rockchip_pwm_get_state,
/Linux-v4.19/arch/powerpc/platforms/pseries/
Deeh_pseries.c306 ret = eeh_ops->get_state(&pe, NULL); in pseries_eeh_probe()
850 .get_state = pseries_eeh_get_state,
/Linux-v4.19/fs/xfs/
Dxfs_quotaops.c280 .get_state = xfs_fs_get_quota_state,
/Linux-v4.19/drivers/net/phy/
Dsfp.c180 unsigned int (*get_state)(struct sfp *); member
360 return sfp->get_state(sfp); in sfp_get_state()
1822 sfp->get_state = sfp_gpio_get_state; in sfp_probe()
1827 sfp->get_state = sff_gpio_get_state; in sfp_probe()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c1438 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1634 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1703 .get_state = pnv_eeh_get_state,
/Linux-v4.19/drivers/soc/tegra/
Dpowergate-bpmp.c93 return response.get_state.state; in tegra_bpmp_powergate_get_state()
/Linux-v4.19/arch/powerpc/include/asm/
Deeh.h210 int (*get_state)(struct eeh_pe *pe, int *state); member

12