Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dw1.h30 u8 w1_get_device_family(struct udevice *dev);
/openbmc/u-boot/cmd/
H A Dw1.c39 printf("family 0x%x\n", w1_get_device_family(dev)); in w1_bus()
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c130 u8 w1_get_device_family(struct udevice *dev) in w1_get_device_family() function