Home
last modified time | relevance | path

Searched refs:i2c_cl (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_core.h48 struct clk_lookup *i2c_cl; member
Dmgb4_core.c310 mgbdev->i2c_cl = clkdev_hw_create(mgbdev->i2c_clk, NULL, "xiic-i2c.%d", in init_i2c()
312 if (!mgbdev->i2c_cl) { in init_i2c()
342 clkdev_drop(mgbdev->i2c_cl); in init_i2c()
353 clkdev_drop(mgbdev->i2c_cl); in free_i2c()