/openbmc/linux/drivers/platform/surface/ |
H 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,
|
H 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,
|
/openbmc/qemu/hw/core/ |
H A D | resettable.c | 78 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 D | resetcontainer.c | 75 rc->get_state = resettable_container_get_state; in resettable_container_class_init()
|
H A D | reset.c | 91 rc->get_state = legacy_reset_get_state; in legacy_reset_class_init()
|
/openbmc/linux/drivers/platform/x86/hp/ |
H 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()
|
/openbmc/u-boot/drivers/led/ |
H A D | led-uclass.c | 49 if (!ops->get_state) in led_get_state() 52 return ops->get_state(dev); in led_get_state()
|
H A D | led_gpio.c | 119 .get_state = gpio_led_get_state,
|
H A D | led_bcm6358.c | 108 .get_state = bcm6358_led_get_state,
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __basic_sender.hpp | 86 __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.hpp | 82 static constexpr auto get_state = //
|
H A D | __stopped_as_optional.hpp | 76 static constexpr auto get_state = //
|
H A D | __read_env.hpp | 97 static constexpr auto get_state = //
|
/openbmc/linux/arch/powerpc/kernel/ |
H 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()
|
/openbmc/linux/drivers/pwm/ |
H A D | core.c | 103 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 D | pwm-apple.c | 101 .get_state = apple_pwm_get_state,
|
H A D | pwm-visconti.c | 131 .get_state = visconti_pwm_get_state,
|
H A D | pwm-raspberrypi-poe.c | 136 .get_state = raspberrypi_pwm_get_state,
|
/openbmc/openbmc-test-automation/lib/ |
H A D | tftp_update_utils.py | 22 state = st.get_state(req_states=req_states, quiet=0)
|
H A D | openbmc_ffdc.py | 59 state = st.get_state(req_states=["ping", "uptime", interface])
|
/openbmc/u-boot/include/ |
H A D | led.h | 55 enum led_state_t (*get_state)(struct udevice *dev); member
|
/openbmc/linux/include/linux/ |
H A D | raid_class.h | 17 void (*get_state)(struct device *); member
|
/openbmc/qemu/include/hw/ |
H A D | resettable.h | 123 ResettableGetState get_state; member
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H 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()
|
/openbmc/linux/fs/quota/ |
H 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()
|