Searched refs:write_rst (Results 1 – 3 of 3) sorted by relevance
339 if (context->write_rst) { in ov7725_power_up()340 context->write_rst(OV7725_RST_ACTIVE); in ov7725_power_up()350 if (context->write_rst) { in ov7725_power_up()351 context->write_rst(OV7725_RST_INACTIVE); in ov7725_power_up()
880 if (context->write_rst) { in ov5640_power_up()881 context->write_rst(OV5640_RST_ACTIVE); in ov5640_power_up()891 if (context->write_rst) { in ov5640_power_up()892 context->write_rst(OV5640_RST_INACTIVE); in ov5640_power_up()
21 void (*write_rst)(uint8_t state); member
Completed in 10 milliseconds