Searched refs:get_state (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_hub.c36 int (*get_state)(struct ssam_hub *hub, enum ssam_hub_state *state); member in struct:ssam_hub_ops
61 int (*get_state)(struct ssam_hub *hub, enum ssam_hub_state *state); member in struct:ssam_hub_desc::__anon2462
73 status = hub->ops.get_state(hub, &state);
80 * the state returned by get_state() and the state of the hub will
87 * hub state. In case of a missed disconnect (i.e. get_state returned
182 hub->ops.get_state = desc->ops.get_state;
277 .get_state = ssam_base_hub_query_state,
342 .get_state = ssam_kip_hub_query_state,
H A Dsurface_aggregator_tabletsw.c29 int (*get_state)(struct ssam_tablet_sw *sw, struct ssam_tablet_sw_state *state); member in struct:ssam_tablet_sw_ops
55 int (*get_state)(struct ssam_tablet_sw *sw, struct ssam_tablet_sw_state *state); member in struct:ssam_tablet_sw_desc::__anon2540
94 status = sw->ops.get_state(sw, &state);
135 sw->ops.get_state = desc->ops.get_state;
144 status = sw->ops.get_state(sw, &sw->state);
308 .get_state = ssam_kip_get_cover_state,
607 .get_state = ssam_pos_get_posture,
/linux-master/drivers/platform/x86/hp/
H A Dtc1100-wmi.c46 static int get_state(u32 *out, u8 instance) function
131 acpi_status status = get_state(&result, instance); \
183 ret = get_state(&suspend_data.wireless, TC1100_INSTANCE_WIRELESS);
187 ret = get_state(&suspend_data.jogdial, TC1100_INSTANCE_JOGDIAL);
/linux-master/include/linux/
H A Draid_class.h17 void (*get_state)(struct device *); member in struct:raid_function_template
/linux-master/arch/powerpc/kernel/
H A Deeh_sysfs.c51 state = eeh_ops->get_state(edev->pe, NULL);
H A Deeh.c382 ret = eeh_ops->get_state(phb_pe, NULL);
502 ret = eeh_ops->get_state(pe, NULL);
530 ret = eeh_ops->get_state(parent_pe, NULL);
638 rc = eeh_ops->get_state(pe, NULL);
799 state = eeh_ops->get_state(pe, NULL);
1150 ret = eeh_ops->get_state(pe, NULL);
1381 if (!eeh_ops || !eeh_ops->get_state)
1395 result = eeh_ops->get_state(pe, NULL);
/linux-master/drivers/pwm/
H A Dpwm-sl28cpld.c201 .get_state = sl28cpld_pwm_get_state,
H A Dpwm-raspberrypi-poe.c135 .get_state = raspberrypi_pwm_get_state,
H A Dpwm-crc.c156 .get_state = crc_pwm_get_state,
H A Dpwm-visconti.c130 .get_state = visconti_pwm_get_state,
H A Dpwm-ab8500.c182 .get_state = ab8500_pwm_get_state,
H A Dpwm-apple.c100 .get_state = apple_pwm_get_state,
H A Dpwm-dwc-core.c159 .get_state = dwc_pwm_get_state,
H A Dcore.c43 /* No reasonable diagnosis possible without .get_state() */
44 if (!chip->ops->get_state)
52 err = chip->ops->get_state(chip, pwm, &s1);
120 err = chip->ops->get_state(chip, pwm, last);
170 * implementations of .get_state depend on this
354 if (ops->get_state) {
360 * faulty implementations of .get_state().
364 err = ops->get_state(chip, pwm, &state);
539 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state)
541 "Please implement the .get_state() callbac
[all...]
H A Dpwm-cros-ec.c217 .get_state = cros_ec_pwm_get_state,
H A Dpwm-xilinx.c195 .get_state = xilinx_pwm_get_state,
H A Dpwm-sprd.c212 .get_state = sprd_pwm_get_state,
H A Dpwm-stm32-lp.c192 .get_state = stm32_pwm_lp_get_state,
H A Dpwm-sunplus.c164 .get_state = sunplus_pwm_get_state,
H A Dpwm-lpss.c245 .get_state = pwm_lpss_get_state,
H A Dpwm-iqs620a.c173 .get_state = iqs620_pwm_get_state,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_gem.c70 struct drm_vc4_get_hang_state *get_state = data; local
98 if (get_state->bo_count < state->bo_count) {
99 get_state->bo_count = state->bo_count;
108 state->bo = get_state->bo;
109 memcpy(get_state, state, sizeof(*state));
133 if (copy_to_user(u64_to_user_ptr(get_state->bo),
/linux-master/fs/quota/
H A Dquota.c126 if (!sb->s_qcop->get_state)
128 ret = sb->s_qcop->get_state(sb, &state);
361 ret = sb->s_qcop->get_state(sb, &state);
439 if (!sb->s_qcop->get_state)
459 ret = sb->s_qcop->get_state(sb, &state);
502 if (!sb->s_qcop->get_state)
/linux-master/drivers/hid/
H A Dhid-google-hammer.c56 static int cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, argument
73 params->info_type = get_state ?
/linux-master/fs/xfs/
H A Dxfs_quotaops.c272 .get_state = xfs_fs_get_quota_state,

Completed in 258 milliseconds

123