| /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 | 29 int (*get_state)(struct ssam_tablet_sw *sw, struct ssam_tablet_sw_state *state); member 55 int (*get_state)(struct ssam_tablet_sw *sw, struct ssam_tablet_sw_state *state); member 94 status = sw->ops.get_state(sw, &state); in ssam_tablet_sw_update_workfn() 135 sw->ops.get_state = desc->ops.get_state; in ssam_tablet_sw_probe() 144 status = sw->ops.get_state(sw, &sw->state); in ssam_tablet_sw_probe() 308 .get_state = ssam_kip_get_cover_state, 607 .get_state = ssam_pos_get_posture,
|
| /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); \ 183 ret = get_state(&suspend_data.wireless, TC1100_INSTANCE_WIRELESS); in tc1100_suspend() 187 ret = get_state(&suspend_data.jogdial, TC1100_INSTANCE_JOGDIAL); in tc1100_suspend()
|
| /drivers/gpu/drm/vc4/ |
| A D | vc4_gem.c | 71 struct drm_vc4_get_hang_state *get_state = data; in vc4_get_hang_state_ioctl() local 99 if (get_state->bo_count < state->bo_count) { in vc4_get_hang_state_ioctl() 100 get_state->bo_count = state->bo_count; in vc4_get_hang_state_ioctl() 109 state->bo = get_state->bo; in vc4_get_hang_state_ioctl() 110 memcpy(get_state, state, sizeof(*state)); in vc4_get_hang_state_ioctl() 134 if (copy_to_user(u64_to_user_ptr(get_state->bo), in vc4_get_hang_state_ioctl()
|
| /drivers/pwm/ |
| A D | pwm-sophgo-sg2042.c | 214 .get_state = pwm_sg2042_get_state, 221 .get_state = pwm_sg2042_get_state,
|
| A D | pwm-apple.c | 100 .get_state = apple_pwm_get_state,
|
| A D | pwm-dwc-core.c | 159 .get_state = dwc_pwm_get_state,
|
| A D | pwm-visconti.c | 130 .get_state = visconti_pwm_get_state,
|
| A D | core.c | 496 if (!chip->ops->get_state) in pwm_apply_debug() 504 err = chip->ops->get_state(chip, pwm, &s1); in pwm_apply_debug() 576 err = chip->ops->get_state(chip, pwm, last); in pwm_apply_debug() 825 } else if (ops->get_state) { in pwm_get_state_hw() 826 ret = ops->get_state(chip, pwm, state); in pwm_get_state_hw() 978 if (ops->read_waveform || ops->get_state) { in pwm_device_request() 1705 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state) in pwm_ops_check()
|
| A D | pwm-raspberrypi-poe.c | 135 .get_state = raspberrypi_pwm_get_state,
|
| A D | pwm-ab8500.c | 182 .get_state = ab8500_pwm_get_state,
|
| A D | pwm-crc.c | 156 .get_state = crc_pwm_get_state,
|
| A D | pwm-iqs620a.c | 173 .get_state = iqs620_pwm_get_state,
|
| A D | pwm-sl28cpld.c | 201 .get_state = sl28cpld_pwm_get_state,
|
| A D | pwm-adp5585.c | 157 .get_state = pwm_adp5585_get_state,
|
| A D | pwm-cros-ec.c | 172 .get_state = cros_ec_pwm_get_state,
|
| A D | pwm-gpio.c | 171 .get_state = pwm_gpio_get_state,
|
| A D | pwm-intel-lgm.c | 107 .get_state = lgm_pwm_get_state,
|
| A D | pwm-keembay.c | 181 .get_state = keembay_pwm_get_state,
|
| A D | pwm-sunplus.c | 164 .get_state = sunplus_pwm_get_state,
|
| A D | pwm-bcm-iproc.c | 184 .get_state = iproc_pwmc_get_state,
|
| A D | pwm-loongson.c | 188 .get_state = pwm_loongson_get_state,
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_sched.h | 27 struct drm_panthor_group_get_state *get_state);
|
| A D | panthor_sched.c | 3599 struct drm_panthor_group_get_state *get_state) in panthor_group_get_state() argument 3606 if (get_state->pad) in panthor_group_get_state() 3609 group = group_from_handle(gpool, get_state->group_handle); in panthor_group_get_state() 3613 memset(get_state, 0, sizeof(*get_state)); in panthor_group_get_state() 3617 get_state->state |= DRM_PANTHOR_GROUP_STATE_TIMEDOUT; in panthor_group_get_state() 3619 get_state->state |= DRM_PANTHOR_GROUP_STATE_FATAL_FAULT; in panthor_group_get_state() 3620 get_state->fatal_queues = group->fatal_queues; in panthor_group_get_state() 3623 get_state->state |= DRM_PANTHOR_GROUP_STATE_INNOCENT; in panthor_group_get_state()
|
| /drivers/hid/ |
| A D | hid-google-hammer.c | 55 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, in cbas_ec_query_base() argument 72 params->info_type = get_state ? in cbas_ec_query_base()
|