Searched refs:ATTRS (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/scripts/ |
D | bluetooth-serial.rules | 2 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Brain Boxes", ATTRS{prod_id2}=="Bluetooth… 5 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Xircom", ATTRS{prod_id3}=="CBT", ENV{HCIO… 8 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="Xircom", ATTRS{prod_id3}=="CBT", ENV{HCIO… 11 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="IBM", ATTRS{prod_id2}=="Bluetooth PC Card… 14 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="TDK", ATTRS{prod_id2}=="Bluetooth PC Card… 17 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="AmbiCom BT2000C", ATTRS{prod_id2}=="Bluet… 20 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="COM1 SA", ATTRS{prod_id2}=="MC310 CARD", … 23 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="SPHINX", ATTRS{prod_id2}=="BT-CARD", ENV{… 26 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="H-Soft", ATTRS{prod_id2}=="Blue+CARD", EN… 29 SUBSYSTEM=="tty", SUBSYSTEMS=="pcmcia", ATTRS{prod_id1}=="CF CARD", ATTRS{prod_id2}=="GENERIC", ENV… [all …]
|
D | bluetooth-hid2hci.rules | 11 ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="…
|
/external/libxml2/ |
D | HTMLparser.c | 516 #define ATTRS COREATTRS,I18N,EVENTS macro 523 static const char* const html_attrs[] = { ATTRS, NULL } ; 530 static const char* const a_attrs[] = { ATTRS, "charset", "type", "name", 549 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ; 551 static const char* const body_attrs[] = { ATTRS, "onload", "onunload", NULL } ; 554 static const char* const button_attrs[] = { ATTRS, "name", "value", "type", 558 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 560 static const char* const edit_attrs[] = { ATTRS, "datetime", "cite", NULL } ; 561 static const char* const compact_attrs[] = { ATTRS, "compact", NULL } ; 568 static const char* const form_attrs[] = { ATTRS, "method", "enctype", "accept", "name", "onsubmit",… [all …]
|