Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x.h391 int adv748x_write(struct adv748x_state *state, u8 page, u8 reg, u8 value);
397 #define io_write(s, r, v) adv748x_write(s, ADV748X_PAGE_IO, r, v)
402 #define hdmi_write(s, r, v) adv748x_write(s, ADV748X_PAGE_HDMI, r, v)
405 #define repeater_write(s, r, v) adv748x_write(s, ADV748X_PAGE_REPEATER, r, v)
408 #define sdp_write(s, r, v) adv748x_write(s, ADV748X_PAGE_SDP, r, v)
412 #define cp_write(s, r, v) adv748x_write(s, ADV748X_PAGE_CP, r, v)
416 #define tx_write(t, r, v) adv748x_write(t->state, t->page, r, v)
H A Dadv748x-core.c123 int adv748x_write(struct adv748x_state *state, u8 page, u8 reg, u8 value) in adv748x_write() function
134 *error = adv748x_write(state, page, reg, value); in adv748x_write_check()
222 ret = adv748x_write(state, regs->page, regs->reg, regs->value); in adv748x_write_regs()