Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c24 struct w1_bus { struct
31 struct w1_bus *w1 = dev_get_uclass_priv(bus); in w1_enumerate() argument
232 .per_device_auto_alloc_size = sizeof(struct w1_bus),
/openbmc/u-boot/cmd/
H A Dw1.c13 static int w1_bus(void) in w1_bus() function
112 return w1_bus(); in do_w1()