Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 25 of 56) sorted by relevance

123

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c21 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s) in hdmi_wp_dump()
45 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp) in hdmi_wp_get_irqstatus()
50 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus) in hdmi_wp_set_irqstatus()
57 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_set_irqenable()
62 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_clear_irqenable()
68 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val) in hdmi_wp_set_phy_pwr()
88 int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val) in hdmi_wp_set_pll_pwr()
103 int hdmi_wp_video_start(struct hdmi_wp_data *wp) in hdmi_wp_video_start()
110 void hdmi_wp_video_stop(struct hdmi_wp_data *wp) in hdmi_wp_video_stop()
131 void hdmi_wp_video_config_format(struct hdmi_wp_data *wp, in hdmi_wp_video_config_format()
[all …]
H A Dhdmi_pll.c102 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_enable() local
112 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_disable() local
209 struct hdmi_wp_data *wp) in hdmi_pll_init()
H A Dhdmi4_core.c299 struct hdmi_wp_data *wp, struct hdmi_config *cfg) in hdmi4_configure()
676 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi4_audio_config()
858 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_start()
868 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_stop()
H A Dhdmi4.c61 struct hdmi_wp_data *wp = data; in hdmi_irq_handler() local
148 struct hdmi_wp_data *wp = &hdmi.wp; in hdmi_power_on_full() local
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c20 void hdmi_wp_dump(struct hdmi_wp_data *wp, struct seq_file *s) in hdmi_wp_dump()
44 u32 hdmi_wp_get_irqstatus(struct hdmi_wp_data *wp) in hdmi_wp_get_irqstatus()
49 void hdmi_wp_set_irqstatus(struct hdmi_wp_data *wp, u32 irqstatus) in hdmi_wp_set_irqstatus()
56 void hdmi_wp_set_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_set_irqenable()
61 void hdmi_wp_clear_irqenable(struct hdmi_wp_data *wp, u32 mask) in hdmi_wp_clear_irqenable()
67 int hdmi_wp_set_phy_pwr(struct hdmi_wp_data *wp, enum hdmi_phy_pwr val) in hdmi_wp_set_phy_pwr()
87 int hdmi_wp_set_pll_pwr(struct hdmi_wp_data *wp, enum hdmi_pll_pwr val) in hdmi_wp_set_pll_pwr()
102 int hdmi_wp_video_start(struct hdmi_wp_data *wp) in hdmi_wp_video_start()
109 void hdmi_wp_video_stop(struct hdmi_wp_data *wp) in hdmi_wp_video_stop()
130 void hdmi_wp_video_config_format(struct hdmi_wp_data *wp, in hdmi_wp_video_config_format()
[all …]
H A Dhdmi_pll.c42 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_enable() local
60 struct hdmi_wp_data *wp = pll->wp; in hdmi_pll_disable() local
162 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) in hdmi_pll_init()
H A Dhdmi4_core.c257 struct hdmi_wp_data *wp, struct hdmi_config *cfg) in hdmi4_configure()
632 int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, in hdmi4_audio_config()
814 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_start()
824 void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) in hdmi4_audio_stop()
H A Dhdmi4_cec.h33 struct hdmi_wp_data *wp) in hdmi4_cec_init()
H A Dhdmi.h239 struct hdmi_wp_data *wp; member
261 struct hdmi_wp_data *wp; member
356 struct hdmi_wp_data wp; member
/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c81 static bool set_watchpoint(pid_t pid, int size, int wp) in set_watchpoint()
112 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test()
204 int wr, wp, size; in main() local
/linux/tools/testing/selftests/mm/
H A Duffd-common.c402 void wp_range(int ufd, __u64 start, __u64 len, bool wp) in wp_range()
416 static void continue_range(int ufd, __u64 start, __u64 len, bool wp) in continue_range()
627 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp) in __copy_page()
659 int copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool wp) in copy_page()
H A Duffd-unit-tests.c207 #define pagemap_check_wp(value, wp) do { \ argument
658 static int faulting_process(uffd_global_test_opts_t *gopts, int signal_test, bool wp) in faulting_process()
756 static void uffd_sigbus_test_common(uffd_global_test_opts_t *gopts, bool wp) in uffd_sigbus_test_common()
817 static void uffd_events_test_common(uffd_global_test_opts_t *gopts, bool wp) in uffd_events_test_common()
1466 bool wp, in do_register_ioctls_test()
1510 int miss, wp, minor; in uffd_register_ioctls_test() local
/linux/lib/crypto/mpi/
H A Dgeneric_mpih-lshift.c28 mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt) in mpihelp_lshift()
H A Dgeneric_mpih-rshift.c29 mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) in mpihelp_rshift()
H A Dmpi-mul.c21 mpi_ptr_t up, vp, wp; in mpi_mul() local
H A Dmpi-add.c20 mpi_ptr_t wp, up, vp; in mpi_add() local
/linux/sound/hda/core/
H A Dcontroller.c222 unsigned int wp, rp; in snd_hdac_bus_send_cmd_corb() local
261 unsigned int rp, wp; in snd_hdac_bus_update_rirb() local
H A Dbus.c147 unsigned int wp; in snd_hdac_bus_queue_event() local
/linux/drivers/block/drbd/
H A Ddrbd_proc.c222 char wp; in drbd_seq_show() local
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c732 static int watchpoint_report(struct perf_event *wp, unsigned long addr, in watchpoint_report()
759 struct perf_event *wp, **slots; in do_watchpoint() local
/linux/drivers/scsi/qedf/
H A Dqedf_fip.c174 struct fip_wwn_desc *wp; in qedf_fip_recv() local
/linux/kernel/rcu/
H A Dsrcutiny.c122 void srcu_drive_gp(struct work_struct *wp) in srcu_drive_gp()
/linux/include/uapi/linux/
H A Dblkzoned.h132 __u64 wp; /* Zone write pointer position */ member
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c733 struct perf_event *wp, **slots; in watchpoint_handler() local
825 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local
/linux/drivers/dma/qcom/
H A Dgpi.c461 void *wp; member
718 struct gpi_ring *ring, void *wp) in gpi_write_ch_db()
729 struct gpi_ring *ring, void *wp) in gpi_write_ev_db()
1349 static int gpi_ring_add_element(struct gpi_ring *ring, void **wp) in gpi_ring_add_element()
1440 struct gpi_tre *gpi_tre, void **wp) in gpi_queue_xfer()
1871 void *tre, *wp = NULL; in gpi_issue_pending() local

123