/openbmc/linux/drivers/pwm/ |
H A D | pwm-stm32-lp.c | 35 const struct pwm_state *state) in stm32_pwm_lp_apply() 161 struct pwm_state *state) in stm32_pwm_lp_get_state() 225 struct pwm_state state; in stm32_pwm_lp_suspend() local
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 2029 struct nfs4_state *state; in nfs4_opendata_find_nfs4_state() local 2049 struct nfs4_state *state; in _nfs4_opendata_to_nfs4_state() local 2364 struct nfs4_state *state = NULL; in nfs4_open_confirm_release() local 2529 struct nfs4_state *state = NULL; in nfs4_open_release() local 3043 struct nfs4_state *state; in _nfs4_open_and_get_state() local 3425 struct nfs4_state *state) in nfs4_sync_open_stateid() 3457 struct nfs4_state *state) in nfs4_refresh_open_old_stateid() 3519 struct nfs4_state *state; member 3808 struct nfs4_state *state; in nfs4_atomic_open() local 4720 struct nfs4_state *state; in nfs4_proc_create() local [all …]
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | spl.c | 17 struct sandbox_state *state = state_get_current(); in board_init_f() local 51 struct sandbox_state *state = state_get_current(); in spl_board_init() local
|
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
H A D | isys_irq_private.h | 34 isys_irqc_state_t *state) in isys_irqc_state_get() 53 const isys_irqc_state_t *state) in isys_irqc_state_dump()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamhash_desc.c | 28 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state, in cnstr_shdsc_ahash() 87 void cnstr_shdsc_sk_hash(u32 * const desc, struct alginfo *adata, u32 state, in cnstr_shdsc_sk_hash()
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | pm.c | 24 int pxa_pm_enter(suspend_state_t state) in pxa_pm_enter() 67 static int pxa_pm_valid(suspend_state_t state) in pxa_pm_valid()
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | ServerLedStore.js | 6 state: { class in ServerLedStore 13 setIndicatorLedActiveState(state, indicatorLedActiveState) { argument
|
H A D | SystemStore.js | 6 state: { class in SystemStore 13 setSystemInfo: (state, data) => { argument
|
H A D | BmcStore.js | 6 state: { class in BmcStore 13 setBmcInfo: (state, data) => { argument
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-i2c.c | 46 static void bttv_bit_setscl(void *data, int state) in bttv_bit_setscl() 58 static void bttv_bit_setsda(void *data, int state) in bttv_bit_setsda() 73 int state; in bttv_bit_getscl() local 82 int state; in bttv_bit_getsda() local
|
/openbmc/linux/kernel/ |
H A D | context_tracking.c | 466 void noinstr __ct_user_enter(enum ctx_state state) in __ct_user_enter() 555 void ct_user_enter(enum ctx_state state) in ct_user_enter() 606 void noinstr __ct_user_exit(enum ctx_state state) in __ct_user_exit() 663 void ct_user_exit(enum ctx_state state) in ct_user_exit()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu_hw.c | 360 enum vb2_buffer_state state; in rockchip_vpu1_vepu_irq() local 378 enum vb2_buffer_state state; in rockchip_vpu2_vdpu_irq() local 396 enum vb2_buffer_state state; in rockchip_vpu2_vepu_irq() local 414 enum vb2_buffer_state state; in rk3588_vpu981_irq() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_psr.c | 44 enum dc_psr_state state = PSR_STATE0; in convert_psr_state() local 105 static void dmub_psr_get_state(struct dmub_psr *dmub, enum dc_psr_state *state, uint8_t panel_inst) in dmub_psr_get_state() 186 enum dc_psr_state state = PSR_STATE0; in dmub_psr_enable() local 235 enum dc_psr_state state = PSR_STATE0; in dmub_psr_set_level() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk20a.c | 51 gk20a_pmu_dvfs_target(struct gk20a_pmu *pmu, int *state) in gk20a_pmu_dvfs_target() 59 gk20a_pmu_dvfs_get_cur_state(struct gk20a_pmu *pmu, int *state) in gk20a_pmu_dvfs_get_cur_state() 68 int *state, int load) in gk20a_pmu_dvfs_get_target_state() 126 int state; in gk20a_pmu_dvfs_work() local
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 98 #define VMSTATE_CLOCK(field, state) \ argument 100 #define VMSTATE_CLOCK_V(field, state, version) \ argument 102 #define VMSTATE_ARRAY_CLOCK(field, state, num) \ argument 104 #define VMSTATE_ARRAY_CLOCK_V(field, state, num, version) \ argument
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | server-led-controller.js | 17 APIUtils.getLEDState().then(function(state) { argument 21 $scope.displayLEDState = function(state) { argument
|
/openbmc/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_plane.c | 24 struct drm_atomic_state *state) in tilcdc_plane_atomic_check() 79 struct drm_atomic_state *state) in tilcdc_plane_atomic_update()
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | DateTimeStore.js | 6 state: { class in DateTimeStore 33 async updateDateTime({ state }, dateTimeForm) { field in DateTimeStore.actions.AnonymousClasse394b33a0201
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_global_state.h | 25 struct intel_global_state *state; member 59 struct intel_atomic_state *state; member 66 struct intel_global_state *state, *old_state, *new_state; member
|
/openbmc/linux/drivers/media/i2c/ |
H A D | cs53l32a.c | 95 struct cs53l32a_state *state = to_state(sd); in cs53l32a_log_status() local 134 struct cs53l32a_state *state; in cs53l32a_probe() local 196 struct cs53l32a_state *state = to_state(sd); in cs53l32a_remove() local
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_overlay.c | 73 struct omap_global_state *state = omap_get_global_state(s); in omap_overlay_assign() local 116 struct omap_global_state *state = omap_get_global_state(s); in omap_overlay_release() local 139 struct omap_global_state *state = omap_get_existing_global_state(priv); in omap_overlay_update_state() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | en_accel.h | 127 struct mlx5e_accel_tx_state *state) in mlx5e_accel_tx_begin() 160 struct mlx5e_accel_tx_state *state) in mlx5e_accel_tx_ids_len() 195 struct mlx5e_accel_tx_state *state, in mlx5e_accel_tx_finish()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | turbo.c | 22 static inline void set_global_turbo_state(int state) in set_global_turbo_state() 31 static inline void set_global_turbo_state(int state) in set_global_turbo_state()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | sa1100_h3600.c | 94 h3600_pcmcia_socket_state(struct soc_pcmcia_socket *skt, struct pcmcia_state *state) in h3600_pcmcia_socket_state() 103 h3600_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_state_t *state) in h3600_pcmcia_configure_socket()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 761 struct drm_atomic_state *state) in vmw_du_cursor_plane_atomic_update() 880 struct drm_atomic_state *state) in vmw_du_cursor_plane_atomic_check() 928 struct drm_atomic_state *state) in vmw_du_crtc_atomic_check() 988 struct drm_crtc_state *state; in vmw_du_crtc_duplicate_state() local 1047 struct drm_crtc_state *state) in vmw_du_crtc_destroy_state() 1065 struct drm_plane_state *state; in vmw_du_plane_duplicate_state() local 1128 struct drm_plane_state *state) in vmw_du_plane_destroy_state() 1155 struct drm_connector_state *state; in vmw_du_connector_duplicate_state() local 1214 struct drm_connector_state *state) in vmw_du_connector_destroy_state() 1805 struct drm_atomic_state *state) in vmw_kms_check_implicit() [all …]
|