/linux-6.3-rc2/drivers/platform/surface/ |
A D | surface_aggregator_hub.c | 36 int (*get_state)(struct ssam_hub *hub, enum ssam_hub_state *state); member 61 int (*get_state)(struct ssam_hub *hub, enum ssam_hub_state *state); member 73 status = hub->ops.get_state(hub, &state); in ssam_hub_update_workfn() 182 hub->ops.get_state = desc->ops.get_state; in ssam_hub_probe() 277 .get_state = ssam_base_hub_query_state, 342 .get_state = ssam_kip_hub_query_state,
|
A D | surface_aggregator_tabletsw.c | 24 int (*get_state)(struct ssam_tablet_sw *sw, u32 *state); member 48 int (*get_state)(struct ssam_tablet_sw *sw, u32 *state); member 85 status = sw->ops.get_state(sw, &state); in ssam_tablet_sw_update_workfn() 126 sw->ops.get_state = desc->ops.get_state; in ssam_tablet_sw_probe() 135 status = sw->ops.get_state(sw, &sw->state); in ssam_tablet_sw_probe() 291 .get_state = ssam_kip_get_cover_state, 495 .get_state = ssam_pos_get_posture,
|
/linux-6.3-rc2/drivers/platform/x86/hp/ |
A 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-6.3-rc2/arch/powerpc/kernel/ |
A D | eeh.c | 382 ret = eeh_ops->get_state(phb_pe, NULL); in eeh_phb_check_failure() 502 ret = eeh_ops->get_state(pe, NULL); in eeh_dev_check_failure() 530 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure() 638 rc = eeh_ops->get_state(pe, NULL); in eeh_pci_enable() 799 state = eeh_ops->get_state(pe, NULL); in eeh_pe_refreeze_passed() 1150 ret = eeh_ops->get_state(pe, NULL); in eeh_pe_change_owner() 1381 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state() 1395 result = eeh_ops->get_state(pe, NULL); in eeh_pe_get_state()
|
A D | eeh_sysfs.c | 51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
|
/linux-6.3-rc2/drivers/pwm/ |
A D | core.c | 117 if (pwm->chip->ops->get_state) { in pwm_device_request() 120 err = pwm->chip->ops->get_state(pwm->chip, pwm, &state); in pwm_device_request() 255 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state) in pwm_ops_check() 458 if (!chip->ops->get_state) in pwm_apply_state_debug() 466 err = chip->ops->get_state(chip, pwm, &s1); in pwm_apply_state_debug() 533 err = chip->ops->get_state(chip, pwm, last); in pwm_apply_state_debug()
|
A D | pwm-visconti.c | 131 .get_state = visconti_pwm_get_state,
|
A D | pwm-raspberrypi-poe.c | 136 .get_state = raspberrypi_pwm_get_state,
|
A D | pwm-ab8500.c | 183 .get_state = ab8500_pwm_get_state,
|
A D | pwm-crc.c | 158 .get_state = crc_pwm_get_state,
|
A D | pwm-sl28cpld.c | 198 .get_state = sl28cpld_pwm_get_state,
|
A D | pwm-iqs620a.c | 167 .get_state = iqs620_pwm_get_state,
|
A D | pwm-intel-lgm.c | 108 .get_state = lgm_pwm_get_state,
|
A D | pwm-keembay.c | 183 .get_state = keembay_pwm_get_state,
|
A D | pwm-sunplus.c | 164 .get_state = sunplus_pwm_get_state,
|
A D | pwm-stm32-lp.c | 194 .get_state = stm32_pwm_lp_get_state,
|
A D | pwm-cros-ec.c | 240 .get_state = cros_ec_pwm_get_state,
|
A D | pwm-sprd.c | 210 .get_state = sprd_pwm_get_state,
|
A D | pwm-bcm-iproc.c | 185 .get_state = iproc_pwmc_get_state,
|
A D | pwm-lpss.c | 245 .get_state = pwm_lpss_get_state,
|
/linux-6.3-rc2/include/linux/ |
A D | raid_class.h | 17 void (*get_state)(struct device *); member
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_gem.c | 70 struct drm_vc4_get_hang_state *get_state = data; in vc4_get_hang_state_ioctl() local 98 if (get_state->bo_count < state->bo_count) { in vc4_get_hang_state_ioctl() 99 get_state->bo_count = state->bo_count; in vc4_get_hang_state_ioctl() 108 state->bo = get_state->bo; in vc4_get_hang_state_ioctl() 109 memcpy(get_state, state, sizeof(*state)); in vc4_get_hang_state_ioctl() 133 if (copy_to_user(u64_to_user_ptr(get_state->bo), in vc4_get_hang_state_ioctl()
|
/linux-6.3-rc2/fs/quota/ |
A D | quota.c | 126 if (!sb->s_qcop->get_state) in quota_getinfo() 128 ret = sb->s_qcop->get_state(sb, &state); in quota_getinfo() 361 ret = sb->s_qcop->get_state(sb, &state); in quota_getstate() 439 if (!sb->s_qcop->get_state) in quota_getxstate() 459 ret = sb->s_qcop->get_state(sb, &state); in quota_getstatev() 502 if (!sb->s_qcop->get_state) in quota_getxstatev()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-google-hammer.c | 56 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, in cbas_ec_query_base() argument 73 params->info_type = get_state ? in cbas_ec_query_base()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_quotaops.c | 272 .get_state = xfs_fs_get_quota_state,
|