Home
last modified time | relevance | path

Searched refs:fsd (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/arch/riscv/kernel/
Dfpu.S28 fsd f0, TASK_THREAD_F0_F0(a0)
29 fsd f1, TASK_THREAD_F1_F0(a0)
30 fsd f2, TASK_THREAD_F2_F0(a0)
31 fsd f3, TASK_THREAD_F3_F0(a0)
32 fsd f4, TASK_THREAD_F4_F0(a0)
33 fsd f5, TASK_THREAD_F5_F0(a0)
34 fsd f6, TASK_THREAD_F6_F0(a0)
35 fsd f7, TASK_THREAD_F7_F0(a0)
36 fsd f8, TASK_THREAD_F8_F0(a0)
37 fsd f9, TASK_THREAD_F9_F0(a0)
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/clock/
Dtesla,fsd-clock.yaml4 $id: http://devicetree.org/schemas/clock/tesla,fsd-clock.yaml#
11 - linux-fsd@tesla.com
19 'dt-bindings/clock/fsd-clk.h' header.
24 - tesla,fsd-clock-cmu
25 - tesla,fsd-clock-imem
26 - tesla,fsd-clock-peric
27 - tesla,fsd-clock-fsys0
28 - tesla,fsd-clock-fsys1
29 - tesla,fsd-clock-mfc
30 - tesla,fsd-clock-cam_csi
[all …]
/linux-5.19.10/arch/riscv/kvm/
Dvcpu_switch.S287 fsd f0, KVM_ARCH_FP_D_F0(a0)
288 fsd f1, KVM_ARCH_FP_D_F1(a0)
289 fsd f2, KVM_ARCH_FP_D_F2(a0)
290 fsd f3, KVM_ARCH_FP_D_F3(a0)
291 fsd f4, KVM_ARCH_FP_D_F4(a0)
292 fsd f5, KVM_ARCH_FP_D_F5(a0)
293 fsd f6, KVM_ARCH_FP_D_F6(a0)
294 fsd f7, KVM_ARCH_FP_D_F7(a0)
295 fsd f8, KVM_ARCH_FP_D_F8(a0)
296 fsd f9, KVM_ARCH_FP_D_F9(a0)
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/arm/
Dtesla.yaml11 - linux-fsd@tesla.com
22 - tesla,fsd-evb # Tesla FSD Evaluation
23 - const: tesla,fsd
/linux-5.19.10/arch/arm64/boot/dts/tesla/
Dfsd-evb.dts12 #include "fsd.dtsi"
16 compatible = "tesla,fsd-evb", "tesla,fsd";
Dfsd.dtsi11 #include <dt-bindings/clock/fsd-clk.h>
15 compatible = "tesla,fsd";
349 compatible = "tesla,fsd-clock-imem";
363 compatible = "tesla,fsd-clock-cmu";
371 compatible = "tesla,fsd-clock-cam_csi";
379 compatible = "tesla,fsd-clock-mfc";
387 compatible = "tesla,fsd-clock-peric";
405 compatible = "tesla,fsd-clock-fsys0";
419 compatible = "tesla,fsd-clock-fsys1";
651 compatible = "tesla,fsd-pinctrl";
[all …]
DMakefile3 fsd-evb.dtb
/linux-5.19.10/fs/debugfs/
Dfile.c52 struct debugfs_fsdata *fsd = F_DENTRY(filp)->d_fsdata; in debugfs_real_fops() local
54 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) { in debugfs_real_fops()
63 return fsd->real_fops; in debugfs_real_fops()
84 struct debugfs_fsdata *fsd; in debugfs_file_get() local
89 fsd = d_fsd; in debugfs_file_get()
91 fsd = kmalloc(sizeof(*fsd), GFP_KERNEL); in debugfs_file_get()
92 if (!fsd) in debugfs_file_get()
95 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()
97 refcount_set(&fsd->active_users, 1); in debugfs_file_get()
98 init_completion(&fsd->active_users_drained); in debugfs_file_get()
[all …]
Dinode.c217 void *fsd = dentry->d_fsdata; in debugfs_release_dentry() local
219 if (!((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) in debugfs_release_dentry()
700 struct debugfs_fsdata *fsd; in __debugfs_file_removed() local
709 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
710 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
712 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
713 wait_for_completion(&fsd->active_users_drained); in __debugfs_file_removed()
/linux-5.19.10/drivers/clk/samsung/
DMakefile30 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
/linux-5.19.10/Documentation/devicetree/bindings/timer/
Dsamsung,exynos4210-mct.yaml34 - tesla,fsd-mct
119 - tesla,fsd-mct
/linux-5.19.10/Documentation/devicetree/bindings/spi/
Dsamsung,spi.yaml24 - tesla,fsd-spi
/linux-5.19.10/Documentation/devicetree/bindings/pinctrl/
Dsamsung,pinctrl.yaml59 - tesla,fsd-pinctrl
/linux-5.19.10/
DMAINTAINERS2850 M: linux-fsd@tesla.com