/linux-6.14.4/arch/riscv/kernel/ |
D | fpu.S | 28 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.14.4/Documentation/devicetree/bindings/clock/ |
D | tesla,fsd-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/tesla,fsd-clock.yaml# 7 title: Tesla FSD (Full Self-Driving) SoC clock controller 11 - linux-fsd@tesla.com 14 FSD clock controller consist of several clock management unit 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 [all …]
|
/linux-6.14.4/arch/riscv/kvm/ |
D | vcpu_switch.S | 321 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.14.4/Documentation/devicetree/bindings/arm/ |
D | tesla.yaml | 7 title: Tesla Full Self Driving(FSD) platforms 11 - linux-fsd@tesla.com 19 - description: FSD SoC board 22 - tesla,fsd-evb # Tesla FSD Evaluation 23 - const: tesla,fsd
|
/linux-6.14.4/arch/arm64/boot/dts/tesla/ |
D | fsd.dtsi | 11 #include <dt-bindings/clock/fsd-clk.h> 15 compatible = "tesla,fsd"; 454 compatible = "tesla,fsd-clock-imem"; 468 compatible = "tesla,fsd-clock-cmu"; 476 compatible = "tesla,fsd-clock-cam_csi"; 484 compatible = "tesla,fsd-cam-sysreg", "syscon"; 489 compatible = "tesla,fsd-clock-mfc"; 497 compatible = "tesla,fsd-clock-peric"; 515 compatible = "tesla,fsd-peric-sysreg", "syscon"; 520 compatible = "tesla,fsd-clock-fsys0"; [all …]
|
D | fsd-evb.dts | 3 * Tesla FSD board device tree source 12 #include "fsd.dtsi" 16 model = "Tesla Full Self-Driving (FSD) Evaluation board"; 17 compatible = "tesla,fsd-evb", "tesla,fsd"; 39 simple-audio-card,name = "FSD Audio Card";
|
D | Makefile | 3 fsd-evb.dtb
|
D | fsd-pinctrl.h | 3 * Tesla FSD DTS pinctrl constants
|
/linux-6.14.4/fs/debugfs/ |
D | file.c | 58 struct debugfs_fsdata *fsd = F_DENTRY(filp)->d_fsdata; in debugfs_real_fops() local 60 if (!fsd) { in debugfs_real_fops() 69 return fsd->real_fops; in debugfs_real_fops() 81 struct debugfs_fsdata *fsd; in __debugfs_file_get() local 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() 108 ops = fsd->short_fops = DEBUGFS_I(inode)->short_fops; in __debugfs_file_get() 115 fsd->real_fops = NULL; in __debugfs_file_get() 118 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get() [all …]
|
D | inode.c | 244 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() 733 if (refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed() 754 while (refcount_read(&fsd->active_users)) { in __debugfs_file_removed() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/samsung/ |
D | samsung,exynos-sysreg.yaml | 30 - tesla,fsd-cam-sysreg 31 - tesla,fsd-fsys0-sysreg 32 - tesla,fsd-fsys1-sysreg 33 - tesla,fsd-peric-sysreg
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | pixfmt-srggb8-pisp-comp.rst | 43 FSD/4096 and the remaining levels are successive multiples of FSD/2048. 45 FSD/1024 and FSD/512 respectively. Each of the four pixels is quantized 64 levels, where the lowest 95 levels are multiples of FSD/256 and the 65 remaining levels are multiples of FSD/128 (level 175 represents values 66 very close to FSD and may require saturating arithmetic to decode).
|
/linux-6.14.4/Documentation/devicetree/bindings/media/ |
D | samsung,s5p-mfc.yaml | 27 - tesla,fsd-mfc # Tesla FSD 167 - tesla,fsd-mfc
|
/linux-6.14.4/drivers/clk/samsung/ |
D | Kconfig | 99 bool "Tesla FSD clock controller support" if COMPILE_TEST 103 Support for the clock controller present on the Tesla FSD SoC.
|
D | clk-fsd.c | 8 * Common Clock Framework support for FSD SoC. 18 #include <dt-bindings/clock/fsd-clk.h> 322 CLK_OF_DECLARE(fsd_clk_cmu, "tesla,fsd-clock-cmu", fsd_clk_cmu_init); 1435 CLK_OF_DECLARE(fsd_clk_imem, "tesla,fsd-clock-imem", fsd_clk_imem_init); 1760 * fsd_cmu_probe - Probe function for FSD platform clocks 1763 * Configure clock hierarchy for clock domains of FSD platform 1779 .compatible = "tesla,fsd-clock-peric", 1782 .compatible = "tesla,fsd-clock-fsys0", 1785 .compatible = "tesla,fsd-clock-fsys1", 1788 .compatible = "tesla,fsd-clock-mfc", [all …]
|
D | Makefile | 30 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.yaml | 41 tesla,fsd-i2s: for 8/16/24bit stereo channel I2S for playback and 54 - tesla,fsd-i2s
|
/linux-6.14.4/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.yaml | 37 - tesla,fsd-mct 149 - tesla,fsd-mct
|
/linux-6.14.4/drivers/phy/samsung/ |
D | Makefile | 10 phy-exynos-ufs-y += phy-fsd-ufs.o
|
D | phy-fsd-ufs.c | 3 * UFS PHY driver data for FSD SoC
|
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | samsung,ufs-phy.yaml | 21 - tesla,fsd-ufs-phy
|
/linux-6.14.4/include/dt-bindings/clock/ |
D | fsd-clk.h | 9 * and fsd platform driver.
|
/linux-6.14.4/Documentation/devicetree/bindings/ufs/ |
D | samsung,exynos-ufs.yaml | 22 - tesla,fsd-ufs
|
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.yaml | 32 - tesla,fsd-wdt
|
/linux-6.14.4/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.yaml | 36 - tesla,fsd-pwm
|