Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dtw9910.c405 u8 acntl1; in tw9910_power() local
409 acntl1 = 0; in tw9910_power()
412 acntl1 = CLK_PDN | Y_PDN | C_PDN; in tw9910_power()
416 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); in tw9910_power()