Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 25 of 61) 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.c396 void wp_range(int ufd, __u64 start, __u64 len, bool wp) in wp_range()
410 static void continue_range(int ufd, __u64 start, __u64 len, bool wp) in continue_range()
621 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp) in __copy_page()
653 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/kernel/rcu/
H A Dtree_exp.h450 static void sync_rcu_exp_select_node_cpus(struct kthread_work *wp) in sync_rcu_exp_select_node_cpus()
487 static void wait_rcu_exp_gp(struct kthread_work *wp) in wait_rcu_exp_gp()
984 static void sync_rcu_do_polled_gp(struct work_struct *wp) in sync_rcu_do_polled_gp()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-core.c355 u32 wp, mcb, rp; in saa7164_work_enchandler() local
431 u32 wp, mcb, rp; in saa7164_work_vbihandler() local
572 int wp, i = 0, rp; in saa7164_irq_ts() local
/linux/sound/hda/core/
H A Dcontroller.c229 wp = snd_hdac_chip_readw(bus, CORBWP); in snd_hdac_bus_send_cmd_corb() local
272 unsigned int rp, wp; snd_hdac_bus_update_rirb() local
[all...]
H A Dbus.c150 unsigned int wp; snd_hdac_bus_queue_event() local
/linux/sound/pci/lola/
H A Dlola.c88 wp %= LOLA_CORB_ENTRIES; in corb_send_verb() local
111 unsigned int rp, wp; lola_update_rirb() local
[all...]
/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/include/uapi/linux/
H A Dblkzoned.h109 __u64 wp; /* Zone write pointer position */ member

123