Home
last modified time | relevance | path

Searched full:fsd (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/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 …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dtesla,fsd-clock.yaml4 $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 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 …]
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dtesla.yaml7 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 Dfsd-evb.dts3 * 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 Dfsd.dtsi11 #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 DMakefile3 fsd-evb.dtb
H A Dfsd-pinctrl.h3 * Tesla FSD DTS pinctrl constants
/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/
H A Dsamsung,exynos-sysreg.yaml20 - 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 Dinode.c239 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 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
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 D0001-test_functionality-convert-line-endings-to-Unix.patch865 - 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 DKconfig99 bool "Tesla FSD clock controller support" if COMPILE_TEST
103 Support for the clock controller present on the Tesla FSD SoC.
H A Dclk-fsd.c8 * 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 DMakefile26 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsamsung-i2s.yaml41 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 Dsamsung,exynos4210-mct.yaml35 - tesla,fsd-mct
145 - tesla,fsd-mct
/openbmc/linux/drivers/phy/samsung/
H A DMakefile9 phy-exynos-ufs-y += phy-fsd-ufs.o
H A Dphy-fsd-ufs.c3 * UFS PHY driver data for FSD SoC
/openbmc/qemu/linux-user/include/host/riscv/
H A Dhost-signal.h44 case 0xa000: /* c.fsd */ in host_signal_write()
/openbmc/linux/Documentation/devicetree/bindings/ufs/
H A Dsamsung,exynos-ufs.yaml24 - tesla,fsd-ufs
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dsamsung,ufs-phy.yaml20 - tesla,fsd-ufs-phy
/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-exynos-arm64.c730 * 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 Dfsd-clk.h9 * and fsd platform driver.
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dsamsung,spi.yaml26 - tesla,fsd-spi

12