Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.14.4/drivers/hid/
Dhid-cougar.c78 struct cougar_shared *shared; member
121 struct cougar_shared *shared; in cougar_get_shared_data() local
135 struct cougar_shared *shared = container_of(kref, in cougar_release_shared_data() local
162 struct cougar_shared *shared; in cougar_bind_shared_data() local
261 struct cougar_shared *shared; in cougar_raw_event() local
/linux-6.14.4/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spr.c11 struct shared { struct
18 struct shared *cptr, *pptr; argument
/linux-6.14.4/drivers/media/platform/amphion/
Dvpu_rpc.c56 static int vpu_rpc_send_cmd_buf(struct vpu_shared_addr *shared, struct vpu_rpc_event *cmd) in vpu_rpc_send_cmd_buf()
100 static bool vpu_rpc_check_msg(struct vpu_shared_addr *shared) in vpu_rpc_check_msg()
121 static int vpu_rpc_receive_msg_buf(struct vpu_shared_addr *shared, struct vpu_rpc_event *msg) in vpu_rpc_receive_msg_buf()
Dvpu_malone.c340 void vpu_malone_init_rpc(struct vpu_shared_addr *shared, in vpu_malone_init_rpc()
439 void vpu_malone_set_log_buf(struct vpu_shared_addr *shared, in vpu_malone_set_log_buf()
455 void vpu_malone_set_system_cfg(struct vpu_shared_addr *shared, in vpu_malone_set_system_cfg()
472 u32 vpu_malone_get_version(struct vpu_shared_addr *shared) in vpu_malone_get_version()
482 int vpu_malone_get_stream_buffer_size(struct vpu_shared_addr *shared) in vpu_malone_get_stream_buffer_size()
487 int vpu_malone_config_stream_buffer(struct vpu_shared_addr *shared, in vpu_malone_config_stream_buffer()
506 int vpu_malone_get_stream_buffer_desc(struct vpu_shared_addr *shared, in vpu_malone_get_stream_buffer_desc()
537 int vpu_malone_update_stream_buffer(struct vpu_shared_addr *shared, in vpu_malone_update_stream_buffer()
608 static void vpu_malone_set_stream_cfg(struct vpu_shared_addr *shared, in vpu_malone_set_stream_cfg()
634 static int vpu_malone_set_params(struct vpu_shared_addr *shared, in vpu_malone_set_params()
[all …]
Dvpu_windsor.c510 static struct vpu_enc_yuv_desc *get_yuv_desc(struct vpu_shared_addr *shared, in get_yuv_desc()
518 static struct vpu_enc_mem_pool *get_mem_pool(struct vpu_shared_addr *shared, in get_mem_pool()
526 static struct vpu_rpc_buffer_desc *get_stream_buf_desc(struct vpu_shared_addr *shared, in get_stream_buf_desc()
534 static struct vpu_enc_expert_mode_param *get_expert_param(struct vpu_shared_addr *shared, in get_expert_param()
542 static struct vpu_enc_param *get_enc_param(struct vpu_shared_addr *shared, u32 instance) in get_enc_param()
554 void vpu_windsor_init_rpc(struct vpu_shared_addr *shared, in vpu_windsor_init_rpc()
635 void vpu_windsor_set_log_buf(struct vpu_shared_addr *shared, struct vpu_buffer *log) in vpu_windsor_set_log_buf()
645 void vpu_windsor_set_system_cfg(struct vpu_shared_addr *shared, in vpu_windsor_set_system_cfg()
654 int vpu_windsor_get_stream_buffer_size(struct vpu_shared_addr *shared) in vpu_windsor_get_stream_buffer_size()
775 static int vpu_windsor_fill_yuv_frame(struct vpu_shared_addr *shared, in vpu_windsor_fill_yuv_frame()
[all …]
/linux-6.14.4/arch/x86/xen/
Dgrant-table.c35 void *shared = *__shared; in arch_gnttab_map_shared() local
57 grant_status_t *shared = *__shared; in arch_gnttab_map_status() local
75 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
/linux-6.14.4/tools/testing/selftests/x86/
Dsyscall_numbering.c70 struct shared { struct
76 static volatile struct shared *sh; argument
/linux-6.14.4/arch/x86/kvm/mmu/
Dtdp_mmu.c23 bool shared) in kvm_lockdep_assert_mmu_lock_held()
383 static void handle_removed_pt(struct kvm *kvm, tdp_ptep_t pt, bool shared) in handle_removed_pt()
554 bool shared) in handle_changed_spte()
806 bool flush, bool shared) in tdp_mmu_iter_cond_resched()
843 bool shared, int zap_level) in __tdp_mmu_zap_root()
866 bool shared) in tdp_mmu_zap_root()
1024 void kvm_tdp_mmu_zap_invalidated_roots(struct kvm *kvm, bool shared) in kvm_tdp_mmu_zap_invalidated_roots()
1199 struct kvm_mmu_page *sp, bool shared) in tdp_mmu_link_sp()
1479 struct kvm_mmu_page *sp, bool shared) in tdp_mmu_split_huge_page()
1519 int target_level, bool shared) in tdp_mmu_split_huge_pages_root()
[all …]
/linux-6.14.4/drivers/thermal/tegra/
Dsoctherm-fuse.c74 struct tsensor_shared_calib *shared) in tegra_calc_shared_calib()
108 const struct tsensor_shared_calib *shared, in tegra_calc_tsensor_calib()
/linux-6.14.4/drivers/net/ipa/
Dipa_uc.c131 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_event_handler() local
145 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in ipa_uc_response_hdlr() local
234 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa); in send_uc_command() local
/linux-6.14.4/drivers/video/fbdev/via/
Dviafbdev.c669 struct viafb_shared *shared = viapar->shared; in viafb_fillrect() local
703 struct viafb_shared *shared = viapar->shared; in viafb_copyarea() local
726 struct viafb_shared *shared = viapar->shared; in viafb_imageblit() local
1568 static void viafb_init_proc(struct viafb_shared *shared) in viafb_init_proc()
1598 static void viafb_remove_proc(struct viafb_shared *shared) in viafb_remove_proc()
1695 static void i2c_bus_probe(struct viafb_shared *shared) in i2c_bus_probe()
1714 static void i2c_bus_free(struct viafb_shared *shared) in i2c_bus_free()
/linux-6.14.4/drivers/md/
Ddm-stats.c188 static int dm_stat_in_flight(struct dm_stat_shared *shared) in dm_stat_in_flight()
219 struct dm_stat_shared *shared; in dm_stats_cleanup() local
531 static void dm_stat_round(struct dm_stat *s, struct dm_stat_shared *shared, in dm_stat_round()
567 struct dm_stat_shared *shared = &s->stat_shared[entry]; in dm_stat_for_entry() local
720 static void __dm_stat_init_temporary_percpu_totals(struct dm_stat_shared *shared, in __dm_stat_init_temporary_percpu_totals()
774 struct dm_stat_shared *shared; in __dm_stat_clear() local
862 struct dm_stat_shared *shared; in dm_stats_print() local
Ddm-thin-metadata.h138 bool shared:1; member
/linux-6.14.4/fs/xfs/
Dxfs_reflink.c231 bool *shared) in xfs_reflink_trim_around_shared()
283 bool *shared) in xfs_bmap_trim_cow()
365 bool *shared, in xfs_find_trim_cow_extent()
436 bool *shared, in xfs_reflink_fill_cow_hole()
503 bool *shared, in xfs_reflink_fill_delalloc()
567 bool *shared, in xfs_reflink_allocate_cow()
Dxfs_iomap.c813 bool shared = false; in xfs_direct_write_iomap_begin() local
1006 bool eof = false, cow_eof = false, shared = false; in xfs_buffered_write_iomap_begin() local
1318 bool shared = false; in xfs_read_iomap_begin() local
/linux-6.14.4/drivers/video/fbdev/
Dpxa3xx-gcu.c88 struct pxa3xx_gcu_shared *shared; member
207 struct pxa3xx_gcu_shared *shared = priv->shared; in run_ready() local
242 struct pxa3xx_gcu_shared *shared = priv->shared; in pxa3xx_gcu_handle_irq() local
/linux-6.14.4/drivers/mtd/lpddr/
Dlpddr_cmds.c38 struct flchip_shared *shared; in lpddr_cmdset() local
224 struct flchip_shared *shared = chip->priv; in get_chip() local
351 struct flchip_shared *shared = chip->priv; in put_chip() local
/linux-6.14.4/arch/arm/xen/
Dgrant-table.c43 void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) in arch_gnttab_unmap()
/linux-6.14.4/drivers/scsi/aic7xxx/
Daic7770_osm.c64 int shared; in aic7770_map_int() local
/linux-6.14.4/drivers/net/phy/qcom/
Dqca807x.c489 struct phy_package_shared *shared = phydev->shared; in qca807x_phy_package_probe_once() local
561 struct phy_package_shared *shared = phydev->shared; in qca807x_phy_package_config_init_once() local
711 struct phy_package_shared *shared; in qca807x_probe() local
/linux-6.14.4/drivers/gpu/drm/radeon/
Dradeon_sync.c92 bool shared) in radeon_sync_resv()
/linux-6.14.4/drivers/reset/
Dcore.c58 bool shared; member
778 bool shared = flags & RESET_CONTROL_FLAGS_BIT_SHARED; in __reset_control_get_internal() local
1151 bool shared = flags & RESET_CONTROL_FLAGS_BIT_SHARED; in __reset_control_get() local
/linux-6.14.4/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c46 bool shared; /* IRQ line is shared */ member
/linux-6.14.4/tools/testing/selftests/ptrace/
Dpeeksiginfo.c105 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path()
/linux-6.14.4/drivers/s390/cio/
Dchp.h53 int shared; member

12345