/Linux-v5.4/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()
|
/Linux-v5.4/drivers/pci/ |
D | pci-mid.c | 52 .get_state = mid_pci_get_power_state,
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | eeh.c | 412 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure() 529 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure() 557 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure() 664 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable() 885 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed() 1361 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner() 1592 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state() 1606 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
|
D | eeh_sysfs.c | 66 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
|
/Linux-v5.4/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
|
D | pwm.h | 266 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm, member
|
/Linux-v5.4/fs/quota/ |
D | quota.c | 124 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() 392 if (!sb->s_qcop->get_state) in quota_getxstate() 407 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev() 449 if (!sb->s_qcop->get_state) in quota_getxstatev()
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/hid/ |
D | hid-google-hammer.c | 52 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, in cbas_ec_query_base() argument 69 params->info_type = get_state ? in cbas_ec_query_base()
|
/Linux-v5.4/drivers/pwm/ |
D | pwm-cros-ec.c | 152 .get_state = cros_ec_pwm_get_state,
|
D | pwm-bcm-iproc.c | 189 .get_state = iproc_pwmc_get_state,
|
D | pwm-sprd.c | 208 .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-lpss.c | 196 .get_state = pwm_lpss_get_state,
|
D | pwm-hibvt.c | 182 .get_state = hibvt_pwm_get_state,
|
D | pwm-imx27.c | 285 .get_state = pwm_imx27_get_state,
|
D | pwm-sifive.c | 212 .get_state = pwm_sifive_get_state,
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 298 ret = eeh_ops->get_state(&pe, NULL); in pseries_eeh_probe() 782 .get_state = pseries_eeh_get_state,
|
/Linux-v5.4/fs/xfs/ |
D | xfs_quotaops.c | 279 .get_state = xfs_fs_get_quota_state,
|
/Linux-v5.4/kernel/rcu/ |
D | rcutorture.c | 302 unsigned long (*get_state)(void); member 450 .get_state = get_state_synchronize_rcu, 962 if (gp_cond1 && cur_ops->get_state && cur_ops->cond_sync) { in rcu_torture_writer() 965 } else if (gp_cond && (!cur_ops->get_state || !cur_ops->cond_sync)) { in rcu_torture_writer() 1030 gp_snap = cur_ops->get_state(); in rcu_torture_writer()
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 1418 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe() 1614 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error() 1683 .get_state = pnv_eeh_get_state,
|
/Linux-v5.4/drivers/net/phy/ |
D | sfp.c | 182 unsigned int (*get_state)(struct sfp *); member 381 return sfp->get_state(sfp); in sfp_get_state() 1942 sfp->get_state = sfp_gpio_get_state; in sfp_probe() 1947 sfp->get_state = sff_gpio_get_state; in sfp_probe()
|
/Linux-v5.4/drivers/soc/tegra/ |
D | powergate-bpmp.c | 85 return response.get_state.state; in tegra_bpmp_powergate_get_state()
|