Searched defs:pxp (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/gpu/drm/i915/pxp/ |
A D | intel_pxp.c | 42 struct intel_gt *pxp_to_gt(const struct intel_pxp *pxp) in pxp_to_gt() 47 bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() 69 static int create_vcs_context(struct intel_pxp *pxp) in create_vcs_context() 99 static void destroy_vcs_context(struct intel_pxp *pxp) in destroy_vcs_context() 104 void intel_pxp_init(struct intel_pxp *pxp) in intel_pxp_init() 141 void intel_pxp_fini(struct intel_pxp *pxp) in intel_pxp_fini() 178 int intel_pxp_start(struct intel_pxp *pxp) in intel_pxp_start() 209 void intel_pxp_init_hw(struct intel_pxp *pxp) in intel_pxp_init_hw() 215 void intel_pxp_fini_hw(struct intel_pxp *pxp) in intel_pxp_fini_hw() 222 int intel_pxp_key_check(struct intel_pxp *pxp, in intel_pxp_key_check() [all …]
|
A D | intel_pxp.h | 13 static inline bool intel_pxp_is_enabled(const struct intel_pxp *pxp) in intel_pxp_is_enabled() 38 static inline void intel_pxp_init(struct intel_pxp *pxp) in intel_pxp_init() 42 static inline void intel_pxp_fini(struct intel_pxp *pxp) in intel_pxp_fini() 46 static inline int intel_pxp_start(struct intel_pxp *pxp) in intel_pxp_start() 51 static inline bool intel_pxp_is_active(const struct intel_pxp *pxp) in intel_pxp_is_active() 56 static inline int intel_pxp_key_check(struct intel_pxp *pxp, in intel_pxp_key_check()
|
A D | intel_pxp_pm.h | 17 static inline void intel_pxp_suspend_prepare(struct intel_pxp *pxp) in intel_pxp_suspend_prepare() 21 static inline void intel_pxp_suspend(struct intel_pxp *pxp) in intel_pxp_suspend() 25 static inline void intel_pxp_resume(struct intel_pxp *pxp) in intel_pxp_resume() 29 static inline void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend() 33 static inline void intel_pxp_runtime_resume(struct intel_pxp *pxp) in intel_pxp_runtime_resume()
|
A D | intel_pxp_session.c | 22 static bool intel_pxp_session_is_in_play(struct intel_pxp *pxp, u32 id) in intel_pxp_session_is_in_play() 35 static int pxp_wait_for_session_state(struct intel_pxp *pxp, u32 id, bool in_play) in pxp_wait_for_session_state() 58 static int pxp_create_arb_session(struct intel_pxp *pxp) in pxp_create_arb_session() 90 static int pxp_terminate_arb_session_and_global(struct intel_pxp *pxp) in pxp_terminate_arb_session_and_global() 116 static void pxp_terminate(struct intel_pxp *pxp) in pxp_terminate() 132 static void pxp_terminate_complete(struct intel_pxp *pxp) in pxp_terminate_complete() 143 struct intel_pxp *pxp = container_of(work, typeof(*pxp), session_work); in intel_pxp_session_work() local
|
A D | intel_pxp_pm.c | 12 void intel_pxp_suspend_prepare(struct intel_pxp *pxp) in intel_pxp_suspend_prepare() 22 void intel_pxp_suspend(struct intel_pxp *pxp) in intel_pxp_suspend() 35 void intel_pxp_resume(struct intel_pxp *pxp) in intel_pxp_resume() 51 void intel_pxp_runtime_suspend(struct intel_pxp *pxp) in intel_pxp_runtime_suspend()
|
A D | intel_pxp_tee.c | 20 static int intel_pxp_tee_io_message(struct intel_pxp *pxp, in intel_pxp_tee_io_message() 82 struct intel_pxp *pxp = i915_dev_to_pxp(i915_kdev); in i915_pxp_tee_component_bind() local 106 struct intel_pxp *pxp = i915_dev_to_pxp(i915_kdev); in i915_pxp_tee_component_unbind() local 120 int intel_pxp_tee_component_init(struct intel_pxp *pxp) in intel_pxp_tee_component_init() 138 void intel_pxp_tee_component_fini(struct intel_pxp *pxp) in intel_pxp_tee_component_fini() 149 int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp, in intel_pxp_tee_cmd_create_arb_session()
|
A D | intel_pxp_irq.c | 20 void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir) in intel_pxp_irq_handler() 62 void intel_pxp_irq_enable(struct intel_pxp *pxp) in intel_pxp_irq_enable() 77 void intel_pxp_irq_disable(struct intel_pxp *pxp) in intel_pxp_irq_disable()
|
A D | intel_pxp_debugfs.c | 16 struct intel_pxp *pxp = m->private; in pxp_info_show() local 40 struct intel_pxp *pxp = data; in pxp_terminate_set() local 59 void intel_pxp_debugfs_register(struct intel_pxp *pxp, struct dentry *gt_root) in intel_pxp_debugfs_register()
|
A D | intel_pxp_debugfs.h | 16 intel_pxp_debugfs_register(struct intel_pxp *pxp, struct dentry *root) in intel_pxp_debugfs_register()
|
A D | intel_pxp_irq.h | 27 static inline void intel_pxp_irq_handler(struct intel_pxp *pxp, u16 iir) in intel_pxp_irq_handler()
|
A D | intel_pxp_cmd.c | 95 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 id) in intel_pxp_terminate_session()
|
/linux/arch/arm/boot/dts/ |
A D | imx6dl.dtsi | 91 pxp: pxp@20f0000 { label
|
A D | imx6sll.dtsi | 637 pxp: pxp@20f0000 { label
|
A D | imx6sl.dtsi | 762 pxp: pxp@20f0000 { label
|
A D | imx6ul.dtsi | 1020 pxp: pxp@21cc000 { label
|
A D | imx28.dtsi | 1018 pxp: pxp@8002a000 { label
|
A D | imx6sx.dtsi | 1246 pxp: pxp@2218000 { label
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_types.h | 206 struct intel_pxp pxp; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_hw.c | 34 struct pxp_ptt_entry pxp; member
|
Completed in 47 milliseconds