Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/platform/x86/
Dtc1100-wmi.c46 static int get_state(u32 *out, u8 instance) in get_state() function
131 acpi_status status = get_state(&result, instance); \
185 ret = get_state(&suspend_data.wireless, TC1100_INSTANCE_WIRELESS); in tc1100_suspend()
189 ret = get_state(&suspend_data.jogdial, TC1100_INSTANCE_JOGDIAL); in tc1100_suspend()
/Linux-v5.15/arch/powerpc/kernel/
Deeh.c382 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure()
494 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure()
522 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
629 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable()
790 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed()
1139 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner()
1370 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1384 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
Deeh_sysfs.c50 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
/Linux-v5.15/drivers/pci/
Dpci-mid.c52 .get_state = mid_pci_get_power_state,
/Linux-v5.15/drivers/pwm/
Dcore.c110 if (pwm->chip->ops->get_state) { in pwm_device_request()
111 pwm->chip->ops->get_state(pwm->chip, pwm, &pwm->state); in pwm_device_request()
227 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state) in pwm_ops_check()
436 if (!chip->ops->get_state) in pwm_apply_state_debug()
444 chip->ops->get_state(chip, pwm, &s1); in pwm_apply_state_debug()
509 chip->ops->get_state(chip, pwm, last); in pwm_apply_state_debug()
Dpwm-raspberrypi-poe.c134 .get_state = raspberrypi_pwm_get_state,
Dpwm-visconti.c129 .get_state = visconti_pwm_get_state,
Dpwm-crc.c156 .get_state = crc_pwm_get_state,
Dpwm-iqs620a.c165 .get_state = iqs620_pwm_get_state,
Dpwm-sl28cpld.c196 .get_state = sl28cpld_pwm_get_state,
Dpwm-intel-lgm.c106 .get_state = lgm_pwm_get_state,
Dpwm-keembay.c181 .get_state = keembay_pwm_get_state,
Dpwm-cros-ec.c197 .get_state = cros_ec_pwm_get_state,
Dpwm-lpss.c206 .get_state = pwm_lpss_get_state,
Dpwm-stm32-lp.c193 .get_state = stm32_pwm_lp_get_state,
Dpwm-sprd.c208 .get_state = sprd_pwm_get_state,
Dpwm-bcm-iproc.c193 .get_state = iproc_pwmc_get_state,
Dpwm-dwc.c195 .get_state = dwc_pwm_get_state,
Dpwm-sifive.c212 .get_state = pwm_sifive_get_state,
Dpwm-hibvt.c182 .get_state = hibvt_pwm_get_state,
/Linux-v5.15/include/linux/
Draid_class.h17 void (*get_state)(struct device *); member
/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_gem.c70 struct drm_vc4_get_hang_state *get_state = data; in vc4_get_hang_state_ioctl() local
95 if (get_state->bo_count < state->bo_count) { in vc4_get_hang_state_ioctl()
96 get_state->bo_count = state->bo_count; in vc4_get_hang_state_ioctl()
105 state->bo = get_state->bo; in vc4_get_hang_state_ioctl()
106 memcpy(get_state, state, sizeof(*state)); in vc4_get_hang_state_ioctl()
130 if (copy_to_user(u64_to_user_ptr(get_state->bo), in vc4_get_hang_state_ioctl()
/Linux-v5.15/fs/quota/
Dquota.c125 if (!sb->s_qcop->get_state) in quota_getinfo()
127 ret = sb->s_qcop->get_state(sb, &state); in quota_getinfo()
360 ret = sb->s_qcop->get_state(sb, &state); in quota_getstate()
438 if (!sb->s_qcop->get_state) in quota_getxstate()
458 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev()
501 if (!sb->s_qcop->get_state) in quota_getxstatev()
/Linux-v5.15/drivers/hid/
Dhid-google-hammer.c54 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, in cbas_ec_query_base() argument
71 params->info_type = get_state ? in cbas_ec_query_base()
/Linux-v5.15/fs/xfs/
Dxfs_quotaops.c272 .get_state = xfs_fs_get_quota_state,

123