Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-rmi.c759 bool has_gpio, has_led; in rmi_populate_f30() local
778 has_led = !!(buf[0] & BIT(2)); in rmi_populate_f30()
784 ctrl2_addr = (has_gpio && has_led) ? bytes_per_ctrl : 0; in rmi_populate_f30()
/drivers/usb/serial/
Dmos7840.c241 bool has_led; member
796 if (mos7840_port->has_led) in mos7840_bulk_in_callback()
1414 if (mos7840_port->has_led) in mos7840_write()
2361 mos7840_port->has_led = false; in mos7840_port_probe()
2365 mos7840_port->has_led = true; in mos7840_port_probe()
2424 if (mos7840_port->has_led) { in mos7840_port_remove()
/drivers/pcmcia/
Di82365.c98 static int has_led = -1; variable
125 module_param(has_led, int, 0444);
341 if (has_led > 0) { in cirrus_set_opts()