Home
last modified time | relevance | path

Searched refs:stub_chip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-stub.c70 struct stub_chip { struct
87 static struct stub_chip *stub_chips;
91 struct stub_chip *chip, in stub_find_block()
112 static u16 *stub_get_wordp(struct stub_chip *chip, u8 offset) in stub_get_wordp()
129 struct stub_chip *chip = NULL; in stub_xfer()
319 struct stub_chip *chip = stub_chips + i; in i2c_stub_allocate_banks()
376 stub_chips = kcalloc(stub_chips_nr, sizeof(struct stub_chip), in i2c_stub_init()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-stub.c69 struct stub_chip { struct
86 static struct stub_chip *stub_chips;
90 struct stub_chip *chip, in stub_find_block()
111 static u16 *stub_get_wordp(struct stub_chip *chip, u8 offset) in stub_get_wordp()
128 struct stub_chip *chip = NULL; in stub_xfer()
318 struct stub_chip *chip = stub_chips + i; in i2c_stub_allocate_banks()
375 stub_chips = kcalloc(stub_chips_nr, sizeof(struct stub_chip), in i2c_stub_init()

Completed in 2 milliseconds