Home
last modified time | relevance | path

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

12

/linux-6.15/arch/riscv/kernel/
H A 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.15/Documentation/devicetree/bindings/clock/
H A Dtesla,fsd-clock.yaml11 - 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
51 const: tesla,fsd-clock-cmu
[all …]
/linux-6.15/arch/riscv/kvm/
H A Dvcpu_switch.S321 fsd f0, KVM_ARCH_FP_D_F0(a0)
322 fsd f1, KVM_ARCH_FP_D_F1(a0)
323 fsd f2, KVM_ARCH_FP_D_F2(a0)
324 fsd f3, KVM_ARCH_FP_D_F3(a0)
325 fsd f4, KVM_ARCH_FP_D_F4(a0)
326 fsd f5, KVM_ARCH_FP_D_F5(a0)
327 fsd f6, KVM_ARCH_FP_D_F6(a0)
328 fsd f7, KVM_ARCH_FP_D_F7(a0)
329 fsd f8, KVM_ARCH_FP_D_F8(a0)
330 fsd f9, KVM_ARCH_FP_D_F9(a0)
[all …]
/linux-6.15/fs/debugfs/
H A Dfile.c60 if (!fsd) { in debugfs_real_fops()
69 return fsd->real_fops; in debugfs_real_fops()
94 fsd = d_fsd; in __debugfs_file_get()
102 fsd = kmalloc(sizeof(*fsd), GFP_KERNEL); in __debugfs_file_get()
103 if (!fsd) in __debugfs_file_get()
115 fsd->real_fops = NULL; in __debugfs_file_get()
131 fsd->methods = methods; in __debugfs_file_get()
140 kfree(fsd); in __debugfs_file_get()
141 fsd = d_fsd; in __debugfs_file_get()
238 if (WARN_ON(!fsd)) in debugfs_enter_cancellation()
[all …]
H A Dinode.c244 struct debugfs_fsdata *fsd = dentry->d_fsdata; in debugfs_release_dentry() local
246 if (fsd) { in debugfs_release_dentry()
247 WARN_ON(!list_empty(&fsd->cancellations)); in debugfs_release_dentry()
248 mutex_destroy(&fsd->cancellations_mtx); in debugfs_release_dentry()
250 kfree(fsd); in debugfs_release_dentry()
719 struct debugfs_fsdata *fsd; in __debugfs_file_removed() local
728 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
729 if (!fsd) in __debugfs_file_removed()
754 while (refcount_read(&fsd->active_users)) { in __debugfs_file_removed()
767 mutex_lock(&fsd->cancellations_mtx); in __debugfs_file_removed()
[all …]
/linux-6.15/arch/arm64/boot/dts/tesla/
H A Dfsd.dtsi11 #include <dt-bindings/clock/fsd-clk.h>
15 compatible = "tesla,fsd";
778 compatible = "tesla,fsd-i2s";
795 compatible = "tesla,fsd-i2s";
812 compatible = "tesla,fsd-pinctrl";
897 compatible = "tesla,fsd-spi";
915 compatible = "tesla,fsd-spi";
933 compatible = "tesla,fsd-spi";
974 compatible = "tesla,fsd-mfc";
983 compatible = "tesla,fsd-ufs";
[all …]
H A Dfsd-evb.dts12 #include "fsd.dtsi"
17 compatible = "tesla,fsd-evb", "tesla,fsd";
H A DMakefile3 fsd-evb.dtb
H A Dfsd-pinctrl.dtsi11 #include "fsd-pinctrl.h"
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dtesla.yaml11 - linux-fsd@tesla.com
22 - tesla,fsd-evb # Tesla FSD Evaluation
23 - const: tesla,fsd
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dtesla,fsd-ethqos.yaml4 $id: http://devicetree.org/schemas/net/tesla,fsd-ethqos.yaml#
20 const: tesla,fsd-ethqos
83 #include <dt-bindings/clock/fsd-clk.h>
89 compatible = "tesla,fsd-ethqos";
/linux-6.15/Documentation/devicetree/bindings/soc/samsung/
H A Dsamsung,exynos-sysreg.yaml35 - tesla,fsd-cam-sysreg
36 - tesla,fsd-fsys0-sysreg
37 - tesla,fsd-fsys1-sysreg
38 - tesla,fsd-peric-sysreg
H A Dexynos-pmu.yaml63 - tesla,fsd-pmu
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dsamsung,s5p-mfc.yaml27 - tesla,fsd-mfc # Tesla FSD
167 - tesla,fsd-mfc
/linux-6.15/drivers/phy/samsung/
H A DMakefile11 phy-exynos-ufs-y += phy-fsd-ufs.o
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dsamsung-i2s.yaml41 tesla,fsd-i2s: for 8/16/24bit stereo channel I2S for playback and
54 - tesla,fsd-i2s
/linux-6.15/drivers/clk/samsung/
H A DMakefile32 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
/linux-6.15/Documentation/devicetree/bindings/timer/
H A Dsamsung,exynos4210-mct.yaml39 - tesla,fsd-mct
153 - tesla,fsd-mct
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dsamsung,ufs-phy.yaml22 - tesla,fsd-ufs-phy
/linux-6.15/Documentation/devicetree/bindings/ufs/
H A Dsamsung,exynos-ufs.yaml22 - tesla,fsd-ufs
/linux-6.15/Documentation/devicetree/bindings/watchdog/
H A Dsamsung-wdt.yaml32 - tesla,fsd-wdt
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Di2c-exynos5.yaml34 - tesla,fsd-hsi2c
/linux-6.15/Documentation/devicetree/bindings/pwm/
H A Dpwm-samsung.yaml36 - tesla,fsd-pwm
/linux-6.15/Documentation/devicetree/bindings/serial/
H A Dsamsung_uart.yaml34 - tesla,fsd-uart
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dsamsung,spi.yaml28 - tesla,fsd-spi

12