Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/Documentation/devicetree/bindings/arm/
Dtesla.yaml11 - linux-fsd@tesla.com
22 - tesla,fsd-evb # Tesla FSD Evaluation
23 - const: tesla,fsd
/linux-6.1.9/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.c240 void *fsd = dentry->d_fsdata; in debugfs_release_dentry() local
242 if (!((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) in debugfs_release_dentry()
723 struct debugfs_fsdata *fsd; in __debugfs_file_removed() local
732 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
733 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
735 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
736 wait_for_completion(&fsd->active_users_drained); in __debugfs_file_removed()
/linux-6.1.9/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";
440 compatible = "tesla,fsd-clock-imem";
454 compatible = "tesla,fsd-clock-cmu";
462 compatible = "tesla,fsd-clock-cam_csi";
470 compatible = "tesla,fsd-clock-mfc";
478 compatible = "tesla,fsd-clock-peric";
496 compatible = "tesla,fsd-clock-fsys0";
510 compatible = "tesla,fsd-clock-fsys1";
742 compatible = "tesla,fsd-pinctrl";
[all …]
DMakefile3 fsd-evb.dtb
Dfsd-pinctrl.dtsi11 #include "fsd-pinctrl.h"
/linux-6.1.9/drivers/phy/samsung/
DMakefile9 phy-exynos-ufs-y += phy-fsd-ufs.o
/linux-6.1.9/drivers/clk/samsung/
DMakefile30 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
/linux-6.1.9/Documentation/devicetree/bindings/timer/
Dsamsung,exynos4210-mct.yaml35 - tesla,fsd-mct
145 - tesla,fsd-mct
/linux-6.1.9/Documentation/devicetree/bindings/ufs/
Dsamsung,exynos-ufs.yaml24 - tesla,fsd-ufs
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dsamsung,ufs-phy.yaml20 - tesla,fsd-ufs-phy
/linux-6.1.9/Documentation/devicetree/bindings/spi/
Dsamsung,spi.yaml26 - tesla,fsd-spi
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dsamsung,pinctrl.yaml56 - tesla,fsd-pinctrl
/linux-6.1.9/
DMAINTAINERS2942 M: linux-fsd@tesla.com