Searched refs:mt9v111 (Results 1 – 3 of 3) sorted by relevance
278 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_addr_space_select() local282 if (mt9v111->addr_space == addr_space) in __mt9v111_addr_space_select()297 mt9v111->addr_space = addr_space; in __mt9v111_addr_space_select()363 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_power_on() local366 ret = clk_prepare_enable(mt9v111->clk); in __mt9v111_power_on()370 clk_set_rate(mt9v111->clk, mt9v111->sysclk); in __mt9v111_power_on()372 gpiod_set_value(mt9v111->standby, 0); in __mt9v111_power_on()375 gpiod_set_value(mt9v111->oe, 1); in __mt9v111_power_on()383 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_power_off() local385 gpiod_set_value(mt9v111->oe, 0); in __mt9v111_power_off()[all …]
70 obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
325 module will be called mt9v111.