/Linux-v4.19/drivers/platform/x86/ |
D | tc1100-wmi.c | 63 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/ |
D | pci-mid.c | 52 .get_state = mid_pci_get_power_state,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | eeh.c | 394 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()
|
D | eeh_sysfs.c | 66 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
|
/Linux-v4.19/include/linux/ |
D | raid_class.h | 18 void (*get_state)(struct device *); member
|
D | quota.h | 439 int (*get_state)(struct super_block *, struct qc_state *); member
|
D | pwm.h | 273 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm, member
|
/Linux-v4.19/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() 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/ |
D | vc4_gem.c | 68 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/ |
D | rcutorture.c | 288 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/ |
D | pwm-meson.c | 148 chip->ops->get_state(chip, pwm, &channel->state); in meson_pwm_request() 379 .get_state = meson_pwm_get_state,
|
D | pwm-cros-ec.c | 152 .get_state = cros_ec_pwm_get_state,
|
D | pwm-stm32-lp.c | 186 .get_state = stm32_pwm_lp_get_state,
|
D | pwm-bcm-iproc.c | 189 .get_state = iproc_pwmc_get_state,
|
D | pwm-zx.c | 195 .get_state = zx_pwm_get_state,
|
D | pwm-hibvt.c | 169 .get_state = hibvt_pwm_get_state,
|
D | core.c | 298 if (chip->ops->get_state) in pwmchip_add_with_polarity() 299 chip->ops->get_state(chip, pwm, &pwm->state); in pwmchip_add_with_polarity()
|
D | pwm-sun4i.c | 311 .get_state = sun4i_pwm_get_state,
|
D | pwm-rockchip.c | 231 .get_state = rockchip_pwm_get_state,
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 306 ret = eeh_ops->get_state(&pe, NULL); in pseries_eeh_probe() 850 .get_state = pseries_eeh_get_state,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_quotaops.c | 280 .get_state = xfs_fs_get_quota_state,
|
/Linux-v4.19/drivers/net/phy/ |
D | sfp.c | 180 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/ |
D | eeh-powernv.c | 1438 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/ |
D | powergate-bpmp.c | 93 return response.get_state.state; in tegra_bpmp_powergate_get_state()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | eeh.h | 210 int (*get_state)(struct eeh_pe *pe, int *state); member
|