/linux/drivers/media/i2c/ |
H A D | ov02a10.c | 107 struct clk *eclk; member 135 * eclk 24Mhz 412 ret = clk_prepare_enable(ov02a10->eclk); in ov02a10_power_on() 414 dev_err(dev, "failed to enable eclk\n"); in ov02a10_power_on() 442 clk_disable_unprepare(ov02a10->eclk); in ov02a10_power_on() 454 clk_disable_unprepare(ov02a10->eclk); in ov02a10_power_off() 888 ov02a10->eclk = devm_clk_get(dev, "eclk"); in ov02a10_probe() 889 if (IS_ERR(ov02a10->eclk)) in ov02a10_probe() 890 return dev_err_probe(dev, PTR_ERR(ov02a10->eclk), in ov02a10_probe() 891 "failed to get eclk\n"); in ov02a10_probe() [all …]
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov02a10.yaml | 37 - const: eclk 41 Frequency of the eclk clock in Hz. 129 clock-names = "eclk";
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | aspeed-video.txt | 13 - clock-names: "vclk" and "eclk" 29 clock-names = "vclk", "eclk";
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | renesas-nandc.yaml | 37 - const: eclk 62 clock-names = "hclk", "eclk";
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos7_drm_decon.c | 67 struct clk *eclk; member 752 ctx->eclk = devm_clk_get(dev, "decon0_eclk"); in decon_probe() 753 if (IS_ERR(ctx->eclk)) { in decon_probe() 755 ret = PTR_ERR(ctx->eclk); in decon_probe() 820 clk_disable_unprepare(ctx->eclk); in exynos7_decon_suspend() 846 ret = clk_prepare_enable(ctx->eclk); in exynos7_decon_resume() 848 DRM_DEV_ERROR(dev, "Failed to prepare_enable the eclk [%d]\n", in exynos7_decon_resume() 863 clk_disable_unprepare(ctx->eclk); in exynos7_decon_resume()
|
/linux/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 42 clocks = <&eclk>; 180 eclk: eclk { label
|
/linux/drivers/clk/ |
H A D | clk-aspeed.c | 49 [ASPEED_CLK_GATE_ECLK] = { 0, 6, "eclk-gate", "eclk", 0 }, /* Video Engine */ 515 hw = clk_hw_register_mux(dev, "eclk-mux", eclk_parent_names, in aspeed_clk_probe() 523 hw = clk_hw_register_divider_table(dev, "eclk", "eclk-mux", 0, in aspeed_clk_probe()
|
H A D | clk-aspeed.h | 73 * @eclk_div_table: Divider lookup table for ECLK
|
H A D | clk-ast2600.c | 105 [ASPEED_CLK_GATE_ECLK] = { 1, 6, "eclk-gate", "eclk", 0 }, /* Video Engine */ 681 hw = clk_hw_register_divider_table(dev, "eclk", NULL, 0, in aspeed_g6_clk_probe()
|
/linux/drivers/mtd/nand/raw/ |
H A D | renesas-nand-controller.c | 1316 struct clk *eclk; in rnandc_probe() local 1339 eclk = clk_get(&pdev->dev, "eclk"); in rnandc_probe() 1340 if (IS_ERR(eclk)) { in rnandc_probe() 1341 ret = PTR_ERR(eclk); in rnandc_probe() 1345 rnandc->ext_clk_rate = clk_get_rate(eclk); in rnandc_probe() 1346 clk_put(eclk); in rnandc_probe()
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | cirrus,ep9307-keypad.yaml | 68 clocks = <&eclk EP93XX_CLK_KEYPAD>;
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hwmgr_ppt.h | 61 uint32_t eclk; /* VCE clock */ member
|
H A D | vega12_hwmgr.c | 692 /* eclk */ in vega12_setup_default_dpm_tables() 697 "[SetupDefaultDpmTable] failed to get eclk dpm levels!", in vega12_setup_default_dpm_tables() 1220 "Failed to set soft min eclk!", in vega12_upload_dpm_min_level() 1304 "Failed to set soft max eclk!", in vega12_upload_dpm_max_level() 2496 /* eclk */ in vega12_apply_clocks_adjust_rules()
|
/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-memory.json | 48 "BriefDescription": "ECLK count",
|
/linux/drivers/gpu/drm/radeon/ |
H A D | smu7.h | 46 #define SMU7_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smu7.h | 46 #define SMU7_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
|
H A D | smu72.h | 114 #define SMU72_MAX_LEVELS_VCE 8 /* ECLK levels for VCE. */
|
H A D | smu74.h | 139 #define SMU74_MAX_LEVELS_VCE 8 /* ECLK levels for VCE */
|
H A D | smu73.h | 110 #define SMU73_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
|
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-jtag.c | 59 * Clock divider for QLM JTAG operations. eclk is divided by in cvmx_helper_qlm_jtag_init()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dm_services_types.h | 65 struct dm_pp_clock_range eclk; member
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dir-685.dts | 113 /* Collides with LPC_LAD[2], UART DSR, SSP ECLK pins */
|
/linux/sound/pci/asihpi/ |
H A D | hpi6000.c | 843 4 TRRD = 0b = 2 ECLK (tRRD = 14ns) in hpi6000_adapter_boot_load_dsp() 844 3-1 TRAS = 5-1 = 100b (Tras=42ns = 5 ECLK) in hpi6000_adapter_boot_load_dsp() 845 1 CAS latency = 3 ECLK in hpi6000_adapter_boot_load_dsp()
|
/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun9i-a80.c | 73 SUNXI_FUNCTION(0x4, "eclk"), /* IN0 */ 79 SUNXI_FUNCTION(0x4, "eclk"), /* IN1 */
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r9a06g032.dtsi | 284 clock-names = "hclk", "eclk";
|