/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | tc1100-wmi.c | 46 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()
|
/kernel/linux/linux-5.10/include/linux/pcs/ |
D | pcs-xpcs.h | 25 int (*get_state)(struct mdio_xpcs_args *xpcs, member
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | eeh.c | 403 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() 650 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable() 811 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed() 1160 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner() 1391 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state() 1405 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
|
D | eeh_sysfs.c | 50 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | pci-mid.c | 52 .get_state = mid_pci_get_power_state,
|
/kernel/linux/linux-5.10/include/linux/ |
D | raid_class.h | 17 void (*get_state)(struct device *); member
|
D | quota.h | 439 int (*get_state)(struct super_block *, struct qc_state *); member
|
/kernel/linux/linux-5.10/drivers/pwm/ |
D | core.c | 120 if (pwm->chip->ops->get_state) { in pwm_device_request() 121 pwm->chip->ops->get_state(pwm->chip, pwm, &pwm->state); in pwm_device_request() 255 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state) in pwm_ops_check() 479 if (!chip->ops->get_state) in pwm_apply_state_debug() 487 chip->ops->get_state(chip, pwm, &s1); in pwm_apply_state_debug() 552 chip->ops->get_state(chip, pwm, last); in pwm_apply_state_debug()
|
D | pwm-crc.c | 156 .get_state = crc_pwm_get_state,
|
D | pwm-sl28cpld.c | 196 .get_state = sl28cpld_pwm_get_state,
|
D | pwm-iqs620a.c | 181 .get_state = iqs620_pwm_get_state,
|
D | pwm-cros-ec.c | 194 .get_state = cros_ec_pwm_get_state,
|
D | pwm-bcm-iproc.c | 193 .get_state = iproc_pwmc_get_state,
|
D | pwm-lpss.c | 201 .get_state = pwm_lpss_get_state,
|
D | pwm-sprd.c | 205 .get_state = sprd_pwm_get_state,
|
D | pwm-stm32-lp.c | 193 .get_state = stm32_pwm_lp_get_state,
|
D | pwm-zx.c | 192 .get_state = zx_pwm_get_state,
|
D | pwm-hibvt.c | 182 .get_state = hibvt_pwm_get_state,
|
D | pwm-sifive.c | 208 .get_state = pwm_sifive_get_state,
|
D | pwm-imx27.c | 296 .get_state = pwm_imx27_get_state,
|
/kernel/linux/linux-5.10/fs/quota/ |
D | quota.c | 123 if (!sb->s_qcop->get_state) in quota_getinfo() 125 ret = sb->s_qcop->get_state(sb, &state); in quota_getinfo() 358 ret = sb->s_qcop->get_state(sb, &state); in quota_getstate() 436 if (!sb->s_qcop->get_state) in quota_getxstate() 456 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev() 498 if (!sb->s_qcop->get_state) in quota_getxstatev()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_gem.c | 70 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()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-google-hammer.c | 53 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, in cbas_ec_query_base() argument 70 params->info_type = get_state ? in cbas_ec_query_base()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_quotaops.c | 282 .get_state = xfs_fs_get_quota_state,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 1378 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe() 1574 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error() 1631 .get_state = pnv_eeh_get_state,
|