/openbmc/linux/arch/riscv/kernel/ |
H A 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A 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 …]
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_switch.S | 287 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A 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
|
/openbmc/linux/arch/arm64/boot/dts/tesla/ |
H A 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";
|
H A D | fsd.dtsi | 11 #include <dt-bindings/clock/fsd-clk.h> 15 compatible = "tesla,fsd"; 442 compatible = "tesla,fsd-clock-imem"; 456 compatible = "tesla,fsd-clock-cmu"; 464 compatible = "tesla,fsd-clock-cam_csi"; 472 compatible = "tesla,fsd-cam-sysreg", "syscon"; 477 compatible = "tesla,fsd-clock-mfc"; 485 compatible = "tesla,fsd-clock-peric"; 503 compatible = "tesla,fsd-peric-sysreg", "syscon"; 508 compatible = "tesla,fsd-clock-fsys0"; [all …]
|
H A D | Makefile | 3 fsd-evb.dtb
|
H A D | fsd-pinctrl.h | 3 * Tesla FSD DTS pinctrl constants
|
/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/ |
H A D | samsung,exynos-sysreg.yaml | 20 - tesla,fsd-cam-sysreg 21 - tesla,fsd-fsys0-sysreg 22 - tesla,fsd-fsys1-sysreg 23 - tesla,fsd-peric-sysreg
|
/openbmc/linux/fs/debugfs/ |
H A D | inode.c | 239 struct debugfs_fsdata *fsd = dentry->d_fsdata; in debugfs_release_dentry() local 241 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in debugfs_release_dentry() 244 kfree(fsd); in debugfs_release_dentry() 249 struct debugfs_fsdata *fsd = path->dentry->d_fsdata; in debugfs_automount() local 251 return fsd->automount(path->dentry, d_inode(path->dentry)->i_private); in debugfs_automount() 639 struct debugfs_fsdata *fsd; in debugfs_create_automount() local 645 fsd = kzalloc(sizeof(*fsd), GFP_KERNEL); in debugfs_create_automount() 646 if (!fsd) { in debugfs_create_automount() 651 fsd->automount = f; in debugfs_create_automount() 655 kfree(fsd); in debugfs_create_automount() [all …]
|
H A D | file.c | 52 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 97 fsd = d_fsd; in debugfs_file_get() 99 fsd = kmalloc(sizeof(*fsd), GFP_KERNEL); in debugfs_file_get() 100 if (!fsd) in debugfs_file_get() 103 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get() 105 refcount_set(&fsd->active_users, 1); in debugfs_file_get() 106 init_completion(&fsd->active_users_drained); in debugfs_file_get() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 865 - fsd = utils.find_stat_by_name(stats, "d") 880 - self.assertEqual(fsc.children[fsd].ttot, fsd.ttot) 881 - self.assertEqual(fsc.children[fsd].tsub, fsd.tsub) 882 - self.assertEqual(fsd.children[fse].ttot, fse.ttot) 883 - self.assertEqual(fsd.children[fse].tsub, fse.tsub) 1487 - fsd = utils.find_stat_by_name(stats, 'd') 1490 - cfscd = fsc.children[fsd] 1498 - self.assertEqual(fsd.ttot, 1) 1499 - self.assertEqual(fsd.tsub, 1) 1579 - fsd = utils.find_stat_by_name(stats, 'd') [all …]
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | Kconfig | 99 bool "Tesla FSD clock controller support" if COMPILE_TEST 103 Support for the clock controller present on the Tesla FSD SoC.
|
H A D | clk-fsd.c | 8 * Common Clock Framework support for FSD SoC. 18 #include <dt-bindings/clock/fsd-clk.h> 313 CLK_OF_DECLARE(fsd_clk_cmu, "tesla,fsd-clock-cmu", fsd_clk_cmu_init); 1426 CLK_OF_DECLARE(fsd_clk_imem, "tesla,fsd-clock-imem", fsd_clk_imem_init); 1751 * fsd_cmu_probe - Probe function for FSD platform clocks 1754 * Configure clock hierarchy for clock domains of FSD platform 1770 .compatible = "tesla,fsd-clock-peric", 1773 .compatible = "tesla,fsd-clock-fsys0", 1776 .compatible = "tesla,fsd-clock-fsys1", 1779 .compatible = "tesla,fsd-clock-mfc", [all …]
|
H A D | Makefile | 26 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | samsung-i2s.yaml | 41 tesla,fsd-i2s: for 8/16/24bit stereo channel I2S for playback and 53 - tesla,fsd-i2s
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | samsung,exynos4210-mct.yaml | 35 - tesla,fsd-mct 145 - tesla,fsd-mct
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | Makefile | 9 phy-exynos-ufs-y += phy-fsd-ufs.o
|
H A D | phy-fsd-ufs.c | 3 * UFS PHY driver data for FSD SoC
|
/openbmc/qemu/linux-user/include/host/riscv/ |
H A D | host-signal.h | 44 case 0xa000: /* c.fsd */ in host_signal_write()
|
/openbmc/linux/Documentation/devicetree/bindings/ufs/ |
H A D | samsung,exynos-ufs.yaml | 24 - tesla,fsd-ufs
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | samsung,ufs-phy.yaml | 20 - tesla,fsd-ufs-phy
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos-arm64.c | 730 * Pinctrl driver data for Tesla FSD SoC. FSD SoC includes three 734 /* pin banks of FSD pin-controller 0 (FSYS) */ 743 /* pin banks of FSD pin-controller 1 (PERIC) */ 768 /* pin banks of FSD pin-controller 2 (PMU) */
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | fsd-clk.h | 9 * and fsd platform driver.
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | samsung,spi.yaml | 26 - tesla,fsd-spi
|