Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dadp1653.c343 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_set_power()
398 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_suspend()
410 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_resume()
532 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_remove()
/linux-4.4.14/include/media/
Dadp1653.h110 #define to_adp1653_flash(sd) container_of(sd, struct adp1653_flash, subdev) macro