Lines Matching defs:dev
66 #define dbg_dev_printf(dev, fmt, args...) \ argument
70 device_t dev; member
117 pcf8574_probe(device_t dev) in pcf8574_probe()
129 pcf8574_attach(device_t dev) in pcf8574_attach()
156 pcf8574_detach(device_t dev) in pcf8574_detach()
168 pcf8574_get_bus(device_t dev) in pcf8574_get_bus()
184 pcf8574_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in pcf8574_pin_getcaps()
194 pcf8574_pin_getflags(device_t dev, uint32_t pin, uint32_t *pflags) in pcf8574_pin_getflags()
233 pcf8574_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in pcf8574_pin_setflags()
273 pcf8574_pin_getname(device_t dev, uint32_t pin, char *name) in pcf8574_pin_getname()
283 pcf8574_pin_get(device_t dev, uint32_t pin, unsigned int *on) in pcf8574_pin_get()
311 pcf8574_pin_set(device_t dev, uint32_t pin, unsigned int on) in pcf8574_pin_set()
356 pcf8574_pin_toggle(device_t dev, uint32_t pin) in pcf8574_pin_toggle()