Searched refs:clk_gated (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-csi2dc.c | 172 * @clk_gated: Whether the clock is gated or free running 197 bool clk_gated; member 362 csi2dc->clk_gated = mbus_config.bus.parallel.flags & in csi2dc_get_mbus_config() 366 csi2dc->clk_gated ? "gated" : "free running"); in csi2dc_get_mbus_config() 392 (csi2dc->clk_gated ? 0 : CSI2DC_GCFG_MIPIFRN)); in csi2dc_vp_update() 586 csi2dc->clk_gated = input_endpoint.bus.mipi_csi2.flags & in csi2dc_of_parse() 591 csi2dc->clk_gated ? "gated" : "free running"); in csi2dc_of_parse()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | lgs8gxx.c | 518 u8 serial, u8 clk_pol, u8 clk_gated) in lgs8gxx_set_mpeg_mode() 531 t |= clk_gated ? TS_CLK_GATED : TS_CLK_FREERUN; in lgs8gxx_set_mpeg_mode() 517 lgs8gxx_set_mpeg_mode(struct lgs8gxx_state *priv, u8 serial, u8 clk_pol, u8 clk_gated) lgs8gxx_set_mpeg_mode() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | lgs8gxx.c | 518 u8 serial, u8 clk_pol, u8 clk_gated) in lgs8gxx_set_mpeg_mode() 531 t |= clk_gated ? TS_CLK_GATED : TS_CLK_FREERUN; in lgs8gxx_set_mpeg_mode() 517 lgs8gxx_set_mpeg_mode(struct lgs8gxx_state *priv, u8 serial, u8 clk_pol, u8 clk_gated) lgs8gxx_set_mpeg_mode() argument
|
Completed in 4 milliseconds