Searched refs:get_state (Results 26 - 50 of 72) sorted by relevance

123

/linux-master/drivers/pwm/
H A Dpwm-iqs620a.c173 .get_state = iqs620_pwm_get_state,
H A Dpwm-keembay.c181 .get_state = keembay_pwm_get_state,
H A Dpwm-bcm-iproc.c184 .get_state = iproc_pwmc_get_state,
H A Dpwm-intel-lgm.c107 .get_state = lgm_pwm_get_state,
H A Dpwm-sifive.c204 .get_state = pwm_sifive_get_state,
H A Dpwm-mtk-disp.c228 .get_state = mtk_disp_pwm_get_state,
H A Dpwm-microchip-core.c436 .get_state = mchp_core_pwm_get_state,
H A Dpwm-imx-tpm.c332 .get_state = pwm_imx_tpm_get_state,
H A Dpwm-imx27.c297 .get_state = pwm_imx27_get_state,
H A Dpwm-hibvt.c184 .get_state = hibvt_pwm_get_state,
H A Dpwm-rockchip.c228 .get_state = rockchip_pwm_get_state,
H A Dpwm-rz-mtu3.c437 .get_state = rz_mtu3_pwm_get_state,
H A Dpwm-sun4i.c326 .get_state = sun4i_pwm_get_state,
H A Dpwm-atmel.c400 .get_state = atmel_pwm_get_state,
H A Dpwm-meson.c11 * PWM_POLARITY_INVERSED. This means that .get_state cannot read the polarity
159 * inverted and so is wrongly identified by .get_state as normal.
297 /* to_meson_pwm() can only be used after .get_state() is called */
337 .get_state = meson_pwm_get_state,
H A Dpwm-pca9685.c509 .get_state = pca9685_pwm_get_state,
/linux-master/include/linux/
H A Dquota.h396 /* Structures for communicating via ->get_state */
441 int (*get_state)(struct super_block *, struct qc_state *); member in struct:quotactl_ops
H A Dpwm.h252 * @get_state: get the current PWM state. This function is only
263 int (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm, member in struct:pwm_ops
/linux-master/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c84 return response.get_state.state;
/linux-master/arch/powerpc/include/asm/
H A Deeh.h219 int (*get_state)(struct eeh_pe *pe, int *delay); member in struct:eeh_ops
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1378 ret = eeh_ops->get_state(dev_pe, NULL);
1574 state = eeh_ops->get_state(parent_pe, NULL);
1631 .get_state = pnv_eeh_get_state,
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c124 ret = eeh_ops->get_state(pe, &mwait);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c3228 struct drm_panthor_group_get_state *get_state)
3235 if (get_state->pad)
3238 group = group_get(xa_load(&gpool->xa, get_state->group_handle));
3242 memset(get_state, 0, sizeof(*get_state));
3246 get_state->state |= DRM_PANTHOR_GROUP_STATE_TIMEDOUT;
3248 get_state->state |= DRM_PANTHOR_GROUP_STATE_FATAL_FAULT;
3249 get_state->fatal_queues = group->fatal_queues;
3227 panthor_group_get_state(struct panthor_file *pfile, struct drm_panthor_group_get_state *get_state) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c791 .get_state = pseries_eeh_get_state,
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c269 .get_state = aspeed_pwm_get_state,

Completed in 216 milliseconds

123