Home
last modified time | relevance | path

Searched refs:get_state (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_hub.c36 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,
H A Dsurface_aggregator_tabletsw.c29 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,
/openbmc/qemu/hw/core/
H A Dresettable.c78 ResettableState *s = rc->get_state(obj); in resettable_is_in_reset()
99 ResettableState *s = rc->get_state(obj); in resettable_phase_enter()
146 ResettableState *s = rc->get_state(obj); in resettable_phase_hold()
171 ResettableState *s = rc->get_state(obj); in resettable_phase_exit()
200 return rc->get_state(obj)->count; in resettable_get_count()
208 ResettableState *s = rc->get_state(obj); in resettable_change_parent()
H A Dresetcontainer.c75 rc->get_state = resettable_container_get_state; in resettable_container_class_init()
H A Dreset.c91 rc->get_state = legacy_reset_get_state; in legacy_reset_class_init()
/openbmc/linux/drivers/platform/x86/hp/
H A Dtc1100-wmi.c46 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()
/openbmc/u-boot/drivers/led/
H A Dled-uclass.c49 if (!ops->get_state) in led_get_state()
52 return ops->get_state(dev); in led_get_state()
H A Dled_gpio.c119 .get_state = gpio_led_get_state,
H A Dled_bcm6358.c108 .get_state = bcm6358_led_get_state,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp86 __decay_t<__result_of<__sexpr_impl<_Tag>::get_state, _Sexpr, _Receiver&>>;
262 noexcept(__nothrow_callable<decltype(__sexpr_impl<__tag_t>::get_state), in __state_box()
264 __state_(__sexpr_impl<__tag_t>::get_state(static_cast<_Sexpr&&>(__sndr), in __state_box()
305 __nothrow_callable<decltype(__sexpr_impl<__tag_t>::get_state), in __op_base()
308 __state_(__sexpr_impl<__tag_t>::get_state(static_cast<_Sexpr&&>(__sndr), in __op_base()
531 static constexpr auto get_state = __detail::__get_state; member
H A D__into_variant.hpp82 static constexpr auto get_state = //
H A D__stopped_as_optional.hpp76 static constexpr auto get_state = //
H A D__read_env.hpp97 static constexpr auto get_state = //
/openbmc/linux/arch/powerpc/kernel/
H A Deeh.c382 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()
/openbmc/linux/drivers/pwm/
H A Dcore.c103 if (pwm->chip->ops->get_state) { in pwm_device_request()
113 err = pwm->chip->ops->get_state(pwm->chip, pwm, &state); in pwm_device_request()
248 if (IS_ENABLED(CONFIG_PWM_DEBUG) && !ops->get_state) in pwm_ops_check()
397 if (!chip->ops->get_state) in pwm_apply_debug()
405 err = chip->ops->get_state(chip, pwm, &s1); in pwm_apply_debug()
473 err = chip->ops->get_state(chip, pwm, last); in pwm_apply_debug()
H A Dpwm-apple.c101 .get_state = apple_pwm_get_state,
H A Dpwm-visconti.c131 .get_state = visconti_pwm_get_state,
H A Dpwm-raspberrypi-poe.c136 .get_state = raspberrypi_pwm_get_state,
/openbmc/openbmc-test-automation/lib/
H A Dtftp_update_utils.py22 state = st.get_state(req_states=req_states, quiet=0)
H A Dopenbmc_ffdc.py59 state = st.get_state(req_states=["ping", "uptime", interface])
/openbmc/u-boot/include/
H A Dled.h55 enum led_state_t (*get_state)(struct udevice *dev); member
/openbmc/linux/include/linux/
H A Draid_class.h17 void (*get_state)(struct device *); member
/openbmc/qemu/include/hw/
H A Dresettable.h123 ResettableGetState get_state; member
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c70 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()
/openbmc/linux/fs/quota/
H A Dquota.c126 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()

1234