Home
last modified time | relevance | path

Searched +full:008 +full:bg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/pressure/
H A Dabp2030pa.c81 [ABP2004BA] = "004BA", [ABP2006BA] = "006BA", [ABP2008BA] = "008BA",
84 [ABP2001BG] = "001BG", [ABP21_6BG] = "1.6BG", [ABP22_5BG] = "2.5BG",
85 [ABP2004BG] = "004BG", [ABP2006BG] = "006BG", [ABP2008BG] = "008BG",
86 [ABP2010BG] = "010BG", [ABP2012BG] = "012BG", [ABP2001GG] = "001GG",
/linux/Documentation/userspace-api/media/v4l/
H A Dfieldseq_tb.svg1142 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1158 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1166 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1174 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1182 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1190 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1198 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1206 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1214 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
1222 style="fill:#008f00;fill-opacity:1;fill-rule:evenodd;stroke:none"
[all …]
/linux/drivers/accessibility/speakup/
H A Dmain.c127 /*008*/ "^h", "^i", "^j", "^k", "^l", "^m", "^n", "^o",
391 int bg = spk_attr >> 4; in say_attributes() local
394 if (bg > 7) { in say_attributes()
396 bg -= 8; in say_attributes()
400 synth_printf("%s\n", spk_msg_get(MSG_COLORS_START + bg)); in say_attributes()
1615 int i, bg; in count_highlight_color() local
1630 bg = (ch & 0x70) >> 4; in count_highlight_color()
1631 speakup_console[vc_num]->ht.bgcount[bg]++; in count_highlight_color()