/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | pm-imx27.c | 17 static int mx27_suspend_enter(suspend_state_t state) in mx27_suspend_enter() argument 27 switch (state) { in mx27_suspend_enter()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | pm.h | 54 extern int s3c_irq_wake(struct irq_data *data, unsigned int state); 62 extern int s3c_irqext_wake(struct irq_data *data, unsigned int state); 70 * @set: set bits for the state of the LEDs 71 * @clear: clear bits for the state of the LEDs. 89 * samsung_pm_restore_gpios() - restore the state of the gpios after sleep. 91 * Restore the state of the GPIO pins after sleep, which may involve ensuring 92 * that we do not glitch the state of the pins from that the bootloader's 98 * samsung_pm_save_gpios() - save the state of the GPIOs for restoring after sleep.
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | fsl_pm.h | 29 void (*cpu_enter_state)(int cpu, int state); 30 void (*cpu_exit_state)(int cpu, int state);
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash_desc.h | 24 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state, 27 void cnstr_shdsc_sk_hash(u32 * const desc, struct alginfo *adata, u32 state,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fsl_pm.h | 29 void (*cpu_enter_state)(int cpu, int state); 30 void (*cpu_exit_state)(int cpu, int state);
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | pm-imx27.c | 18 static int mx27_suspend_enter(suspend_state_t state) in mx27_suspend_enter() argument 28 switch (state) { in mx27_suspend_enter()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_plane.h | 35 to_mtk_plane_state(struct drm_plane_state *state) in to_mtk_plane_state() argument 37 return container_of(state, struct mtk_plane_state, base); in to_mtk_plane_state()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | fsm.h | 30 int state; member 38 int state, event; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_matchall.h | 15 enum cxgb4_matchall_state state; /* Current MATCHALL offload state */ member 21 enum cxgb4_matchall_state state; /* Current MATCHALL offload state */ member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_ethtool.c | 30 return ((priv->rtllib->state == RTLLIB_LINKED) || in _rtl92e_ethtool_get_link() 31 (priv->rtllib->state == RTLLIB_LINKED_SCANNING)); in _rtl92e_ethtool_get_link()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-dbg.c | 17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state() local 19 return xhci_slot_state_string(state); in xhci_get_slot_state()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | wkup_m3_ipc.h | 36 int state; member 54 int (*prepare_low_power)(struct wkup_m3_ipc *m3_ipc, int state);
|
H A D | context_tracking_state.h | 22 } state; member 46 return __this_cpu_read(context_tracking.state) == CONTEXT_USER; in context_tracking_in_user()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.h | 19 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous); 40 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_atomic_uapi.h | 42 drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, 45 drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_damage_helper.h | 52 * This structure tracks state needed to walk the list of plane damage clips. 67 void drm_atomic_helper_check_plane_damage(struct drm_atomic_state *state, 81 struct drm_plane_state *state,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | numa.h | 29 int numa_nearest_node(int node, unsigned int state); 54 static inline int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() argument
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | typec_retimer.h | 21 struct typec_retimer_state *state); 32 int typec_retimer_set(struct typec_retimer *retimer, struct typec_retimer_state *state);
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-dbg.c | 17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state() local 19 return xhci_slot_state_string(state); in xhci_get_slot_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_plane.h | 36 const struct drm_plane_state *state, 39 int amdgpu_dm_plane_helper_check_state(struct drm_plane_state *state,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash_desc.h | 24 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state, 27 void cnstr_shdsc_sk_hash(u32 * const desc, struct alginfo *adata, u32 state,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_matchall.h | 15 enum cxgb4_matchall_state state; /* Current MATCHALL offload state */ member 21 enum cxgb4_matchall_state state; /* Current MATCHALL offload state */ member
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | st_pressure_buffer.c | 19 int st_press_trig_set_state(struct iio_trigger *trig, bool state) in st_press_trig_set_state() argument 23 return st_sensors_set_dataready_irq(indio_dev, state); in st_press_trig_set_state()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-mid.c | 26 int mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state) in mid_pci_set_power_state() argument 28 return intel_mid_pci_set_power_state(pdev, state); in mid_pci_set_power_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_tasklet.h | 19 return test_bit(TASKLET_STATE_RUN, &t->state); in tasklet_is_locked() 40 return test_bit(TASKLET_STATE_SCHED, &t->state); in __tasklet_is_scheduled()
|