| /linux/drivers/gpu/drm/msm/dsi/phy/ |
| A D | dsi_phy.h | 18 struct msm_dsi_phy_clk_request *clk_req); 127 struct msm_dsi_phy_clk_request *clk_req); 129 struct msm_dsi_phy_clk_request *clk_req); 131 struct msm_dsi_phy_clk_request *clk_req); 133 struct msm_dsi_phy_clk_request *clk_req); 135 struct msm_dsi_phy_clk_request *clk_req);
|
| A D | dsi_phy.c | 51 struct msm_dsi_phy_clk_request *clk_req) in msm_dsi_dphy_timing_calc() argument 53 const unsigned long bit_rate = clk_req->bitclk_rate; in msm_dsi_dphy_timing_calc() 54 const unsigned long esc_rate = clk_req->escclk_rate; in msm_dsi_dphy_timing_calc() 146 struct msm_dsi_phy_clk_request *clk_req) in msm_dsi_dphy_timing_calc_v2() argument 148 const unsigned long bit_rate = clk_req->bitclk_rate; in msm_dsi_dphy_timing_calc_v2() 149 const unsigned long esc_rate = clk_req->escclk_rate; in msm_dsi_dphy_timing_calc_v2() 262 struct msm_dsi_phy_clk_request *clk_req) in msm_dsi_dphy_timing_calc_v3() argument 372 struct msm_dsi_phy_clk_request *clk_req) in msm_dsi_dphy_timing_calc_v4() argument 470 struct msm_dsi_phy_clk_request *clk_req) in msm_dsi_cphy_timing_calc_v4() argument 748 struct msm_dsi_phy_clk_request *clk_req, in msm_dsi_phy_enable() argument [all …]
|
| A D | dsi_phy_20nm.c | 68 struct msm_dsi_phy_clk_request *clk_req) in dsi_20nm_phy_enable() argument 78 if (msm_dsi_dphy_timing_calc(timing, clk_req)) { in dsi_20nm_phy_enable()
|
| A D | dsi_phy_28nm_8960.c | 572 struct msm_dsi_phy_clk_request *clk_req) in dsi_28nm_phy_enable() argument 579 if (msm_dsi_dphy_timing_calc(timing, clk_req)) { in dsi_28nm_phy_enable()
|
| A D | dsi_phy_7nm.c | 858 struct msm_dsi_phy_clk_request *clk_req) in dsi_7nm_phy_enable() argument 876 ret = msm_dsi_cphy_timing_calc_v4(timing, clk_req); in dsi_7nm_phy_enable() 878 ret = msm_dsi_dphy_timing_calc_v4(timing, clk_req); in dsi_7nm_phy_enable() 907 less_than_1500_mhz = (clk_req->bitclk_rate <= 1500000000); in dsi_7nm_phy_enable()
|
| A D | dsi_phy_10nm.c | 785 struct msm_dsi_phy_clk_request *clk_req) in dsi_10nm_phy_enable() argument 798 if (msm_dsi_dphy_timing_calc_v3(timing, clk_req)) { in dsi_10nm_phy_enable()
|
| A D | dsi_phy_28nm.c | 798 struct msm_dsi_phy_clk_request *clk_req) in dsi_28nm_phy_enable() argument 807 if (msm_dsi_dphy_timing_calc(timing, clk_req)) { in dsi_28nm_phy_enable()
|
| A D | dsi_phy_14nm.c | 947 struct msm_dsi_phy_clk_request *clk_req) in dsi_14nm_phy_enable() argument 957 if (msm_dsi_dphy_timing_calc_v2(timing, clk_req)) { in dsi_14nm_phy_enable()
|
| /linux/drivers/gpu/drm/msm/dsi/ |
| A D | dsi.h | 92 struct msm_dsi_phy_clk_request *clk_req, 142 struct msm_dsi_phy_clk_request *clk_req,
|
| A D | dsi_manager.c | 117 struct msm_dsi_phy_clk_request clk_req; in enable_phy() local 120 msm_dsi_host_get_phy_clk_req(msm_dsi->host, &clk_req, is_bonded_dsi); in enable_phy() 122 return msm_dsi_phy_enable(msm_dsi->phy, &clk_req, shared_timings); in enable_phy()
|
| A D | dsi_host.c | 2276 struct msm_dsi_phy_clk_request *clk_req, in msm_dsi_host_get_phy_clk_req() argument 2294 clk_req->bitclk_rate = msm_host->byte_clk_rate * 7; in msm_dsi_host_get_phy_clk_req() 2296 clk_req->bitclk_rate = msm_host->byte_clk_rate * 8; in msm_dsi_host_get_phy_clk_req() 2297 clk_req->escclk_rate = msm_host->esc_clk_rate; in msm_dsi_host_get_phy_clk_req()
|
| /linux/drivers/nfc/s3fwrn5/ |
| A D | nci.h | 46 __u8 clk_req; member
|
| A D | nci.c | 73 fw_cfg.clk_req = 0xff; in s3fwrn5_nci_rf_configure()
|
| /linux/sound/soc/codecs/ |
| A D | cs43130.c | 822 if (!cs43130->clk_req) { in cs43130_dsd_hw_params() 836 cs43130->clk_req++; in cs43130_dsd_hw_params() 837 if (cs43130->clk_req == 2) in cs43130_dsd_hw_params() 885 if (!cs43130->clk_req) { in cs43130_hw_params() 899 cs43130->clk_req++; in cs43130_hw_params() 992 cs43130->clk_req--; in cs43130_hw_free() 993 if (!cs43130->clk_req) { in cs43130_hw_free() 2136 if (!cs43130->clk_req) { in cs43130_imp_meas() 2145 cs43130->clk_req++; in cs43130_imp_meas() 2219 cs43130->clk_req--; in cs43130_imp_meas() [all …]
|
| A D | cs43130.h | 515 int clk_req; member
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | nvidia,tegra210-pinmux.yaml | 41 clk_req, core_pwr_req, cpu_pwr_req, dap1_din_pb1,
|
| /linux/drivers/clk/tegra/ |
| A D | clk-dfll.c | 1131 struct clk_rate_request *clk_req) in dfll_clk_determine_rate() argument 1137 ret = dfll_calculate_rate_request(td, &req, clk_req->rate); in dfll_clk_determine_rate()
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| A D | tegra210-p2595.dtsi | 1258 clk_req { 1259 nvidia,pins = "clk_req";
|
| A D | tegra210-p2571.dts | 1285 clk_req { 1286 nvidia,pins = "clk_req";
|
| A D | tegra210-p2597.dtsi | 1281 clk_req { 1282 nvidia,pins = "clk_req";
|
| A D | tegra210-p2894.dtsi | 1304 clk_req { 1305 nvidia,pins = "clk_req";
|
| A D | tegra210-smaug.dts | 1322 clk_req { 1323 nvidia,pins = "clk_req";
|
| /linux/drivers/pinctrl/tegra/ |
| A D | pinctrl-tegra210.c | 1442 …PINGROUP(clk_req, SYS, RSVD1, RSVD2, RSVD3, 0x316c, N, N, N, Y,…
|