Home
last modified time | relevance | path

Searched full:dfi (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/
H A Drockchip-dfi.txt2 * Rockchip DFI device
6 - "rockchip,px30-dfi" - for PX30 SoCs.
7 - "rockchip,rk1808-dfi" - for RK1808 SoCs.
8 - "rockchip,rk3128-dfi" - for RK3128 SoCs.
9 - "rockchip,rk3288-dfi" - for RK3288 SoCs.
10 - "rockchip,rk3328-dfi" - for RK3328 SoCs.
11 - "rockchip,rk3368-dfi" - for RK3368 SoCs.
12 - "rockchip,rk3399-dfi" - for RK3399 SoCs.
13 - "rockchip,rk3528-dfi" - for RK3528 SoCs.
14 - "rockchip,rk3562-dfi" - for RK3562 SoCs.
[all …]
/OK3568_Linux_fs/u-boot/board/dfi/dfi-bt700/
H A DMAINTAINERS1 congatec DFI-BT700
4 F: board/dfi/dfi-bt700
5 F: include/configs/dfi-bt700.h
6 F: include/configs/theadorable-x86-dfi-bt700.h
7 F: configs/dfi-bt700-q7x-151_defconfig
8 F: configs/theadorable-x86-dfi-bt700_defconfig
9 F: arch/x86/dts/dfi-bt700.dtsi
10 F: arch/x86/dts/dfi-bt700-q7x-151.dts
11 F: arch/x86/dts/theadorable-x86-dfi-bt700.dts
H A DKconfig2 default "dfi-bt700"
5 default "dfi"
11 default "dfi-bt700" if TARGET_Q7X_151_DFI_BT700
12 default "theadorable-x86-dfi-bt700" if TARGET_THEADORABLE_X86_DFI_BT700
H A DMakefile7 obj-y += dfi-bt700.o start.o
/OK3568_Linux_fs/kernel/fs/ceph/
H A Ddir.c111 static int note_last_dentry(struct ceph_dir_file_info *dfi, const char *name, in note_last_dentry() argument
117 kfree(dfi->last_name); in note_last_dentry()
118 dfi->last_name = buf; in note_last_dentry()
119 memcpy(dfi->last_name, name, len); in note_last_dentry()
120 dfi->last_name[len] = 0; in note_last_dentry()
121 dfi->next_offset = next_offset; in note_last_dentry()
122 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry()
184 struct ceph_dir_file_info *dfi = file->private_data; in __dcache_readdir() local
231 dfi->file_info.flags |= CEPH_F_ATEND; in __dcache_readdir()
281 ret = note_last_dentry(dfi, last->d_name.name, last->d_name.len, in __dcache_readdir()
[all …]
H A Dfile.c214 struct ceph_dir_file_info *dfi = in ceph_init_file_info() local
216 if (!dfi) in ceph_init_file_info()
219 file->private_data = dfi; in ceph_init_file_info()
220 fi = &dfi->file_info; in ceph_init_file_info()
221 dfi->next_offset = 2; in ceph_init_file_info()
222 dfi->readdir_cache_idx = -1; in ceph_init_file_info()
824 struct ceph_dir_file_info *dfi = file->private_data; in ceph_release() local
826 WARN_ON(!list_empty(&dfi->file_info.rw_contexts)); in ceph_release()
828 ceph_put_fmode(ci, dfi->file_info.fmode, 1); in ceph_release()
830 if (dfi->last_readdir) in ceph_release()
[all …]
/OK3568_Linux_fs/u-boot/board/dfi/
H A DKconfig13 bool "DFI BT700 BayTrail on DFI Q7X-151 baseboard"
16 This is the DFI Q7X-151 baseboard equipped with the
17 DFI BayTrail Bt700 SoM. It contains an Atom E3845 with
26 bool "DFI BT700 BayTrail on theadorable-x86 baseboard"
30 DFI BayTrail Bt700 SoM. It contains an Atom E3845 with
40 source "board/dfi/dfi-bt700/Kconfig"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/
H A Drk3399_dmc.txt7 rockchip-dfi.txt
9 - clock-names : The name of clock used by the DFI, must be
35 for PD_IDLE DFI clock cycles.
40 for SR_IDLE * 1024 DFI clock cycles (DFI
48 sr_mc_gate_idle*1024 DFI clock cycles.
53 for srpd_lite_idle * 1024 DFI clock cycles.
59 be gated if bus is idle for standby_idle * DFI
178 devfreq-events = <&dfi>;
H A Drockchip_dmc.txt19 Documentation/devicetree/bindings/devfreq/rockchip-dfi.txt
24 - clock-names : The name of clock used by the DFI, must be "pclk_ddr_mon";
103 devfreq-events = <&dfi>;
/OK3568_Linux_fs/kernel/drivers/devfreq/event/
H A Drockchip-dfi.c105 * The dfi controller can monitor DDR load. It has an upper and lower threshold
383 /* set ddr type to dfi */ in rockchip_dfi_start_hardware_counter()
435 /* rk3588 counter is dfi clk rate */ in rockchip_dfi_get_busier_ch()
479 dev_err(&edev->dev, "failed to enable dfi clk: %d\n", in rockchip_dfi_enable()
767 { .compatible = "rockchip,px30-dfi", .data = px30_dfi_init },
770 { .compatible = "rockchip,rk1808-dfi", .data = px30_dfi_init },
773 { .compatible = "rockchip,rk3128-dfi", .data = rk3128_dfi_init },
776 { .compatible = "rockchip,rk3288-dfi", .data = rk3288_dfi_init },
779 { .compatible = "rockchip,rk3328-dfi", .data = rk3328_dfi_init },
782 { .compatible = "rockchip,rk3368-dfi", .data = rk3368_dfi_init },
[all …]
H A DKconfig36 tristate "ROCKCHIP DFI DEVFREQ event Driver"
39 This add the devfreq-event driver for Rockchip SoC. It provides DFI
H A DMakefile6 obj-$(CONFIG_DEVFREQ_EVENT_ROCKCHIP_DFI) += rockchip-dfi.o
/OK3568_Linux_fs/u-boot/arch/x86/dts/
H A Dtheadorable-x86-dfi-bt700.dts10 #include "dfi-bt700.dtsi"
13 model = "theadorable-x86-DFI-BT700";
14 compatible = "anonymous,theadorable-x86-dfi-bt700", "dfi,bt700",
H A Ddfi-bt700-q7x-151.dts10 #include "dfi-bt700.dtsi"
15 model = "DFI-BT700";
16 compatible = "dfi,bt700", "intel,baytrail";
H A DMakefile12 dfi-bt700-q7x-151.dtb \
19 theadorable-x86-dfi-bt700.dtb \
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6q-dfi-fs700-m60.dts12 #include "imx6qdl-dfi-fs700-m60.dtsi"
15 model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
16 compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
H A Dimx6dl-dfi-fs700-m60.dts12 #include "imx6qdl-dfi-fs700-m60.dtsi"
15 model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
H A Drk3288-linux.dtsi16 dfi: dfi { label
17 compatible = "rockchip,rk3288-dfi";
25 devfreq-events = <&dfi>;
H A Drk3288-android.dtsi61 dfi: dfi { label
62 compatible = "rockchip,rk3288-dfi";
70 devfreq-events = <&dfi>;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun9i.h68 u32 dfitmg[2]; /* 0x190 DFI timing register */
69 u32 dfilpcfg; /* 0x198 DFI low power configuration register */
71 u32 dfiupd[4]; /* 0x1a0 DFI update register */
72 u32 dfimisc; /* 0x1b0 DFI miscellaneous control register */
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c66 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */
74 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */
/OK3568_Linux_fs/u-boot/configs/
H A Dtheadorable-x86-dfi-bt700_defconfig3 CONFIG_DEFAULT_DEVICE_TREE="theadorable-x86-dfi-bt700"
H A Ddfi-bt700-q7x-151_defconfig3 CONFIG_DEFAULT_DEVICE_TREE="dfi-bt700-q7x-151"
/OK3568_Linux_fs/u-boot/include/configs/
H A Dtheadorable-x86-dfi-bt700.h20 #define DEF_ENV_TFTPDIR "theadorable-x86-dfi"
H A Ddfi-bt700.h43 "upd_uboot=usb reset;tftp 100000 dfi/u-boot.rom;" \

1234567