| /linux/drivers/gpu/drm/xe/ |
| A D | xe_uc.c | 23 uc_to_gt(struct xe_uc *uc) in uc_to_gt() 29 uc_to_xe(struct xe_uc *uc) in uc_to_xe() 35 int xe_uc_init(struct xe_uc *uc) in xe_uc_init() 101 static int uc_reset(struct xe_uc *uc) in uc_reset() 134 int xe_uc_init_hwconfig(struct xe_uc *uc) in xe_uc_init_hwconfig() 178 int xe_uc_init_hw(struct xe_uc *uc) in xe_uc_init_hw() 223 int xe_uc_fini_hw(struct xe_uc *uc) in xe_uc_fini_hw() 248 void xe_uc_stop(struct xe_uc *uc) in xe_uc_stop() 257 int xe_uc_start(struct xe_uc *uc) in xe_uc_start() 278 int xe_uc_suspend(struct xe_uc *uc) in xe_uc_suspend() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_uc.c | 115 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early() 131 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late() 148 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio() 314 static int __uc_init(struct intel_uc *uc) in __uc_init() 341 static void __uc_fini(struct intel_uc *uc) in __uc_fini() 348 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize() 362 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm() 424 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw() 452 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw() 677 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend() [all …]
|
| A D | intel_uc_debugfs.c | 20 struct intel_uc *uc = m->private; in uc_usage_show() local 40 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
|
| /linux/drivers/dma/ti/ |
| A D | k3-udma.c | 897 static int udma_start(struct udma_chan *uc) in udma_start() 1003 static int udma_stop(struct udma_chan *uc) in udma_stop() 1150 struct udma_chan *uc = data; in udma_ring_irq_handler() local 1215 struct udma_chan *uc = data; in udma_udma_irq_handler() local 2178 struct udma_chan *uc = to_udma_chan(chan); in udma_alloc_chan_resources() local 2383 struct udma_chan *uc = to_udma_chan(chan); in bcdma_alloc_chan_resources() local 2578 struct udma_chan *uc = to_udma_chan(chan); in bcdma_router_config() local 4137 struct udma_chan *uc; in udma_dma_filter_fn() local 5555 struct udma_chan *uc = &ud->channels[i]; in udma_probe() local 5602 struct udma_chan *uc; in udma_pm_suspend() local [all …]
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | ucsi_ccg.c | 347 static int ucsi_ccg_init(struct ucsi_ccg *uc) in ucsi_ccg_init() 401 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_update_altmodes() local 561 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read_version() local 569 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read_cci() local 580 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read_message_in() local 617 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_async_control() local 671 struct ucsi_ccg *uc = data; in ccg_irq_handler() local 721 static int get_fw_info(struct ucsi_ccg *uc) in get_fw_info() 869 static int ccg_cmd_reset(struct ucsi_ccg *uc) in ccg_cmd_reset() 1328 static int ccg_restart(struct ucsi_ccg *uc) in ccg_restart() [all …]
|
| /linux/drivers/md/ |
| A D | dm-unstripe.c | 28 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/ |
| A D | ucall_common.c | 31 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/ |
| A D | test_signals_utils.c | 91 siginfo_t *si, void *uc) in handle_signal_unsupported() 113 siginfo_t *si, void *uc) in handle_signal_trigger() 123 siginfo_t *si, void *uc) in handle_signal_ok() 171 ucontext_t *uc = uc_in; in handle_signal_copyctx() local 233 static void default_handler(int signum, siginfo_t *si, void *uc) in default_handler()
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| A D | testcases.h | 29 #define GET_UC_RESV_HEAD(uc) \ argument 48 #define ASSERT_BAD_CONTEXT(uc) do { \ argument 60 #define ASSERT_GOOD_CONTEXT(uc) do { \ argument 88 ucontext_t uc; member
|
| A D | za_no_regs.c | 19 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()
|
| A D | sve_regs.c | 19 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()
|
| A D | ssve_regs.c | 19 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() 91 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
| A D | za_regs.c | 19 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() 97 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
| A D | ssve_za_regs.c | 19 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()
|
| A D | zt_no_regs.c | 17 ucontext_t uc; member 21 int zt_no_regs_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in zt_no_regs_run()
|
| A D | zt_regs.c | 17 ucontext_t uc; member 27 int zt_regs_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in zt_regs_run()
|
| A D | fpmr_siginfo.c | 20 ucontext_t uc; member 39 int fpmr_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in fpmr_present()
|
| A D | poe_siginfo.c | 20 ucontext_t uc; member 39 int poe_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in poe_present()
|
| A D | tpidr2_siginfo.c | 20 ucontext_t uc; member 39 int tpidr2_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in tpidr2_present()
|
| /linux/tools/testing/selftests/kvm/ |
| A D | system_counter_offset_test.c | 72 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/tools/testing/selftests/kvm/x86_64/ |
| A D | kvm_clock_test.c | 52 static void handle_sync(struct ucall *uc, struct kvm_clock_data *start, in handle_sync() 72 static void handle_abort(struct ucall *uc) in handle_abort() 109 struct ucall uc; in enter_guest() local
|
| A D | kvm_pv_test.c | 98 static void pr_msr(struct ucall *uc) in pr_msr() 105 static void pr_hcall(struct ucall *uc) in pr_hcall() 114 struct ucall uc; in enter_guest() local
|
| /linux/arch/m68k/kernel/ |
| A D | signal.c | 245 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/ |
| A D | signal.c | 34 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/ |
| A D | se.c | 445 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()
|