/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
H A D | mcde_dsi.c | 433 u64 pclk; in mcde_dsi_setup_video_mode() local 580 pclk = DIV_ROUND_UP_ULL(1000000000000, (mode->clock * 1000)); in mcde_dsi_setup_video_mode() 582 pclk); in mcde_dsi_setup_video_mode() 599 bpl = pclk * mode->htotal; /* (1) picoseconds per line */ in mcde_dsi_setup_video_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/ |
H A D | mcde_dsi.c | 433 u64 pclk; in mcde_dsi_setup_video_mode() local 580 pclk = DIV_ROUND_UP_ULL(1000000000000, (mode->clock * 1000)); in mcde_dsi_setup_video_mode() 582 pclk); in mcde_dsi_setup_video_mode() 599 bpl = pclk * mode->htotal; /* (1) picoseconds per line */ in mcde_dsi_setup_video_mode()
|
/kernel/linux/linux-6.6/sound/soc/stm/ |
H A D | stm32_i2s.c | 215 * @pclk: peripheral clock driving bus interface 240 struct clk *pclk; member 1048 i2s->pclk = devm_clk_get(&pdev->dev, "pclk"); in stm32_i2s_parse_dt() 1049 if (IS_ERR(i2s->pclk)) in stm32_i2s_parse_dt() 1050 return dev_err_probe(&pdev->dev, PTR_ERR(i2s->pclk), in stm32_i2s_parse_dt() 1051 "Could not get pclk\n"); in stm32_i2s_parse_dt() 1131 i2s->regmap = devm_regmap_init_mmio_clk(&pdev->dev, "pclk", in stm32_i2s_probe()
|
H A D | stm32_sai.h | 283 * @pclk: SAI bus clock 294 struct clk *pclk; member
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-qup.c | 229 struct clk *pclk; member 1636 clk_prepare_enable(qup->pclk); in qup_i2c_enable_clocks() 1648 clk_disable_unprepare(qup->pclk); in qup_i2c_disable_clocks() 1787 qup->pclk = devm_clk_get(qup->dev, "iface"); in qup_i2c_probe() 1788 if (IS_ERR(qup->pclk)) { in qup_i2c_probe() 1790 ret = PTR_ERR(qup->pclk); in qup_i2c_probe()
|
H A D | i2c-designware-core.h | 191 * @pclk: clock required to access the registers 244 struct clk *pclk; member
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-qup.c | 229 struct clk *pclk; member 1636 clk_prepare_enable(qup->pclk); in qup_i2c_enable_clocks() 1648 clk_disable_unprepare(qup->pclk); in qup_i2c_disable_clocks() 1787 qup->pclk = devm_clk_get(qup->dev, "iface"); in qup_i2c_probe() 1788 if (IS_ERR(qup->pclk)) { in qup_i2c_probe() 1790 ret = PTR_ERR(qup->pclk); in qup_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.h | 267 struct omap_dss_audio *audio, u32 pclk);
|
H A D | hdmi5_core.h | 295 struct omap_dss_audio *audio, u32 pclk);
|
H A D | hdmi.h | 336 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.h | 261 struct omap_dss_audio *audio, u32 pclk);
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_sai.h | 283 * @pclk: SAI bus clock 294 struct clk *pclk; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stmmac.h | 289 struct clk *pclk; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.h | 261 struct omap_dss_audio *audio, u32 pclk);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.h | 267 struct omap_dss_audio *audio, u32 pclk);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 113 struct clk *pclk; member 2301 clk_disable_unprepare(port->pclk); in gemini_port_remove() 2434 port->pclk = devm_clk_get(dev, "PCLK"); in gemini_ethernet_port_probe() 2435 if (IS_ERR(port->pclk)) { in gemini_ethernet_port_probe() 2437 return PTR_ERR(port->pclk); in gemini_ethernet_port_probe() 2439 ret = clk_prepare_enable(port->pclk); in gemini_ethernet_port_probe() 2528 clk_disable_unprepare(port->pclk); in gemini_ethernet_port_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 112 struct clk *pclk; member 2308 clk_disable_unprepare(port->pclk); in gemini_port_remove() 2435 port->pclk = devm_clk_get(dev, "PCLK"); in gemini_ethernet_port_probe() 2436 if (IS_ERR(port->pclk)) { in gemini_ethernet_port_probe() 2438 return PTR_ERR(port->pclk); in gemini_ethernet_port_probe() 2440 ret = clk_prepare_enable(port->pclk); in gemini_ethernet_port_probe() 2530 clk_disable_unprepare(port->pclk); in gemini_ethernet_port_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxa168fb.h | 382 #define CFG_INV_PCLK(pclk) ((pclk) << 1)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.h | 22 unsigned long pclk; member 152 struct clk *clk, unsigned long pclk,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxa168fb.h | 382 #define CFG_INV_PCLK(pclk) ((pclk) << 1)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.h | 24 unsigned long pclk; member 165 struct clk *clk, unsigned long pclk,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | rv515.c | 962 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rv515_crtc_bandwidth_compute() local 1002 * pclk = pixel clock period(ns) = 1000 / (mode.clock / 1000) in rv515_crtc_bandwidth_compute() 1010 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute() 1018 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute() 1020 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute() 1029 * pclk = pixel clock period(ns) in rv515_crtc_bandwidth_compute() 1032 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | rv515.c | 930 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rv515_crtc_bandwidth_compute() local 970 * pclk = pixel clock period(ns) = 1000 / (mode.clock / 1000) in rv515_crtc_bandwidth_compute() 978 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute() 986 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute() 988 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute() 997 * pclk = pixel clock period(ns) in rv515_crtc_bandwidth_compute() 1000 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_hw.h | 234 struct clk *pclk; member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.h | 341 struct clk *pclk; member
|