Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 25 of 185) sorted by relevance

12345678

/linux/drivers/dma/ti/
H A Dk3-udma.c357 static inline u32 udma_tchanrt_read(struct udma_chan *uc, int reg) in udma_tchanrt_read()
364 static inline void udma_tchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_tchanrt_write()
371 static inline void udma_tchanrt_update_bits(struct udma_chan *uc, int reg, in udma_tchanrt_update_bits()
380 static inline u32 udma_rchanrt_read(struct udma_chan *uc, int reg) in udma_rchanrt_read()
387 static inline void udma_rchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_rchanrt_write()
394 static inline void udma_rchanrt_update_bits(struct udma_chan *uc, int reg, in udma_rchanrt_update_bits()
459 static void udma_reset_uchan(struct udma_chan *uc) in udma_reset_uchan()
468 static void udma_dump_chan_stdata(struct udma_chan *uc) in udma_dump_chan_stdata()
504 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr()
531 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc()
[all …]
/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c238 static int ccg_read(struct ucsi_ccg *uc, u16 rab, u8 *data, u32 len) in ccg_read()
283 static int ccg_write(struct ucsi_ccg *uc, u16 rab, const u8 *data, u32 len) in ccg_write()
319 static int ccg_op_region_update(struct ucsi_ccg *uc, u32 cci) in ccg_op_region_update()
347 static int ucsi_ccg_init(struct ucsi_ccg *uc) in ucsi_ccg_init()
387 static void ucsi_ccg_update_get_current_cam_cmd(struct ucsi_ccg *uc, u8 *data) in ucsi_ccg_update_get_current_cam_cmd()
402 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_update_altmodes() local
477 static void ucsi_ccg_update_set_new_cam_cmd(struct ucsi_ccg *uc, in ucsi_ccg_update_set_new_cam_cmd()
544 static void ucsi_ccg_nvidia_altmode(struct ucsi_ccg *uc, in ucsi_ccg_nvidia_altmode()
566 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read_version() local
574 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read_cci() local
[all …]
/linux/drivers/md/
H A Ddm-unstripe.c28 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe()
41 struct unstripe_c *uc; in unstripe_ctr() local
112 struct unstripe_c *uc = ti->private; in unstripe_dtr() local
119 struct unstripe_c *uc = ti->private; in map_to_core() local
137 struct unstripe_c *uc = ti->private; in unstripe_map() local
148 struct unstripe_c *uc = ti->private; in unstripe_status() local
170 struct unstripe_c *uc = ti->private; in unstripe_iterate_devices() local
178 struct unstripe_c *uc = ti->private; in unstripe_io_hints() local
/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c31 struct ucall *uc; in ucall_init() local
52 struct ucall *uc; in ucall_alloc() local
76 static void ucall_free(struct ucall *uc) in ucall_free()
85 struct ucall *uc; in ucall_assert() local
106 struct ucall *uc; in ucall_fmt() local
123 struct ucall *uc; in ucall() local
143 uint64_t get_ucall(struct kvm_vcpu *vcpu, struct ucall *uc) in get_ucall()
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h30 #define GET_UC_RESV_HEAD(uc) \ argument
49 #define ASSERT_BAD_CONTEXT(uc) do { \ argument
61 #define ASSERT_GOOD_CONTEXT(uc) do { \ argument
89 ucontext_t uc; member
H A Dza_no_regs.c19 ucontext_t uc; member
36 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
82 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
H A Dsve_regs.c19 ucontext_t uc; member
42 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sve_vl()
84 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_regs()
H A Dssve_regs.c19 ucontext_t uc; member
42 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
96 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
H A Dza_regs.c19 ucontext_t uc; member
44 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
102 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
H A Dssve_za_regs.c19 ucontext_t uc; member
47 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl()
120 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
H A Dzt_no_regs.c17 ucontext_t uc; member
21 int zt_no_regs_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in zt_no_regs_run()
H A Dzt_regs.c17 ucontext_t uc; member
27 int zt_regs_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in zt_regs_run()
H A Dtpidr2_siginfo.c20 ucontext_t uc; member
39 int tpidr2_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in tpidr2_present()
H A Dfpmr_siginfo.c20 ucontext_t uc; member
39 int fpmr_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in fpmr_present()
H A Dpoe_siginfo.c20 ucontext_t uc; member
39 int poe_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in poe_present()
/linux/tools/testing/selftests/signal/
H A Dmangle_uc_sigmask.c44 void handler_verify_ucontext(int signo, siginfo_t *info, void *uc) in handler_verify_ucontext()
60 void handler_segv(int signo, siginfo_t *info, void *uc) in handler_segv()
74 void handler_usr(int signo, siginfo_t *info, void *uc) in handler_usr()
/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c72 static void handle_sync(struct ucall *uc, uint64_t start, uint64_t end) in handle_sync()
84 static void handle_abort(struct ucall *uc) in handle_abort()
92 struct ucall uc; in enter_guest() local
/linux/arch/m68k/kernel/
H A Dsignal.c245 struct ucontext uc; member
333 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state()
484 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state()
562 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state()
571 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state()
712 struct ucontext __user *uc) in rt_restore_ucontext()
831 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) in rt_setup_ucontext()
/linux/arch/nios2/kernel/
H A Dsignal.c34 struct ucontext uc; member
39 struct ucontext __user *uc, int *pr2) in rt_restore_ucontext()
128 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) in rt_setup_ucontext()
/linux/sound/pci/ice1712/
H A Dse.c445 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_get()
456 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_get()
466 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_get()
517 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_put()
543 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_put()
560 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_put()
/linux/arch/x86/include/asm/
H A Dsigframe.h51 struct ucontext_ia32 uc; member
61 struct ucontext uc; member
79 struct ucontext_x32 uc; member
/linux/tools/testing/selftests/kvm/arm64/
H A Dat.c99 static void handle_sync(struct kvm_vcpu *vcpu, struct ucall *uc) in handle_sync()
126 struct ucall uc; in run_test() local
/linux/tools/testing/selftests/x86/
H A Dnx_stack.c121 ucontext_t *uc = uc_; in sigsegv() local
155 const ucontext_t *uc = uc_; in sigtrap() local
H A Dtest_shadow_stack.c210 void segv_handler(int signum, siginfo_t *si, void *uc) in segv_handler()
256 void test_access_fix_handler(int signum, siginfo_t *si, void *uc) in test_access_fix_handler()
686 void segv_gp_handler(int signum, siginfo_t *si, void *uc) in segv_gp_handler()
876 void segv_handler_ptrace(int signum, siginfo_t *si, void *uc) in segv_handler_ptrace()
/linux/tools/testing/selftests/kvm/x86/
H A Duserspace_msr_exit_test.c386 struct ucall uc; in check_for_guest_assert() local
456 struct ucall uc; in process_ucall_done() local
469 struct ucall uc = {}; in process_ucall() local
577 struct ucall uc; in handle_ucall() local

12345678