Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dmos7840.c244 bool has_led; member
802 if (mos7840_port->has_led) in mos7840_bulk_in_callback()
1394 if (mos7840_port->has_led) in mos7840_write()
2328 mos7840_port->has_led = false; in mos7840_port_probe()
2332 mos7840_port->has_led = true; in mos7840_port_probe()
2383 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()
/drivers/hid/
Dhid-rmi.c1081 bool has_gpio, has_led; in rmi_populate_f30() local
1100 has_led = !!(buf[0] & BIT(2)); in rmi_populate_f30()
1106 ctrl2_addr = (has_gpio && has_led) ? bytes_per_ctrl : 0; in rmi_populate_f30()