/linux-4.4.14/arch/m68k/mac/ |
H A D | config.c | 181 if (macintosh_config->ident == MAC_MODEL_IICI config_mac() 182 || macintosh_config->ident == MAC_MODEL_IIFX) config_mac() 208 .ident = MAC_MODEL_II, 223 .ident = MAC_MODEL_II, 232 .ident = MAC_MODEL_IIX, 241 .ident = MAC_MODEL_IICX, 250 .ident = MAC_MODEL_SE30, 268 .ident = MAC_MODEL_IICI, 277 .ident = MAC_MODEL_IIFX, 286 .ident = MAC_MODEL_IISI, 295 .ident = MAC_MODEL_IIVI, 304 .ident = MAC_MODEL_IIVX, 319 .ident = MAC_MODEL_CLII, 328 .ident = MAC_MODEL_CCL, 337 .ident = MAC_MODEL_CCLII, 352 .ident = MAC_MODEL_LC, 361 .ident = MAC_MODEL_LCII, 370 .ident = MAC_MODEL_LCIII, 391 .ident = MAC_MODEL_Q605, 400 .ident = MAC_MODEL_Q605_ACC, 409 .ident = MAC_MODEL_Q610, 419 .ident = MAC_MODEL_Q630, 430 .ident = MAC_MODEL_Q650, 442 .ident = MAC_MODEL_Q700, 452 .ident = MAC_MODEL_Q800, 462 .ident = MAC_MODEL_Q840, 472 .ident = MAC_MODEL_Q900, 482 .ident = MAC_MODEL_Q950, 498 .ident = MAC_MODEL_P460, 507 .ident = MAC_MODEL_P475, 516 .ident = MAC_MODEL_P475F, 525 .ident = MAC_MODEL_P520, 534 .ident = MAC_MODEL_P550, 545 .ident = MAC_MODEL_P575, 555 .ident = MAC_MODEL_P588, 566 .ident = MAC_MODEL_TV, 575 .ident = MAC_MODEL_P600, 591 .ident = MAC_MODEL_C610, 601 .ident = MAC_MODEL_C650, 611 .ident = MAC_MODEL_C660, 629 .ident = MAC_MODEL_PB140, 638 .ident = MAC_MODEL_PB145, 647 .ident = MAC_MODEL_PB150, 657 .ident = MAC_MODEL_PB160, 666 .ident = MAC_MODEL_PB165, 675 .ident = MAC_MODEL_PB165C, 684 .ident = MAC_MODEL_PB170, 693 .ident = MAC_MODEL_PB180, 702 .ident = MAC_MODEL_PB180C, 711 .ident = MAC_MODEL_PB190, 721 .ident = MAC_MODEL_PB520, 739 .ident = MAC_MODEL_PB210, 748 .ident = MAC_MODEL_PB230, 757 .ident = MAC_MODEL_PB250, 766 .ident = MAC_MODEL_PB270C, 775 .ident = MAC_MODEL_PB280, 784 .ident = MAC_MODEL_PB280C, 799 .ident = -1 844 for (m = macintosh_config; m->ident != -1; m++) { mac_identify() 845 if (m->ident == model) { mac_identify() 865 if (macintosh_config->ident == MAC_MODEL_IIFX) { mac_identify() 1063 if ((macintosh_config->ident == MAC_MODEL_Q900) || mac_platform_init() 1064 (macintosh_config->ident == MAC_MODEL_Q950)) mac_platform_init()
|
H A D | psc.c | 80 if (macintosh_config->ident != MAC_MODEL_C660 psc_init() 81 && macintosh_config->ident != MAC_MODEL_Q840) psc_init()
|
H A D | baboon.c | 32 if (macintosh_config->ident != MAC_MODEL_PB190) { baboon_init()
|
H A D | via.c | 130 if (macintosh_config->ident == MAC_MODEL_IIFX) { via_init() 139 if (macintosh_config->ident == MAC_MODEL_LCIII) { via_init() 207 if (macintosh_config->ident == MAC_MODEL_SE30) { via_init() 228 (macintosh_config->ident != MAC_MODEL_C660) && via_init() 229 (macintosh_config->ident != MAC_MODEL_Q840)) { via_init()
|
H A D | iop.c | 237 if (macintosh_config->ident == MAC_MODEL_IIFX) { iop_preinit() 249 if (macintosh_config->ident == MAC_MODEL_IIFX) { iop_preinit() 303 if (macintosh_config->ident == MAC_MODEL_IIFX) { iop_register_interrupts()
|
H A D | macboing.c | 77 switch ( macintosh_config->ident ) mac_init_asc()
|
/linux-4.4.14/Documentation/DocBook/media/ |
H A D | Makefile | 251 for ident in $(ENUM_DEFS) ; do \ 252 entity=`echo $$ident | tr _ -` ; \ 253 r="$$r s/([^\w\-])$$ident([^\w\-])/\1\&$$entity\;\2/g;";\ 267 for ident in $(ENUM_DEFS) ; do \ 268 entity=`echo $$ident | tr _ -` ; \ 269 r="$$r s/([^\w\-])$$ident([^\w\-])/\1\&$$entity\;\2/g;";\ 307 for ident in $(FUNCS) ; do \ 308 entity=`echo $$ident | tr _ -` ; \ 310 "linkend='func-$$entity'><function>$$ident()</function></link>\">" \ 316 for ident in `echo $(IOCTLS) | sed -e "s,VIDIOC_RESERVED,,"`; do\ 317 entity=`echo $$ident | tr _ -` ; \ 318 id=`grep -e "<refname>$$ident" -e "<section id=\"$$ident\"" $$(find $(MEDIA_SRC_DIR) -name *.xml -type f)| sed -r s,"^.*/(.*).xml.*","\1",` ; \ 320 "linkend='$$id'><constant>$$ident</constant></link>\">" \ 322 echo "Warning: undocumented ioctl: $$ident. Please document it at the media DocBook!" >&2; \ 328 for ident in $(DEFINES) ; do \ 329 entity=`echo $$ident | tr _ -` ; \ 331 "linkend='$$entity'><constant>$$ident</constant></link>\">" \ 337 for ident in $(TYPES) ; do \ 338 entity=`echo $$ident | tr _ -` ; \ 340 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 345 for ident in $(ENUMS) ; do \ 346 entity=`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -` ; \ 348 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 353 for ident in $(ENUM_DEFS) ; do \ 354 entity=`echo $$ident | tr _ -` ; \ 356 "linkend='$$entity'><constant>$$ident</constant></link>\">" \ 362 for ident in $(STRUCTS) ; do \ 363 entity=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \ 365 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 370 for ident in $(ERRORS) ; do \ 371 echo "<!ENTITY $$ident \"<errorcode>$$ident</errorcode>" \ 404 for ident in $(TYPES) ; do \ 405 id=`echo $$ident | tr _ -` ; \ 407 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \ 410 for ident in $(ENUMS) ; do \ 411 id=`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -`; \ 413 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \ 416 for ident in $(STRUCTS) ; do \ 417 id=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \ 419 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \
|
/linux-4.4.14/drivers/acpi/ |
H A D | blacklist.c | 143 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_vista() 151 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win7() 157 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win8() 165 d->ident); dmi_enable_rev_override() 174 .ident = "Fujitsu Siemens", 191 .ident = "MSI GX723", 199 .ident = "Sony VGN-NS10J_S", 207 .ident = "Sony VGN-SR290J", 215 .ident = "VGN-NS50B_L", 223 .ident = "VGN-SR19XN", 231 .ident = "Toshiba Satellite L355", 239 .ident = "ASUS K50IJ", 247 .ident = "Toshiba P305D", 255 .ident = "Toshiba NB100", 268 .ident = "Dell Inspiron 7737", 276 .ident = "Dell Inspiron 7537", 284 .ident = "Dell Inspiron 5437", 292 .ident = "Dell Inspiron 3437", 300 .ident = "Dell Vostro 3446", 308 .ident = "Dell Vostro 3546", 327 .ident = "Asus EEE PC 1015PX", 343 .ident = "DELL XPS 13 (2015)",
|
H A D | video_detect.c | 115 .ident = "X360", 124 .ident = "Asus UL30VT", 132 .ident = "Asus UL30A", 148 .ident = "ThinkPad T420", 156 .ident = "ThinkPad T520", 164 .ident = "ThinkPad X201s", 175 .ident = "HP ENVY 15 Notebook", 183 .ident = "SAMSUNG 870Z5E/880Z5E/680Z5E", 191 .ident = "SAMSUNG 370R4E/370R4V/370R5E/3570RE/370R5V", 201 .ident = "SAMSUNG 3570R/370R/470R/450R/510R/4450RV", 211 .ident = "SAMSUNG 730U3E/740U3E", 220 .ident = "SAMSUNG 900X3C/900X3D/900X3E/900X4C/900X4D", 230 .ident = "Dell XPS14 L421X", 239 .ident = "Dell XPS15 L521X", 250 .ident = "Lenovo Ideapad S405", 259 .ident = "Lenovo Ideapad Z570", 268 .ident = "Apple MacBook Pro 12,1",
|
H A D | sleep.c | 154 .ident = "Abit KN9 (nForce4 variant)", 162 .ident = "HP xw4600 Workstation", 170 .ident = "Asus Pundit P1-AH2 (M2N8L motherboard)", 178 .ident = "Panasonic CF51-2L", 187 .ident = "Sony Vaio VGN-FW41E_H", 195 .ident = "Sony Vaio VGN-FW21E", 203 .ident = "Sony Vaio VGN-FW21M", 211 .ident = "Sony Vaio VPCEB17FX", 219 .ident = "Sony Vaio VGN-SR11M", 227 .ident = "Everex StepNote Series", 235 .ident = "Sony Vaio VPCEB1Z1E", 243 .ident = "Sony Vaio VGN-NW130D", 251 .ident = "Sony Vaio VPCCW29FX", 259 .ident = "Averatec AV1020-ED2", 267 .ident = "Asus A8N-SLI DELUXE", 275 .ident = "Asus A8N-SLI Premium", 283 .ident = "Sony Vaio VGN-SR26GN_P", 291 .ident = "Sony Vaio VPCEB1S1E", 299 .ident = "Sony Vaio VGN-FW520F", 307 .ident = "Asus K54C", 315 .ident = "Asus K54HR",
|
H A D | pci_slot.c | 189 info("%s detected: will evaluate _STA before calling _SUN\n", d->ident); do_sta_before_sun() 203 .ident = "Fujitsu PRIMEQUEST",
|
H A D | thermal.c | 1180 "disabling all active thermal trip points\n", d->ident); thermal_act() 1188 "disabling all critical thermal trip point actions.\n", d->ident); thermal_nocrt() 1196 "enabling thermal zone polling\n", d->ident); thermal_tzp() 1205 "disabling all passive thermal trip points\n", d->ident); thermal_psv() 1218 .ident = "AOpen i915GMm-HFS", 1226 .ident = "AOpen i915GMm-HFS", 1234 .ident = "AOpen i915GMm-HFS", 1242 .ident = "Gigabyte GA-7ZX",
|
H A D | acpi_video.c | 421 .ident = "Acer Aspire 5720", 429 .ident = "Acer Aspire 5710Z", 437 .ident = "eMachines E510", 445 .ident = "Acer Aspire 5315", 453 .ident = "Acer Aspire 7720", 470 .ident = "Toshiba Portege R700", 479 .ident = "Toshiba Portege R830", 488 .ident = "Toshiba Satellite R830", 501 .ident = "ESPRIMO Mobile M9410", 515 .ident = "ESPRIMO Mobile M9410",
|
H A D | pci_irq.c | 61 .ident = "Medion MD9580-F laptop", 73 .ident = "Dell Optiplex GX1", 85 .ident = "HP t5710",
|
H A D | processor_pdc.c | 171 id->ident); set_no_mwait()
|
H A D | ac.c | 310 .ident = "thinkpad e530",
|
H A D | sbs.c | 644 .ident = "Apple",
|
/linux-4.4.14/arch/x86/pci/ |
H A D | common.c | 87 printk(KERN_INFO "PCI: %s detected, can skip ISA alignment\n", d->ident); can_skip_ioresource_align() 98 .ident = "IBM System x3800", 106 .ident = "IBM System x3850", 114 .ident = "IBM System x3950", 193 printk(KERN_INFO "PCI: %s detected, enabling pci=bfsort.\n", d->ident); set_bf_sort() 239 " (pci=assign-busses)\n", d->ident); assign_all_busses() 247 d->ident); set_scan_all() 259 .ident = "Samsung X20 Laptop", 268 .ident = "Dell PowerEdge 1950", 276 .ident = "Dell PowerEdge 1955", 284 .ident = "Dell PowerEdge 2900", 292 .ident = "Dell PowerEdge 2950", 300 .ident = "Dell PowerEdge R900", 308 .ident = "Dell System", 315 .ident = "HP ProLiant BL20p G3", 323 .ident = "HP ProLiant BL20p G4", 331 .ident = "HP ProLiant BL30p G1", 339 .ident = "HP ProLiant BL25p G1", 347 .ident = "HP ProLiant BL35p G1", 355 .ident = "HP ProLiant BL45p G1", 363 .ident = "HP ProLiant BL45p G2", 371 .ident = "HP ProLiant BL460c G1", 379 .ident = "HP ProLiant BL465c G1", 387 .ident = "HP ProLiant BL480c G1", 395 .ident = "HP ProLiant BL685c G1", 403 .ident = "HP ProLiant DL360", 411 .ident = "HP ProLiant DL380", 420 .ident = "Compaq EVO N800c", 429 .ident = "HP ProLiant DL385 G2", 437 .ident = "HP ProLiant DL585 G2", 445 .ident = "Stratus/NEC ftServer", 453 .ident = "Stratus/NEC ftServer", 461 .ident = "Stratus/NEC ftServer",
|
H A D | acpi.c | 38 printk(KERN_INFO "PCI: %s detected: ignoring ACPI _SEG\n", id->ident); set_ignore_seg() 47 .ident = "IBM System x3800", 57 .ident = "ASRock ALiveSATA2-GLAN", 66 .ident = "ASUS M2V-MX SE", 76 .ident = "MSI MS-7253", 87 .ident = "Foxconn K8M890-8237A", 100 .ident = "Dell Studio 1557", 110 .ident = "Thinkpad SL510", 121 .ident = "HP xw9300",
|
H A D | fixup.c | 350 .ident = "MSI-K8T-Neo2Fir", 407 .ident = "Toshiba PS5 based laptop", 414 .ident = "Toshiba PSM4 based laptop", 421 .ident = "Toshiba A40 based laptop",
|
H A D | irq.c | 1076 d->ident); fix_broken_hp_bios_irq9() 1090 d->ident); fix_acer_tm360_irqrouting() 1098 .ident = "HP Pavilion N5400 Series Laptop", 1109 .ident = "Acer TravelMate 36x Laptop",
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | io_delay.c | 50 pr_notice("%s: using 0xed I/O delay port\n", id->ident); dmi_io_delay_0xed_port() 64 .ident = "Compaq Presario V6000", 72 .ident = "HP Pavilion dv9000z", 80 .ident = "HP Pavilion dv6000", 88 .ident = "HP Pavilion tx1000", 96 .ident = "Presario F700",
|
H A D | reboot.c | 66 d->ident, "BIOS"); set_bios_reboot() 122 d->ident, "PCI"); set_pci_reboot() 132 d->ident, "KBD"); set_kbd_reboot() 145 .ident = "Acer Aspire One A110", 155 .ident = "Apple MacBook5", 163 .ident = "Apple MacBookPro5", 171 .ident = "Apple Macmini3,1", 179 .ident = "Apple iMac9,1", 187 .ident = "Apple iMac10,1", 197 .ident = "ASRock Q1900DC-ITX", 207 .ident = "ASUS P4S800", 217 .ident = "Certec BPC600", 227 .ident = "Dell DXP061", 235 .ident = "Dell E520", 243 .ident = "Dell Latitude E5410", 251 .ident = "Dell Latitude E5420", 259 .ident = "Dell Latitude E6320", 267 .ident = "Dell Latitude E6420", 275 .ident = "Dell OptiPlex 330", 284 .ident = "Dell OptiPlex 360", 293 .ident = "Dell OptiPlex 745", 301 .ident = "Dell OptiPlex 745", 310 .ident = "Dell OptiPlex 745", 319 .ident = "Dell OptiPlex 760", 328 .ident = "Dell OptiPlex 990", 336 .ident = "Dell PowerEdge 300", 344 .ident = "Dell PowerEdge 1300", 352 .ident = "Dell PowerEdge 2400", 360 .ident = "Dell PowerEdge C6100", 368 .ident = "Dell Precision M6600", 376 .ident = "Dell Precision T5400", 384 .ident = "Dell Precision T7400", 392 .ident = "Dell XPS710", 402 .ident = "HP Compaq Laptop", 412 .ident = "Sony VGN-Z540N",
|
H A D | mmconf-fam10h_64.c | 225 .ident = "Sun Microsystems Machine",
|
H A D | sysfb_efi.c | 156 "(%dx%d, stride %d)\n", id->ident,
|
H A D | apm_32.c | 1936 printk("%s\n", d->ident); print_if_true() 1947 "workaround hopefully not needed.\n", d->ident); broken_ps2_resume() 1957 "Using realmode poweroff only.\n", d->ident); set_realmode_power_off() 1968 "Enabling interrupts during APM calls.\n", d->ident); set_apm_ints() 1979 "Disabling APM.\n", d->ident); apm_is_horked() 1989 "Disabling APM.\n", d->ident); apm_is_horked_d850md() 2002 "Disabling APM idle calls.\n", d->ident); apm_likes_to_melt()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | asus-nb-wmi.c | 90 .ident = "ASUSTeK COMPUTER INC. U32U", 104 .ident = "ASUSTeK COMPUTER INC. X401U", 113 .ident = "ASUSTeK COMPUTER INC. X401A", 122 .ident = "ASUSTeK COMPUTER INC. X401A1", 131 .ident = "ASUSTeK COMPUTER INC. X456UA", 140 .ident = "ASUSTeK COMPUTER INC. X456UF", 149 .ident = "ASUSTeK COMPUTER INC. X501U", 158 .ident = "ASUSTeK COMPUTER INC. X501A", 167 .ident = "ASUSTeK COMPUTER INC. X501A1", 176 .ident = "ASUSTeK COMPUTER INC. X550CA", 185 .ident = "ASUSTeK COMPUTER INC. X550CC", 194 .ident = "ASUSTeK COMPUTER INC. X550CL", 203 .ident = "ASUSTeK COMPUTER INC. X550VB", 212 .ident = "ASUSTeK COMPUTER INC. X551CA", 221 .ident = "ASUSTeK COMPUTER INC. X55A", 230 .ident = "ASUSTeK COMPUTER INC. X55C", 239 .ident = "ASUSTeK COMPUTER INC. X55U", 248 .ident = "ASUSTeK COMPUTER INC. X55VD", 257 .ident = "ASUSTeK COMPUTER INC. X75A", 266 .ident = "ASUSTeK COMPUTER INC. X75VBP", 275 .ident = "ASUSTeK COMPUTER INC. 1015E", 284 .ident = "ASUSTeK COMPUTER INC. 1015U", 293 .ident = "ASUSTeK COMPUTER INC. X200CA",
|
H A D | samsung-q10.c | 94 printk(KERN_INFO KBUILD_MODNAME ": found model '%s'\n", id->ident); dmi_check_callback() 100 .ident = "Samsung Q10", 108 .ident = "Samsung Q20", 116 .ident = "Samsung Q25", 124 .ident = "Dell Latitude X200",
|
H A D | fujitsu-tablet.c | 320 pr_info("%s\n", dmi->ident); fujitsu_dmi_common() 343 .ident = "Fujitsu Lifebook T901", 352 .ident = "Fujitsu Lifebook T901", 361 .ident = "Fujitsu Lifebook T902", 370 .ident = "Fujitsu Siemens P/T Series", 379 .ident = "Fujitsu Lifebook T Series", 388 .ident = "Fujitsu Siemens Stylistic T Series", 397 .ident = "Fujitsu LifeBook U810", 406 .ident = "Fujitsu Siemens Stylistic ST5xxx Series", 415 .ident = "Fujitsu Siemens Stylistic ST5xxx Series", 424 .ident = "Unknown (using defaults)",
|
H A D | acer-wmi.c | 342 .ident = "Acer Aspire One (SSD)", 349 .ident = "Acer Aspire One (HDD)", 361 .ident = "Acer Aspire 1360", 370 .ident = "Acer Aspire 1520", 379 .ident = "Acer Aspire 3100", 388 .ident = "Acer Aspire 3610", 397 .ident = "Acer Aspire 5100", 406 .ident = "Acer Aspire 5610", 415 .ident = "Acer Aspire 5630", 424 .ident = "Acer Aspire 5650", 433 .ident = "Acer Aspire 5680", 442 .ident = "Acer Aspire 9110", 451 .ident = "Acer TravelMate 2490", 460 .ident = "Acer TravelMate 4200", 469 .ident = "Fujitsu Siemens Amilo Li 1718", 478 .ident = "Medion MD 98300", 487 .ident = "Lenovo Ideapad S205", 496 .ident = "Lenovo Ideapad S205 (Brazos)", 505 .ident = "Lenovo 3000 N200", 514 .ident = "Lenovo Ideapad S205-10382JG", 523 .ident = "Lenovo Ideapad S205-1038DPG", 544 .ident = "Acer TravelMate 4750", 552 .ident = "Acer Extensa 5235", 560 .ident = "Acer TravelMate 5760", 568 .ident = "Acer Aspire 5750", 576 .ident = "Acer Aspire 5741", 587 .ident = "Acer KAV80",
|
H A D | ideapad-laptop.c | 854 .ident = "Lenovo G40-30", 861 .ident = "Lenovo G50-30", 868 .ident = "Lenovo ideapad Y700-15ISK", 875 .ident = "Lenovo ideapad Y700 Touch-15ISK", 882 .ident = "Lenovo ideapad Y700-17ISK", 889 .ident = "Lenovo Yoga 2 11 / 13 / Pro", 896 .ident = "Lenovo Yoga 2 11 / 13 / Pro", 903 .ident = "Lenovo Yoga 3 1170 / 1470", 910 .ident = "Lenovo Yoga 3 Pro 1370", 917 .ident = "Lenovo Yoga 700", 924 .ident = "Lenovo Yoga 900",
|
H A D | eeepc-wmi.c | 151 .ident = "ASUSTeK Computer INC. 1000H", 160 .ident = "ASUSTeK Computer INC. ET2012E/I", 169 .ident = "ASUSTeK Computer INC. X101CH", 178 .ident = "ASUSTeK Computer INC. 1015CX",
|
H A D | compal-laptop.c | 795 pr_info("Identified laptop model '%s'\n", id->ident); dmi_check_cb() 803 id->ident); dmi_check_cb_extra() 810 .ident = "FL90/IFL90", 818 .ident = "FL90/IFL90", 826 .ident = "FL91/IFL91", 834 .ident = "FL92/JFL92", 842 .ident = "FT00/IFT00", 850 .ident = "Dell Mini 9", 858 .ident = "Dell Mini 10", 866 .ident = "Dell Mini 10v", 874 .ident = "Dell Mini 1012", 882 .ident = "Dell Inspiron 11z", 890 .ident = "Dell Mini 12", 898 .ident = "JHL90", 906 .ident = "KHLB2",
|
H A D | msi-laptop.c | 601 pr_info("Identified laptop model '%s'\n", dmi->ident); dmi_check_cb() 610 .ident = "MSI S270", 622 .ident = "MSI S271", 633 .ident = "MSI S420", 644 .ident = "Medion MD96100", 656 .ident = "MSI N034", 668 .ident = "MSI N051", 680 .ident = "MSI N014", 690 .ident = "MSI CR620", 700 .ident = "MSI U270", 710 .ident = "MSI U90/U100",
|
H A D | dell-laptop.c | 129 .ident = "Dell laptop", 142 .ident = "Dell Computer Corporation", 155 .ident = "Dell Vostro V130", 164 .ident = "Dell Vostro V131", 173 .ident = "Dell Vostro 3350", 182 .ident = "Dell Vostro 3555", 191 .ident = "Dell Inspiron N311z", 200 .ident = "Dell Inspiron M5110", 209 .ident = "Dell Vostro 3360", 218 .ident = "Dell Vostro 3460", 227 .ident = "Dell Vostro 3560", 236 .ident = "Dell Vostro 3450", 245 .ident = "Dell Inspiron 5420", 254 .ident = "Dell Inspiron 5520", 263 .ident = "Dell Inspiron 5720", 272 .ident = "Dell Inspiron 7420", 281 .ident = "Dell Inspiron 7520", 290 .ident = "Dell Inspiron 7720", 299 .ident = "Dell XPS13 9333",
|
H A D | hp_accel.c | 163 pr_info("hardware type %s found\n", dmi->ident); lis3lv02d_dmi_matched() 185 .ident = _ident, \ 196 .ident = _ident, \
|
H A D | intel_oaktrail.c | 298 pr_info("Identified model '%s'\n", id->ident); dmi_check_cb() 304 .ident = "OakTrail platform",
|
H A D | samsung-laptop.c | 1601 .ident = "R40/R41", 1611 .ident = "N150P", 1621 .ident = "N145P/N250P/N260P", 1631 .ident = "N150/N210/N220", 1641 .ident = "NF110/NF210/NF310", 1651 .ident = "X360", 1661 .ident = "N250P", 1671 .ident = "NC210", 1681 .ident = "730U3E/740U3E", 1690 .ident = "300V3Z/300V4Z/300V5Z",
|
H A D | alienware-wmi.c | 91 .ident = "Alienware X51 R1", 100 .ident = "Alienware X51 R2", 109 .ident = "Alienware ASM100",
|
H A D | hdaps.c | 488 pr_info("%s detected\n", id->ident); hdaps_dmi_match() 501 .ident = vendor " " model, \ 541 { .ident = NULL }
|
H A D | fujitsu-laptop.c | 569 pr_info("Identified laptop model '%s'\n", id->ident); dmi_check_cb_common() 608 .ident = "Fujitsu Siemens S6410", 615 .ident = "Fujitsu Siemens S6420", 622 .ident = "Fujitsu LifeBook P8010",
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | init.h | 8 bool kernel_mapping; /* kernel mapping or ident mapping */
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | cpu.h | 18 unsigned int ident : 24; member in struct:cpuid
|
/linux-4.4.14/drivers/mfd/ |
H A D | kempld-core.c | 499 .ident = "BBL6", 507 .ident = "BHL6", 515 .ident = "CBL6", 523 .ident = "CBW6", 531 .ident = "CCR2", 539 .ident = "CCR6", 547 .ident = "CHL6", 555 .ident = "CHR2", 563 .ident = "CHR2", 571 .ident = "CHR2", 579 .ident = "CHR6", 587 .ident = "CHR6", 595 .ident = "CHR6", 603 .ident = "CNTG", 611 .ident = "CNTG", 619 .ident = "CNTX", 627 .ident = "CVV6", 635 .ident = "FRI2", 643 .ident = "FRI2", 650 .ident = "MBR1", 658 .ident = "MVV1", 666 .ident = "NTC1", 674 .ident = "NTC1", 682 .ident = "NTC1", 690 .ident = "NUP1", 698 .ident = "UNP1", 706 .ident = "UNP1", 714 .ident = "UNTG", 722 .ident = "UNTG", 730 .ident = "UUP6", 739 .ident = "UTH6", 758 if (strstr(id->ident, force_device_id)) kempld_init()
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | bfin_gpio.c | 117 static void set_label(unsigned short ident, const char *label) set_label() argument 120 strncpy(str_ident[ident].name, label, set_label() 122 str_ident[ident].name[RESOURCE_LABEL_SIZE - 1] = 0; set_label() 126 static char *get_label(unsigned short ident) get_label() argument 128 return (*str_ident[ident].name ? str_ident[ident].name : "UNKNOWN"); get_label() 131 static int cmp_label(unsigned short ident, const char *label) cmp_label() argument 139 return strcmp(str_ident[ident].name, label); cmp_label() 227 u16 ident = P_IDENT(per); portmux_group_check() local 229 s8 offset = port_mux[ident]; portmux_group_check() 237 if (m == ident) portmux_group_check() 252 ident, function, m, pfunc); portmux_group_check() 262 u16 ident = P_IDENT(per); portmux_setup() local 264 s8 offset = port_mux[ident]; portmux_setup() 284 u16 ident = P_IDENT(per); portmux_group_check() local 286 u8 offset = pmux_offset[gpio_bank(ident)][gpio_sub_n(ident)]; portmux_group_check() 290 if (offset != pmux_offset[gpio_bank(ident)][pin]) portmux_group_check() 293 gpiopin = gpio_bank(ident) * GPIO_BANKSIZE + pin; portmux_group_check() 294 if (gpiopin == ident) portmux_group_check() 299 pfunc = *port_mux[gpio_bank(ident)]; portmux_group_check() 303 ident, function, gpiopin, pfunc); portmux_group_check() 313 u16 ident = P_IDENT(per); portmux_setup() local 315 u8 offset = pmux_offset[gpio_bank(ident)][gpio_sub_n(ident)]; portmux_setup() 318 pmux = *port_mux[gpio_bank(ident)]; portmux_setup() 323 *port_mux[gpio_bank(ident)] = pmux; portmux_setup() 656 unsigned short ident = P_IDENT(per); peripheral_request() local 668 BUG_ON(ident >= MAX_RESOURCES); peripheral_request() 675 if (unlikely(!check_gpio(ident) && is_reserved(gpio, ident, 1))) { peripheral_request() 680 __func__, ident, get_label(ident)); peripheral_request() 685 if (unlikely(is_reserved(peri, ident, 1))) { peripheral_request() 698 if (cmp_label(ident, label) == 0) peripheral_request() 705 __func__, ident, P_FUNCT2MUX(per), get_label(ident)); peripheral_request() 716 reserve(peri, ident); peripheral_request() 719 port_setup(ident, PERIPHERAL_USAGE); peripheral_request() 722 set_label(ident, label); peripheral_request() 752 unsigned short ident = P_IDENT(per); peripheral_free() local 762 if (unlikely(!is_reserved(peri, ident, 0))) { peripheral_free() 768 port_setup(ident, GPIO_USAGE); peripheral_free() 770 unreserve(peri, ident); peripheral_free() 772 set_label(ident, "free"); peripheral_free()
|
/linux-4.4.14/net/bluetooth/ |
H A D | a2mp.c | 30 static struct a2mp_cmd *__a2mp_build(u8 code, u8 ident, u16 len, void *data) __a2mp_build() argument 41 cmd->ident = ident; __a2mp_build() 49 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) a2mp_send() argument 57 cmd = __a2mp_build(code, ident, len, data); a2mp_send() 75 if (++mgr->ident == 0) __next_ident() 76 mgr->ident = 1; __next_ident() 78 return mgr->ident; __next_ident() 130 BT_DBG("ident %d reason %d", hdr->ident, le16_to_cpu(rej->reason)); a2mp_command_rej() 191 a2mp_send(mgr, A2MP_DISCOVER_RSP, hdr->ident, len, rsp); a2mp_discover_req() 318 a2mp_send(mgr, A2MP_GETINFO_RSP, hdr->ident, sizeof(rsp), a2mp_getinfo_req() 393 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, hdr->ident, sizeof(rsp), a2mp_getampassoc_req() 539 a2mp_send(mgr, A2MP_CREATEPHYSLINK_RSP, hdr->ident, a2mp_createphyslink_req() 543 mgr->ident = hdr->ident; a2mp_createphyslink_req() 587 a2mp_send(mgr, A2MP_DISCONNPHYSLINK_RSP, hdr->ident, sizeof(rsp), &rsp); a2mp_discphyslink_req() 596 BT_DBG("ident %d code 0x%2.2x", hdr->ident, hdr->code); a2mp_cmd_rsp() 617 BT_DBG("code 0x%2.2x id %d len %u", hdr->code, hdr->ident, len); a2mp_chan_recv_cb() 621 if (len > skb->len || !hdr->ident) { a2mp_chan_recv_cb() 626 mgr->ident = hdr->ident; a2mp_chan_recv_cb() 690 a2mp_send(mgr, A2MP_COMMAND_REJ, hdr->ident, sizeof(rej), a2mp_chan_recv_cb() 920 a2mp_send(mgr, A2MP_GETINFO_RSP, mgr->ident, sizeof(rsp), &rsp); a2mp_send_getinfo_rsp() 953 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, mgr->ident, len, rsp); a2mp_send_getampassoc_rsp() 1017 a2mp_send(mgr, A2MP_CREATEPHYSLINK_RSP, mgr->ident, sizeof(rsp), &rsp); a2mp_send_create_phy_link_rsp()
|
H A D | l2cap_core.c | 57 u8 code, u8 ident, u16 dlen, void *data); 58 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, 148 u8 ident) __l2cap_get_chan_by_ident() 153 if (c->ident == ident) __l2cap_get_chan_by_ident() 160 u8 ident) l2cap_get_chan_by_ident() 165 c = __l2cap_get_chan_by_ident(conn, ident); l2cap_get_chan_by_ident() 685 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CONN_RSP, sizeof(rsp), l2cap_chan_le_connect_reject() 707 l2cap_send_cmd(conn, chan->ident, L2CAP_CONN_RSP, sizeof(rsp), &rsp); l2cap_chan_connect_reject() 841 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, l2cap_send_cmd() argument 844 struct sk_buff *skb = l2cap_build_cmd(conn, code, ident, len, data); l2cap_send_cmd() 1168 chan->ident = l2cap_get_ident(conn); l2cap_send_conn_req() 1172 l2cap_send_cmd(conn, chan->ident, L2CAP_CONN_REQ, sizeof(req), &req); l2cap_send_conn_req() 1182 chan->ident = l2cap_get_ident(chan->conn); l2cap_send_create_chan_req() 1184 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_CREATE_CHAN_REQ, l2cap_send_create_chan_req() 1280 chan->ident = l2cap_get_ident(conn); l2cap_le_connect() 1282 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CONN_REQ, l2cap_le_connect() 1454 l2cap_send_cmd(conn, chan->ident, L2CAP_CONN_RSP, l2cap_conn_start() 2870 u8 ident, u16 dlen, void *data) l2cap_build_cmd() 2877 BT_DBG("conn %p, code 0x%2.2x, ident 0x%2.2x, len %u", l2cap_build_cmd() 2878 conn, code, ident, dlen); l2cap_build_cmd() 2900 cmd->ident = ident; l2cap_build_cmd() 3645 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CONN_RSP, sizeof(rsp), __l2cap_le_connect_rsp_defer() 3668 l2cap_send_cmd(conn, chan->ident, rsp_code, sizeof(rsp), &rsp); __l2cap_connect_rsp_defer() 3742 cmd->ident == conn->info_ident) { l2cap_command_rej() 3818 chan->ident = cmd->ident; l2cap_connect() 3862 l2cap_send_cmd(conn, cmd->ident, rsp_code, sizeof(rsp), &rsp); l2cap_connect() 3938 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_connect_create_rsp() 3952 chan->ident = 0; l2cap_connect_create_rsp() 3993 u8 ident, u16 flags) l2cap_send_efs_conf_rsp() 3997 BT_DBG("conn %p chan %p ident %d flags 0x%4.4x", conn, chan, ident, l2cap_send_efs_conf_rsp() 4003 l2cap_send_cmd(conn, ident, L2CAP_CONF_RSP, l2cap_send_efs_conf_rsp() 4008 static void cmd_reject_invalid_cid(struct l2cap_conn *conn, u8 ident, cmd_reject_invalid_cid() argument 4017 l2cap_send_cmd(conn, ident, L2CAP_COMMAND_REJ, sizeof(rej), &rej); cmd_reject_invalid_cid() 4040 cmd_reject_invalid_cid(conn, cmd->ident, dcid, 0); l2cap_config_req() 4045 cmd_reject_invalid_cid(conn, cmd->ident, chan->scid, l2cap_config_req() 4053 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_config_req() 4065 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_config_req() 4078 chan->ident = cmd->ident; l2cap_config_req() 4079 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, len, rsp); l2cap_config_req() 4119 l2cap_send_efs_conf_rsp(chan, rsp, cmd->ident, flags); l2cap_config_req() 4121 chan->ident = cmd->ident; l2cap_config_req() 4173 l2cap_send_efs_conf_rsp(chan, buf, cmd->ident, l2cap_config_rsp() 4178 chan->ident = cmd->ident; l2cap_config_rsp() 4263 cmd_reject_invalid_cid(conn, cmd->ident, dcid, scid); l2cap_disconnect_req() 4271 l2cap_send_cmd(conn, cmd->ident, L2CAP_DISCONN_RSP, sizeof(rsp), &rsp); l2cap_disconnect_req() 4355 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(buf), l2cap_information_req() 4365 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(buf), l2cap_information_req() 4371 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(rsp), l2cap_information_req() 4394 if (cmd->ident != conn->info_ident || l2cap_information_rsp() 4489 cmd_reject_invalid_cid(conn, cmd->ident, chan->scid, l2cap_create_channel_req() 4512 l2cap_send_cmd(conn, cmd->ident, L2CAP_CREATE_CHAN_RSP, l2cap_create_channel_req() 4521 u8 ident; l2cap_send_move_chan_req() local 4525 ident = l2cap_get_ident(chan->conn); l2cap_send_move_chan_req() 4526 chan->ident = ident; l2cap_send_move_chan_req() 4531 l2cap_send_cmd(chan->conn, ident, L2CAP_MOVE_CHAN_REQ, sizeof(req), l2cap_send_move_chan_req() 4546 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_MOVE_CHAN_RSP, l2cap_send_move_chan_rsp() 4556 chan->ident = l2cap_get_ident(chan->conn); l2cap_send_move_chan_cfm() 4561 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_MOVE_CHAN_CFM, l2cap_send_move_chan_cfm() 4580 static void l2cap_send_move_chan_cfm_rsp(struct l2cap_conn *conn, u8 ident, l2cap_send_move_chan_cfm_rsp() argument 4588 l2cap_send_cmd(conn, ident, L2CAP_MOVE_CHAN_CFM_RSP, sizeof(rsp), &rsp); l2cap_send_move_chan_cfm_rsp() 4638 l2cap_send_efs_conf_rsp(chan, &rsp, chan->ident, 0); l2cap_logical_finish_create() 4765 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_CREATE_CHAN_RSP, l2cap_do_create() 4891 l2cap_send_cmd(conn, cmd->ident, L2CAP_MOVE_CHAN_RSP, l2cap_move_channel_req() 4896 chan->ident = cmd->ident; l2cap_move_channel_req() 5055 static void l2cap_move_fail(struct l2cap_conn *conn, u8 ident, u16 icid, l2cap_move_fail() argument 5060 chan = l2cap_get_chan_by_ident(conn, ident); l2cap_move_fail() 5102 l2cap_move_fail(conn, cmd->ident, icid, result); l2cap_move_channel_rsp() 5126 l2cap_send_move_chan_cfm_rsp(conn, cmd->ident, icid); l2cap_move_channel_confirm() 5142 l2cap_send_move_chan_cfm_rsp(conn, cmd->ident, icid); l2cap_move_channel_confirm() 5217 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONN_PARAM_UPDATE_RSP, l2cap_conn_param_update_req() 5263 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_le_connect_rsp() 5280 chan->ident = 0; l2cap_le_connect_rsp() 5358 l2cap_send_cmd(conn, cmd->ident, L2CAP_ECHO_RSP, cmd_len, data); l2cap_bredr_sig_cmd() 5485 chan->ident = cmd->ident; l2cap_le_connect_req() 5522 l2cap_send_cmd(conn, cmd->ident, L2CAP_LE_CONN_RSP, sizeof(rsp), &rsp); l2cap_le_connect_req() 5587 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_le_command_rej() 5666 BT_DBG("code 0x%2.2x len %d id 0x%2.2x", cmd->code, len, cmd->ident); l2cap_le_sig_channel() 5668 if (len != skb->len || !cmd->ident) { l2cap_le_sig_channel() 5680 l2cap_send_cmd(conn, cmd->ident, L2CAP_COMMAND_REJ, l2cap_le_sig_channel() 5711 cmd.ident); l2cap_sig_channel() 5713 if (cmd_len > len || !cmd.ident) { l2cap_sig_channel() 5725 l2cap_send_cmd(conn, cmd.ident, L2CAP_COMMAND_REJ, l2cap_sig_channel() 6685 chan->ident = l2cap_get_ident(conn); l2cap_chan_le_send_credits() 6687 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CREDITS, sizeof(pkt), &pkt); l2cap_chan_le_send_credits() 7436 l2cap_send_cmd(conn, chan->ident, L2CAP_CONN_RSP, l2cap_security_cfm() 147 __l2cap_get_chan_by_ident(struct l2cap_conn *conn, u8 ident) __l2cap_get_chan_by_ident() argument 159 l2cap_get_chan_by_ident(struct l2cap_conn *conn, u8 ident) l2cap_get_chan_by_ident() argument 2869 l2cap_build_cmd(struct l2cap_conn *conn, u8 code, u8 ident, u16 dlen, void *data) l2cap_build_cmd() argument 3992 l2cap_send_efs_conf_rsp(struct l2cap_chan *chan, void *data, u8 ident, u16 flags) l2cap_send_efs_conf_rsp() argument
|
H A D | a2mp.h | 33 __u8 ident; member in struct:amp_mgr 44 __u8 ident; member in struct:a2mp_cmd
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k4aa.c | 34 .ident = "BRUNEINIT", 41 .ident = "Fujitsu-Siemens Amilo Xa 2528", 47 .ident = "Fujitsu-Siemens Amilo Xi 2428", 53 .ident = "Fujitsu-Siemens Amilo Xi 2528", 59 .ident = "Fujitsu-Siemens Amilo Xi 2550", 65 .ident = "Fujitsu-Siemens Amilo Pa 2548", 71 .ident = "Fujitsu-Siemens Amilo Pi 2530", 77 .ident = "MSI GX700", 84 .ident = "MSI GX700", 91 .ident = "MSI GX700", 98 .ident = "MSI GX700/GX705/EX700", 104 .ident = "MSI L735", 110 .ident = "Lenovo Y300",
|
H A D | m5602_ov9650.c | 32 .ident = "ASUS A6Ja", 39 .ident = "ASUS A6JC", 46 .ident = "ASUS A6K", 53 .ident = "ASUS A6Kt", 60 .ident = "ASUS A6VA", 68 .ident = "ASUS A6VC", 75 .ident = "ASUS A6VM", 82 .ident = "ASUS A7V", 89 .ident = "Alienware Aurora m9700",
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-clevo-mail.c | 30 pr_info("'%s' found\n", id->ident); clevo_mail_led_dmi_callback() 46 .ident = "Clevo D410J", 55 .ident = "Clevo M5x0N", 63 .ident = "Clevo M5x0V", 72 .ident = "Clevo D400P", 82 .ident = "Clevo D410V",
|
H A D | leds-ss4200.c | 77 pr_info("detected '%s'\n", id->ident); ss4200_led_dmi_callback() 97 .ident = "Intel SS4200-E",
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_lvds.c | 403 DRM_INFO("Skipping forced modeset for %s\n", id->ident); intel_no_modeset_on_lid_dmi_callback() 411 .ident = "Toshiba Tecra A11", 566 DRM_INFO("Skipping LVDS initialization for %s\n", id->ident); intel_no_lvds_dmi_callback() 574 .ident = "Apple Mac Mini (Core series)", 582 .ident = "Apple Mac Mini (Core 2 series)", 590 .ident = "MSI IM-945GSE-A", 598 .ident = "Dell Studio Hybrid", 606 .ident = "Dell OptiPlex FX170", 614 .ident = "AOpen Mini PC", 622 .ident = "AOpen Mini PC MP915", 630 .ident = "AOpen i915GMm-HFS", 638 .ident = "AOpen i45GMx-I", 646 .ident = "Aopen i945GTt-VFA", 653 .ident = "Clientron U800", 661 .ident = "Clientron E830", 669 .ident = "Asus EeeBox PC EB1007", 677 .ident = "Asus AT5NM10T-I", 685 .ident = "Hewlett-Packard HP t5740", 693 .ident = "Hewlett-Packard t5745", 701 .ident = "Hewlett-Packard st5747", 709 .ident = "MSI Wind Box DC500", 717 .ident = "Gigabyte GA-D525TUD", 725 .ident = "Supermicro X7SPA-H", 733 .ident = "Fujitsu Esprimo Q900", 741 .ident = "Intel D410PT", 749 .ident = "Intel D425KT", 757 .ident = "Intel D510MO", 765 .ident = "Intel D525MW", 828 DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident); intel_dual_link_lvds_callback() 835 .ident = "Apple MacBook Pro 15\" (2010)", 843 .ident = "Apple MacBook Pro 15\" (2011)", 851 .ident = "Apple MacBook Pro 15\" (2012)",
|
H A D | intel_crt.c | 760 DRM_INFO("Skipping CRT initialization for %s\n", id->ident); intel_no_crt_dmi_callback() 767 .ident = "ACER ZGB", 775 .ident = "DELL XPS 8700",
|
/linux-4.4.14/drivers/watchdog/ |
H A D | sb_wdog.c | 97 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 132 ident.identity); sbwdog_release() 179 ret = copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; sbwdog_ioctl() 276 ident.identity, sbwdog_interrupt() 296 ident.identity, ret); sbwdog_init() 305 ident.identity, (void *)user_dog); sbwdog_init() 308 ident.identity, ret); sbwdog_init() 315 ident.identity, sbwdog_init()
|
H A D | ixp4xx_wdt.c | 94 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 109 ret = copy_to_user((struct watchdog_info *)arg, &ident, ixp4xx_wdt_ioctl() 110 sizeof(ident)) ? -EFAULT : 0; ixp4xx_wdt_ioctl()
|
H A D | geodewdt.c | 146 static const struct watchdog_info ident = { geodewdt_ioctl() local 155 return copy_to_user(argp, &ident, geodewdt_ioctl() 156 sizeof(ident)) ? -EFAULT : 0; geodewdt_ioctl()
|
H A D | indydog.c | 106 static const struct watchdog_info ident = { indydog_ioctl() local 115 &ident, sizeof(ident))) indydog_ioctl()
|
H A D | iop_wdt.c | 130 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 144 if (copy_to_user(argp, &ident, sizeof(ident))) iop_wdt_ioctl()
|
H A D | lantiq_wdt.c | 107 static struct watchdog_info ident = { variable in typeref:struct:watchdog_info 121 ret = copy_to_user((struct watchdog_info __user *)arg, &ident, ltq_wdt_ioctl() 122 sizeof(ident)) ? -EFAULT : 0; ltq_wdt_ioctl()
|
H A D | m54xx_wdt.c | 114 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 128 ret = copy_to_user((struct watchdog_info *)arg, &ident, m54xx_wdt_ioctl() 129 sizeof(ident)) ? -EFAULT : 0; m54xx_wdt_ioctl()
|
H A D | mtx-1_wdt.c | 146 static const struct watchdog_info ident = { mtx1_wdt_ioctl() local 153 if (copy_to_user(argp, &ident, sizeof(ident))) mtx1_wdt_ioctl()
|
H A D | sa1100_wdt.c | 87 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 104 ret = copy_to_user(argp, &ident, sa1100dog_ioctl() 105 sizeof(ident)) ? -EFAULT : 0; sa1100dog_ioctl()
|
H A D | sbc_epx_c3.c | 110 static const struct watchdog_info ident = { epx_c3_ioctl() local 118 if (copy_to_user(argp, &ident, sizeof(ident))) epx_c3_ioctl()
|
H A D | sbc_fitpc2_wdt.c | 113 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 128 ret = copy_to_user((struct watchdog_info *)arg, &ident, fitpc2_wdt_ioctl() 129 sizeof(ident)) ? -EFAULT : 0; fitpc2_wdt_ioctl()
|
H A D | scx200_wdt.c | 163 static const struct watchdog_info ident = { scx200_wdt_ioctl() local 173 if (copy_to_user(argp, &ident, sizeof(ident))) scx200_wdt_ioctl()
|
H A D | wdt285.c | 134 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 148 if (copy_to_user((void __user *)arg, &ident, sizeof(ident))) watchdog_ioctl()
|
H A D | pika_wdt.c | 57 static struct watchdog_info ident = { variable in typeref:struct:watchdog_info 181 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; pikawdt_ioctl() 244 ident.firmware_version = in_be32(pikawdt_private.fpga + 0x1c) & 0xffff; pikawdt_init()
|
H A D | w83977f_wdt.c | 372 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 384 struct watchdog_info __user *ident; wdt_ioctl() member in union:__anon11295 392 return copy_to_user(uarg.ident, &ident, wdt_ioctl() 393 sizeof(ident)) ? -EFAULT : 0; wdt_ioctl()
|
H A D | wdt977.c | 333 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 359 struct watchdog_info __user *ident; wdt977_ioctl() member in union:__anon11296 367 return copy_to_user(uarg.ident, &ident, wdt977_ioctl() 368 sizeof(ident)) ? -EFAULT : 0; wdt977_ioctl()
|
H A D | wdt.c | 362 struct watchdog_info ident = { wdt_ioctl() local 371 ident.options |= (WDIOF_EXTERN1|WDIOF_EXTERN2); wdt_ioctl() 373 ident.options |= (WDIOF_OVERHEAT|WDIOF_POWERUNDER| wdt_ioctl() 376 ident.options |= WDIOF_FANFAULT; wdt_ioctl() 381 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; wdt_ioctl()
|
H A D | f71808e_wdt.c | 142 struct watchdog_info ident; member in struct:watchdog_data 555 struct watchdog_info __user *ident; watchdog_ioctl() member in union:__anon11265 563 return copy_to_user(uarg.ident, &watchdog.ident, watchdog_ioctl() 564 sizeof(watchdog.ident)) ? -EFAULT : 0; watchdog_ioctl() 644 watchdog.ident.options = WDIOC_SETTIMEOUT watchdog_init() 648 snprintf(watchdog.ident.identity, watchdog_init() 649 sizeof(watchdog.ident.identity), "%s watchdog", watchdog_init()
|
H A D | acquirewdt.c | 153 static const struct watchdog_info ident = { acq_ioctl() local 161 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; acq_ioctl()
|
H A D | advantechwdt.c | 140 static const struct watchdog_info ident = { advwdt_ioctl() local 150 if (copy_to_user(argp, &ident, sizeof(ident))) advwdt_ioctl()
|
H A D | ar7_wdt.c | 218 static const struct watchdog_info ident = { ar7_wdt_ioctl() local 228 if (copy_to_user((struct watchdog_info *)arg, &ident, ar7_wdt_ioctl() 229 sizeof(ident))) ar7_wdt_ioctl()
|
H A D | cpu5wdt.c | 158 static const struct watchdog_info ident = { cpu5wdt_ioctl() local 165 if (copy_to_user(argp, &ident, sizeof(ident))) cpu5wdt_ioctl()
|
H A D | ib700wdt.c | 177 static const struct watchdog_info ident = { ibwdt_ioctl() local 186 if (copy_to_user(argp, &ident, sizeof(ident))) ibwdt_ioctl()
|
H A D | ibmasr.c | 272 static const struct watchdog_info ident = { asr_ioctl() local 283 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; asr_ioctl()
|
H A D | mixcomwd.c | 203 static const struct watchdog_info ident = { mixcomwd_ioctl() local 211 if (copy_to_user(argp, &ident, sizeof(ident))) mixcomwd_ioctl()
|
H A D | pnx833x_wdt.c | 148 static const struct watchdog_info ident = { pnx833x_wdt_ioctl() local 160 &ident, sizeof(ident))) pnx833x_wdt_ioctl()
|
H A D | rc32434_wdt.c | 199 static const struct watchdog_info ident = { rc32434_wdt_ioctl() local 207 if (copy_to_user(argp, &ident, sizeof(ident))) rc32434_wdt_ioctl()
|
H A D | rdc321x_wdt.c | 159 static const struct watchdog_info ident = { rdc321x_wdt_ioctl() local 179 if (copy_to_user(argp, &ident, sizeof(ident))) rdc321x_wdt_ioctl()
|
H A D | sbc7240_wdt.c | 156 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 169 return copy_to_user((void __user *)arg, &ident, sizeof(ident)) fop_ioctl()
|
H A D | wafer5823wdt.c | 132 static const struct watchdog_info ident = { wafwdt_ioctl() local 141 if (copy_to_user(argp, &ident, sizeof(ident))) wafwdt_ioctl()
|
H A D | xen_wdt.c | 182 static const struct watchdog_info ident = { xen_wdt_ioctl() local 190 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; xen_wdt_ioctl()
|
H A D | pc87413_wdt.c | 388 struct watchdog_info __user *ident; pc87413_ioctl() member in union:__anon11285 392 static const struct watchdog_info ident = { pc87413_ioctl() local 404 return copy_to_user(uarg.ident, &ident, pc87413_ioctl() 405 sizeof(ident)) ? -EFAULT : 0; pc87413_ioctl()
|
H A D | smsc37b787_wdt.c | 429 struct watchdog_info __user *ident; wb_smsc_wdt_ioctl() member in union:__anon11293 433 static const struct watchdog_info ident = { wb_smsc_wdt_ioctl() local 445 return copy_to_user(uarg.ident, &ident, sizeof(ident)) wb_smsc_wdt_ioctl()
|
H A D | wdt_pci.c | 399 struct watchdog_info ident = { wdtpci_ioctl() local 408 ident.options |= (WDIOF_EXTERN1|WDIOF_EXTERN2); wdtpci_ioctl() 410 ident.options |= (WDIOF_OVERHEAT|WDIOF_POWERUNDER| wdtpci_ioctl() 413 ident.options |= WDIOF_FANFAULT; wdtpci_ioctl() 418 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; wdtpci_ioctl()
|
H A D | alim1535_wdt.c | 184 static const struct watchdog_info ident = { ali_ioctl() local 194 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; ali_ioctl()
|
H A D | alim7101_wdt.c | 237 static const struct watchdog_info ident = { fop_ioctl() local 246 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; fop_ioctl()
|
H A D | eurotechwdt.c | 241 static const struct watchdog_info ident = { eurwdt_ioctl() local 253 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; eurwdt_ioctl()
|
H A D | i6300esb.c | 259 static const struct watchdog_info ident = { esb_ioctl() local 269 return copy_to_user(argp, &ident, esb_ioctl() 270 sizeof(ident)) ? -EFAULT : 0; esb_ioctl()
|
H A D | it8712f_wdt.c | 263 static const struct watchdog_info ident = { it8712f_wdt_ioctl() local 274 if (copy_to_user(argp, &ident, sizeof(ident))) it8712f_wdt_ioctl()
|
H A D | nv_tco.c | 221 static const struct watchdog_info ident = { nv_tco_ioctl() local 231 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; nv_tco_ioctl()
|
H A D | sbc60xxwdt.c | 231 static const struct watchdog_info ident = { fop_ioctl() local 240 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; fop_ioctl()
|
H A D | sc1200wdt.c | 191 static const struct watchdog_info ident = { sc1200wdt_ioctl() local 200 if (copy_to_user(argp, &ident, sizeof(ident))) sc1200wdt_ioctl()
|
H A D | sc520_wdt.c | 281 static const struct watchdog_info ident = { fop_ioctl() local 290 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; fop_ioctl()
|
H A D | sch311x_wdt.c | 254 static const struct watchdog_info ident = { sch311x_wdt_ioctl() local 264 if (copy_to_user(argp, &ident, sizeof(ident))) sch311x_wdt_ioctl()
|
H A D | w83877f_wdt.c | 247 static const struct watchdog_info ident = { fop_ioctl() local 256 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; fop_ioctl()
|
H A D | it87_wdt.c | 490 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 512 struct watchdog_info __user *ident; wdt_ioctl() member in union:__anon11279 520 return copy_to_user(uarg.ident, wdt_ioctl() 521 &ident, sizeof(ident)) ? -EFAULT : 0; wdt_ioctl()
|
H A D | intel_scu_watchdog.c | 372 static const struct watchdog_info ident = { intel_scu_ioctl() local 383 &ident, intel_scu_ioctl() 384 sizeof(ident)) ? -EFAULT : 0; intel_scu_ioctl()
|
H A D | sp5100_tco.c | 234 static const struct watchdog_info ident = { sp5100_tco_ioctl() local 244 return copy_to_user(argp, &ident, sp5100_tco_ioctl() 245 sizeof(ident)) ? -EFAULT : 0; sp5100_tco_ioctl()
|
H A D | hpwdt.c | 579 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 597 if (copy_to_user(argp, &ident, sizeof(ident))) hpwdt_ioctl()
|
H A D | pcwd_pci.c | 472 static const struct watchdog_info ident = { pcipcwd_ioctl() local 484 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; pcipcwd_ioctl()
|
H A D | pcwd_usb.c | 398 static const struct watchdog_info ident = { usb_pcwd_ioctl() local 408 return copy_to_user(argp, &ident, sizeof(ident)) ? -EFAULT : 0; usb_pcwd_ioctl()
|
H A D | iTCO_wdt.c | 372 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 390 .info = &ident,
|
H A D | pcwd.c | 592 static const struct watchdog_info ident = { pcwd_ioctl() local 604 if (copy_to_user(argp, &ident, sizeof(ident))) pcwd_ioctl()
|
/linux-4.4.14/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 355 pr_debug("DMI Matched %s.\n", id->ident); chromeos_laptop_dmi_matched() 503 .ident = "Samsung Series 5 550", 511 .ident = "Samsung Series 5", 518 .ident = "Chromebook Pixel", 526 .ident = "Wolf", 534 .ident = "HP Chromebook 14", 542 .ident = "Toshiba CB35", 550 .ident = "Acer C7 Chromebook", 557 .ident = "Acer AC700", 564 .ident = "Acer C720", 571 .ident = "HP Pavilion 14 Chromebook", 578 .ident = "Cr-48",
|
/linux-4.4.14/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 824 .ident = "Dell Inspiron", 831 .ident = "Dell Latitude", 838 .ident = "Dell Inspiron 2", 845 .ident = "Dell Latitude D520", 853 .ident = "Dell Latitude 2", 860 .ident = "Dell Inspiron 3", 867 .ident = "Dell Inspiron 3", 874 .ident = "Dell Precision 490", 883 .ident = "Dell Precision", 890 .ident = "Dell Vostro", 897 .ident = "Dell XPS421", 904 .ident = "Dell Studio", 912 .ident = "Dell XPS 13", 920 .ident = "Dell XPS M140", 938 .ident = "Dell Studio XPS 8000", 949 .ident = "Dell Studio XPS 8100",
|
H A D | fschmd.c | 899 struct watchdog_info ident = { watchdog_ioctl() local 909 ident.firmware_version = data->revision; watchdog_ioctl() 911 ident.options |= WDIOF_MAGICCLOSE; watchdog_ioctl() 912 if (copy_to_user((void __user *)arg, &ident, sizeof(ident))) watchdog_ioctl()
|
H A D | w83793.c | 1401 struct watchdog_info ident = { watchdog_ioctl() local 1414 ident.options |= WDIOF_MAGICCLOSE; watchdog_ioctl() 1415 if (copy_to_user((void __user *)arg, &ident, sizeof(ident))) watchdog_ioctl()
|
/linux-4.4.14/fs/udf/ |
H A D | misc.c | 202 uint32_t location, uint16_t *ident) udf_read_tagged() 221 *ident = le16_to_cpu(tag_p->tagIdent); udf_read_tagged() 262 uint32_t offset, uint16_t *ident) udf_read_ptagged() 265 loc->logicalBlockNum + offset, ident); udf_read_ptagged() 278 void udf_new_tag(char *data, uint16_t ident, uint16_t version, uint16_t snum, udf_new_tag() argument 282 tptr->tagIdent = cpu_to_le16(ident); udf_new_tag() 201 udf_read_tagged(struct super_block *sb, uint32_t block, uint32_t location, uint16_t *ident) udf_read_tagged() argument 260 udf_read_ptagged(struct super_block *sb, struct kernel_lb_addr *loc, uint32_t offset, uint16_t *ident) udf_read_ptagged() argument
|
H A D | super.c | 801 uint16_t ident; udf_find_fileset() local 806 bh = udf_read_ptagged(sb, fileset, 0, &ident); udf_find_fileset() 810 } else if (ident != TAG_IDENT_FSD) { udf_find_fileset() 837 &ident); udf_find_fileset() 843 switch (ident) { udf_find_fileset() 896 uint16_t ident; udf_load_pvoldesc() local 907 bh = udf_read_tagged(sb, block, block, &ident); udf_load_pvoldesc() 913 if (ident != TAG_IDENT_PVD) { udf_load_pvoldesc() 1114 if (strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR02) && udf_fill_partdesc_info() 1115 strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR03)) udf_fill_partdesc_info() 1277 uint16_t ident; udf_load_partdesc() local 1280 bh = udf_read_tagged(sb, block, block, &ident); udf_load_partdesc() 1283 if (ident != TAG_IDENT_PD) { udf_load_partdesc() 1373 uint16_t ident; udf_load_sparable_map() local 1396 bh = udf_read_tagged(sb, loc, loc, &ident); udf_load_sparable_map() 1401 if (ident != 0 || udf_load_sparable_map() 1402 strncmp(st->sparingIdent.ident, UDF_ID_SPARING, udf_load_sparable_map() 1424 uint16_t ident; udf_load_logicalvol() local 1429 bh = udf_read_tagged(sb, block, block, &ident); udf_load_logicalvol() 1432 BUG_ON(ident != TAG_IDENT_LVD); udf_load_logicalvol() 1464 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL, udf_load_logicalvol() 1480 } else if (!strncmp(upm2->partIdent.ident, udf_load_logicalvol() 1487 } else if (!strncmp(upm2->partIdent.ident, udf_load_logicalvol() 1530 udf_debug("Unknown ident: %s\n", udf_load_logicalvol() 1531 upm2->partIdent.ident); udf_load_logicalvol() 1564 uint16_t ident; udf_load_logicalvolint() local 1570 loc.extLocation, &ident)) && udf_load_logicalvolint() 1571 ident == TAG_IDENT_LVID) { udf_load_logicalvolint() 1609 uint16_t ident; udf_process_sequence() local 1621 bh = udf_read_tagged(sb, block, block, &ident); udf_process_sequence() 1632 switch (ident) { udf_process_sequence() 1783 uint16_t ident; udf_check_anchor_block() local 1791 bh = udf_read_tagged(sb, block, block, &ident); udf_check_anchor_block() 1794 if (ident != TAG_IDENT_AVDP) { udf_check_anchor_block() 2368 uint16_t ident; udf_count_free_bitmap() local 2373 bh = udf_read_ptagged(sb, &loc, 0, &ident); udf_count_free_bitmap() 2378 } else if (ident != TAG_IDENT_SBD) { udf_count_free_bitmap()
|
H A D | inode.c | 1283 uint16_t ident; udf_read_inode() local 1312 bh = udf_read_ptagged(inode->i_sb, iloc, 0, &ident); udf_read_inode() 1318 if (ident != TAG_IDENT_FE && ident != TAG_IDENT_EFE && udf_read_inode() 1319 ident != TAG_IDENT_USE) { udf_read_inode() 1320 udf_err(inode->i_sb, "(ino %ld) failed ident=%d\n", udf_read_inode() 1321 inode->i_ino, ident); udf_read_inode() 1331 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); udf_read_inode() 1332 if (ident == TAG_IDENT_IE && ibh) { udf_read_inode() 1705 strcpy(eid->ident, UDF_ID_DEVELOPER); udf_update_inode() 1729 strcpy(fe->impIdent.ident, UDF_ID_DEVELOPER); udf_update_inode() 1767 strcpy(efe->impIdent.ident, UDF_ID_DEVELOPER); udf_update_inode()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | saa7115.c | 92 enum saa711x_model ident; member in struct:saa711x_state 169 if (saa711x_has_reg(state->ident, reg)) { saa711x_writeregs() 764 if (!saa711x_has_reg(state->ident, R_30_AUD_MAST_CLK_CYCLES_PER_FIELD)) saa711x_s_clock_freq() 885 if (!saa711x_has_reg(state->ident, R_D0_B_HORIZ_PRESCALING)) { saa711x_set_size() 896 if (!saa711x_has_reg(state->ident, R_CC_B_HORIZ_OUTPUT_WINDOW_LENGTH)) saa711x_set_size() 993 if (state->ident == GM7113C) { saa711x_set_v4lstd() 1004 if (state->ident == GM7113C) { saa711x_set_v4lstd() 1023 if (state->ident <= SAA7113 || saa711x_set_v4lstd() 1024 state->ident == GM7113C) { saa711x_set_v4lstd() 1043 if (taskb && state->ident == SAA7114) saa711x_set_v4lstd() 1061 if (!saa711x_has_reg(state->ident, R_41_LCR_BASE)) saa711x_set_lcr() 1066 if (state->ident != SAA7115) saa711x_set_lcr() 1294 u8 mask = (state->ident <= SAA7111A) ? 0xf8 : 0xf0; saa711x_s_routing() 1300 if ((state->ident <= SAA7113 || saa711x_s_routing() 1301 state->ident == GM7113C) && saa711x_s_routing() 1316 if (state->ident <= SAA7111A) { saa711x_s_routing() 1339 if (state->ident == SAA7114 || saa711x_s_routing() 1340 state->ident == SAA7115) { saa711x_s_routing() 1345 if (state->ident > SAA7111A) { saa711x_s_routing() 1358 if (state->ident > SAA7111A) saa711x_s_gpio() 1375 if (!saa711x_has_reg(state->ident, R_87_I_PORT_I_O_ENA_OUT_CLK_AND_GATED)) saa711x_s_stream() 1448 if (state->ident == SAA7115) { saa711x_querystd() 1502 if (state->ident == SAA7115) saa711x_g_input_status() 1533 if (state->ident != SAA7115) { saa711x_log_status() 1648 if (state->ident != GM7113C && saa711x_write_platform_data() 1649 state->ident != SAA7113) saa711x_write_platform_data() 1810 int ident; saa711x_probe() local 1817 ident = saa711x_detect_chip(client, id, name); saa711x_probe() 1818 if (ident == -EINVAL) { saa711x_probe() 1824 if (ident < 0) saa711x_probe() 1825 return ident; saa711x_probe() 1865 state->ident = ident; saa711x_probe() 1874 switch (state->ident) { saa711x_probe() 1892 if (state->ident > SAA7111A && state->ident != GM7113C) saa711x_probe()
|
H A D | saa7127.c | 261 enum saa712x_model ident; member in struct:saa7127_state 489 } else if (state->ident == SAA7129 && saa7127_set_std() 524 if (state->ident == SAA7129) saa7127_set_output_type() 532 if (state->ident == SAA7129) saa7127_set_output_type() 550 if (state->ident == SAA7129) saa7127_set_output_type() 757 state->ident = id->driver_data; saa7127_probe() 767 state->ident = SAA7129; saa7127_probe() 770 state->ident = SAA7127; saa7127_probe() 794 if (state->ident == SAA7129) saa7127_probe()
|
H A D | msp3400-driver.h | 57 int ident; member in struct:msp_state
|
/linux-4.4.14/drivers/ata/ |
H A D | ata_piix.c | 846 .ident = "TECRA M3", piix_broken_suspend() 853 .ident = "TECRA M3", piix_broken_suspend() 860 .ident = "TECRA M4", piix_broken_suspend() 867 .ident = "TECRA M4", piix_broken_suspend() 874 .ident = "TECRA M5", piix_broken_suspend() 881 .ident = "TECRA M6", piix_broken_suspend() 888 .ident = "TECRA M7", piix_broken_suspend() 895 .ident = "TECRA A8", piix_broken_suspend() 902 .ident = "Satellite R20", piix_broken_suspend() 909 .ident = "Satellite R25", piix_broken_suspend() 916 .ident = "Satellite U200", piix_broken_suspend() 923 .ident = "Satellite U200", piix_broken_suspend() 930 .ident = "Satellite Pro U200", piix_broken_suspend() 937 .ident = "Satellite U205", piix_broken_suspend() 944 .ident = "SATELLITE U205", piix_broken_suspend() 951 .ident = "Satellite Pro A120", piix_broken_suspend() 958 .ident = "Portege M500", piix_broken_suspend() 965 .ident = "VGN-BX297XP", piix_broken_suspend() 1525 .ident = "M570U", piix_iocfg_bit18_quirk() 1555 .ident = "HP Compaq 2510p", piix_broken_system_poweroff() 1564 .ident = "HP Compaq nc6000", piix_broken_system_poweroff() 1604 .ident = "Hyper-V Virtual Machine", piix_ignore_devices_quirk() 1615 /* In MS Virtual PC guests the DMI ident is nearly piix_ignore_devices_quirk() 1621 .ident = "MS Virtual PC 2007", piix_ignore_devices_quirk() 1637 ignore->ident); piix_ignore_devices_quirk()
|
H A D | ahci.c | 938 .ident = "P5W DH Deluxe", ahci_p5wdh_workaround() 1015 .ident = "ASUS M2A-VM", ahci_sb600_enable_64bit() 1040 .ident = "MSI K9A2 Platinum", ahci_sb600_enable_64bit() 1056 .ident = "MSI K9AGM2", ahci_sb600_enable_64bit() 1068 .ident = "ASUS M3A", ahci_sb600_enable_64bit() 1097 match->ident); ahci_sb600_enable_64bit() 1102 dev_warn(&pdev->dev, "%s: enabling 64bit DMA\n", match->ident); ahci_sb600_enable_64bit() 1110 .ident = "HP Compaq nx6310", ahci_broken_system_poweroff() 1119 .ident = "HP Compaq 6720s", ahci_broken_system_poweroff() 1158 .ident = "dv4", ahci_broken_suspend() 1167 .ident = "dv5", ahci_broken_suspend() 1176 .ident = "dv6", ahci_broken_suspend() 1185 .ident = "HDX18", ahci_broken_suspend() 1203 .ident = "G725", ahci_broken_suspend() 1244 .ident = "EP45-DQ6", ahci_broken_online() 1253 .ident = "EP45-DS5", ahci_broken_online() 1299 .ident = "Aspire 3810T", ahci_gtf_filter_workaround() 1317 filter, dmi->ident); ahci_gtf_filter_workaround()
|
H A D | pata_atiixp.c | 39 .ident = "MSI E350DM-E33",
|
H A D | pata_cs5536.c | 88 .ident = "Bachmann electronic OT200",
|
H A D | pata_ali.c | 52 .ident = "HP Pavilion N5430", 59 .ident = "Toshiba Satellite S1800-814",
|
H A D | pata_via.c | 128 .ident = "AVERATEC 3200", 147 .ident = "Acer Ferrari 3400",
|
H A D | pata_cs5530.c | 179 .ident = "Palmax PD1100",
|
H A D | pata_pcmcia.c | 4 * PCMCIA ident update Copyright 2006 Marcin Juszkiewicz
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | viohs.c | 84 u64 ident; flush_rx_dring() local 89 ident = dr->ident; flush_rx_dring() 96 dr->ident = ident; flush_rx_dring() 417 viodbg(HS, "GOT DRING_REG INFO ident[%llx] " process_dreg_info() 461 pkt->dring_ident = ++dr->ident; process_dreg_info() 463 viodbg(HS, "SEND DRING_REG ACK ident[%llx] " process_dreg_info() 491 viodbg(HS, "GOT DRING_REG ACK ident[%llx] " process_dreg_ack() 502 dr->ident = pkt->dring_ident; process_dreg_ack() 516 viodbg(HS, "GOT DRING_REG NACK ident[%llx] " process_dreg_nack() 553 if (pkt->dring_ident != dr->ident) process_dunreg()
|
/linux-4.4.14/arch/um/drivers/ |
H A D | harddog_kern.c | 132 static struct watchdog_info ident = { harddog_ioctl_unlocked() local 141 if(copy_to_user(argp, &ident, sizeof(ident))) harddog_ioctl_unlocked()
|
/linux-4.4.14/scripts/genksyms/ |
H A D | parse.y | 56 struct string_list **ident, 60 struct string_list *b = *body, *i = *ident, *r; 64 (*ident)->tag = type; 65 remove_list(body, ident);
|
/linux-4.4.14/include/linux/can/ |
H A D | core.h | 51 void *data, char *ident);
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | processor.c | 88 n, id->version, id->ident, id->machine); show_cpuinfo()
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | macintosh.h | 27 short ident; member in struct:mac_model
|
/linux-4.4.14/net/ipv4/ |
H A D | ping.c | 82 int ping_get_port(struct sock *sk, unsigned short ident) ping_get_port() argument 91 if (ident == 0) { ping_get_port() 108 ping_port_rover = ident = result; 116 hlist = ping_hashslot(&ping_table, sock_net(sk), ident); ping_portaddr_for_each_entry() 124 if ((isk2->inet_num == ident) && ping_portaddr_for_each_entry() 131 pr_debug("found port/ident = %d\n", ident); 132 isk->inet_num = ident; 171 static struct sock *ping_lookup(struct net *net, struct sk_buff *skb, u16 ident) ping_lookup() argument 173 struct hlist_nulls_head *hslot = ping_hashslot(&ping_table, net, ident); ping_lookup() 181 (int)ident, &ip_hdr(skb)->daddr, dif); ping_lookup() 185 (int)ident, &ipv6_hdr(skb)->daddr, dif); ping_lookup() 195 if (isk->inet_num != ident) ping_portaddr_for_each_entry()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_ioctl.h | 96 #define DECLARE_IOCTL_HANDLER(ident, func) \ 97 struct libcfs_ioctl_handler ident = { \ 98 /* .item = */ LIST_HEAD_INIT(ident.item), \
|
/linux-4.4.14/drivers/scsi/esas2r/ |
H A D | esas2r_targdb.c | 174 u8 *ident, esas2r_targ_db_add_pthru() 189 t = esas2r_targ_db_find_by_ident(a, ident, ident_len); esas2r_targ_db_add_pthru() 212 memcpy(t->identifier, ident, ident_len); esas2r_targ_db_add_pthru() 172 esas2r_targ_db_add_pthru(struct esas2r_adapter *a, struct esas2r_disc_context *dc, u8 *ident, u8 ident_len) esas2r_targ_db_add_pthru() argument
|
/linux-4.4.14/drivers/input/misc/ |
H A D | ideapad_slidebar.c | 281 pr_info("Laptop model '%s'\n", id->ident); ideapad_dmi_check() 287 .ident = "Lenovo IdeaPad Y550", 296 .ident = "Lenovo IdeaPad Y550P",
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
H A D | boot.c | 1279 d->ident); disable_acpi_irq() 1289 d->ident); disable_acpi_pci() 1298 printk(KERN_NOTICE "%s detected: acpi off\n", d->ident); dmi_disable_acpi() 1314 d->ident); dmi_ignore_irq0_timer_override() 1350 .ident = "IBM Thinkpad", 1362 .ident = "ASUS A7V", 1379 .ident = "IBM Thinkpad 600 Series 2645", 1387 .ident = "IBM Thinkpad 600 Series 2646", 1398 .ident = "ASUS PR-DLS", 1409 .ident = "Acer TravelMate 36x Laptop", 1432 .ident = "HP nx6115 laptop", 1440 .ident = "HP NX6125 laptop", 1448 .ident = "HP NX6325 laptop", 1456 .ident = "HP 6715b laptop", 1464 .ident = "FUJITSU SIEMENS",
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | sq905.c | 331 u32 ident; sd_init() local 349 ident = be32_to_cpup((__be32 *)gspca_dev->usb_buf); sd_init() 353 PDEBUG(D_CONF, "SQ905 camera ID %08x detected", ident); sd_init() 356 if (!(ident & SQ905_HIRES_MASK)) sd_init() 359 if (ident & SQ905_ORIENTATION_MASK) sd_init()
|
H A D | sn9c20x.c | 134 .ident = "MSI MS-1034", 142 .ident = "MSI MS-1632", 149 .ident = "MSI MS-1633X", 156 .ident = "MSI MS-1635X", 163 .ident = "ASUSTeK W7J",
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | kb3886_bl.c | 83 .ident = "Sahara Touch-iT",
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
H A D | core.c | 136 /* Report the ident for the dock */ pnp_dock_event() 493 printk(KERN_WARNING "%s detected. Disabling PnPBIOS\n", d->ident); exploding_pnp_bios() 500 .ident = "Higraded P14H", 510 .ident = "ASUS P4P800",
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | bigsmp_32.c | 118 printk(KERN_NOTICE "%s detected: force use of apic=bigsmp\n", d->ident); hp_ht_bigsmp()
|
/linux-4.4.14/kernel/gcov/ |
H A D | gcc_4_7.c | 49 * @ident: unique ident of function 65 unsigned int ident; member in struct:gcov_fn_info 443 pos += store_gcov_u32(buffer, pos, fi_ptr->ident); convert_to_gcda()
|
H A D | gcc_3_4.c | 30 * @ident: object file-unique function identifier 38 unsigned int ident; member in struct:gcov_fn_info 542 rc = seq_write_gcov_u32(seq, get_func(iter)->ident); gcov_iter_write()
|
/linux-4.4.14/include/net/ |
H A D | ping.h | 67 int ping_get_port(struct sock *sk, unsigned short ident);
|
/linux-4.4.14/drivers/firmware/google/ |
H A D | memconsole.c | 141 .ident = "Google Board",
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | l3dss1.c | 198 int ident, u_char *p, u_char nlen) l3dss1_dummy_invoke() 202 l3_debug(st, "dummy invoke %s id=0x%x ident=0x%x datalen=%d", l3dss1_dummy_invoke() 203 (cr == -1) ? "local" : "broadcast", id, ident, nlen); l3dss1_dummy_invoke() 212 ic.parm.dss1_io.proc = ident; l3dss1_dummy_invoke() 226 int ident, id; l3dss1_parse_facility() local 346 ident = 0; l3dss1_parse_facility() 348 ident = (ident << 8) | (*p++ & 0xFF); l3dss1_parse_facility() 353 { l3dss1_dummy_invoke(st, cr, id, ident, p, nlen); l3dss1_parse_facility() 376 switch (ident) { l3dss1_parse_facility() 379 ident = 0; l3dss1_parse_facility() 382 ident = (ident << 8) | *p++; l3dss1_parse_facility() 385 if (ident > pc->para.chargeinfo) { l3dss1_parse_facility() 386 pc->para.chargeinfo = ident; l3dss1_parse_facility() 402 ident = 0; l3dss1_parse_facility() 405 ident = (ident << 8) | *p++; l3dss1_parse_facility() 408 if (ident > pc->para.chargeinfo) { l3dss1_parse_facility() 409 pc->para.chargeinfo = ident; l3dss1_parse_facility() 419 l3_debug(st, "invoke break invalid ident %02x", ident); l3dss1_parse_facility() 197 l3dss1_dummy_invoke(struct PStack *st, int cr, int id, int ident, u_char *p, u_char nlen) l3dss1_dummy_invoke() argument
|
H A D | l3ni1.c | 197 int ident, u_char *p, u_char nlen) l3ni1_dummy_invoke() 201 l3_debug(st, "dummy invoke %s id=0x%x ident=0x%x datalen=%d", l3ni1_dummy_invoke() 202 (cr == -1) ? "local" : "broadcast", id, ident, nlen); l3ni1_dummy_invoke() 211 ic.parm.ni1_io.proc = ident; l3ni1_dummy_invoke() 225 int ident, id; l3ni1_parse_facility() local 345 ident = 0; l3ni1_parse_facility() 347 ident = (ident << 8) | (*p++ & 0xFF); l3ni1_parse_facility() 353 l3ni1_dummy_invoke(st, cr, id, ident, p, nlen); l3ni1_parse_facility() 196 l3ni1_dummy_invoke(struct PStack *st, int cr, int id, int ident, u_char *p, u_char nlen) l3ni1_dummy_invoke() argument
|
/linux-4.4.14/drivers/pci/pcie/ |
H A D | portdrv_pci.c | 322 d->ident); dmi_pcie_pme_disable_msi() 333 .ident = "MSI Wind U-100",
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | macsonic.c | 325 if (macintosh_config->ident == MAC_MODEL_Q630 || mac_onboard_sonic_probe() 326 macintosh_config->ident == MAC_MODEL_P588 || mac_onboard_sonic_probe() 327 macintosh_config->ident == MAC_MODEL_P575 || mac_onboard_sonic_probe() 328 macintosh_config->ident == MAC_MODEL_C610) { mac_onboard_sonic_probe() 357 if (macintosh_config->ident == MAC_MODEL_PB520) { mac_onboard_sonic_probe()
|
/linux-4.4.14/drivers/ide/ |
H A D | it8213.c | 173 * @id: ident table entry
|
H A D | jmicron.c | 117 * @id: ident table entry
|
H A D | alim15x3.c | 338 .ident = "HP Pavilion N5430", 345 .ident = "Toshiba Satellite S1800-814",
|
H A D | ide-acpi.c | 70 printk(KERN_NOTICE"%s detected - disable ACPI _PSx.\n", id->ident); no_acpi_psx() 79 .ident = "HP nx9005",
|
H A D | it821x.c | 466 /* In raid mode the ident block is slightly buggy it821x_quirkproc() 644 * @id: ident table entry
|
H A D | ide-gd.c | 108 .ident = "Acer TravelMate 660",
|
H A D | via82cxxx.c | 359 .ident = "Acer Ferrari 3400",
|
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_acpi.c | 40 .ident = "Asus Transformer Book T100",
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | htcpen.c | 224 .ident = "Shift",
|
H A D | goodix.c | 72 .ident = "WinBook TW100", 79 .ident = "WinBook TW700",
|
/linux-4.4.14/net/can/ |
H A D | af_can.h | 59 char *ident; member in struct:receiver
|
H A D | proc.c | 204 r->func, r->data, r->matches, r->ident); hlist_for_each_entry_rcu() 215 " userdata matches ident\n"); can_print_recv_banner()
|
H A D | af_can.c | 447 * @ident: string for calling module identification 471 char *ident) can_rx_register() 498 r->ident = ident; can_rx_register() 469 can_rx_register(struct net_device *dev, canid_t can_id, canid_t mask, void (*func)(struct sk_buff *, void *), void *data, char *ident) can_rx_register() argument
|
/linux-4.4.14/include/net/irda/ |
H A D | irlap_frame.h | 91 __u8 ident; /* Should always be XID_FORMAT */ member in struct:xid_frame
|
/linux-4.4.14/include/uapi/linux/ |
H A D | if_arp.h | 85 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */
|
H A D | rtnetlink.h | 444 __u16 ident; member in struct:rta_session::__anon14417::__anon14419
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
H A D | gelic_udbg.c | 74 u16 ident; member in struct:iphdr
|
/linux-4.4.14/drivers/block/aoe/ |
H A D | aoeblk.c | 327 if (!copy_to_user((void __user *) arg, &d->ident, aoeblk_ioctl() 328 sizeof(d->ident))) aoeblk_ioctl()
|
H A D | aoe.h | 186 char ident[512]; member in struct:aoedev
|
/linux-4.4.14/fs/nfs/ |
H A D | nfs4client.c | 426 * SETCLIENTID just did a callback update with the callback ident in 429 * will continue to use the callback ident the server now knows about, 430 * and so that "keep"'s original callback ident is destroyed when 442 dprintk("%s: keeping callback ident %u and dropping ident %u\n", nfs4_swap_callback_idents() 1166 .ident = clp->cl_proto, nfs4_update_server()
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-m41t80.c | 483 static struct watchdog_info ident = { wdt_ioctl() local 492 return copy_to_user((struct watchdog_info __user *)arg, &ident, wdt_ioctl() 493 sizeof(ident)) ? -EFAULT : 0; wdt_ioctl()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-piix4.c | 99 .ident = "Sapphire AM2RD790", 106 .ident = "DFI Lanparty UT 790FX", 119 .ident = "IBM",
|
H A D | i2c-designware-platdrv.c | 58 .ident = "Dell Inspiron 7348",
|
H A D | i2c-nforce2.c | 117 .ident = "DFI Lanparty NF4 Expert",
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | pch_uart.c | 380 .ident = "CM-iTC", 387 .ident = "FRI2", 394 .ident = "Fish River Island II", 401 .ident = "COMe-mTT", 408 .ident = "nanoETXexpress-TT", 415 .ident = "MinnowBoard",
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | powernow-k7.c | 579 d->ident); acer_cpufreq_pst() 596 .ident = "Acer Aspire",
|
/linux-4.4.14/arch/x86/platform/efi/ |
H A D | efi_64.c | 160 * and ident-map those pages containing the map before calling efi_setup_page_tables() 164 pr_err("Error ident-mapping new memmap (0x%lx)!\n", pa_memmap); efi_setup_page_tables()
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | xprt.h | 285 int ident; /* XPRT_TRANSPORT identifier */ member in struct:xprt_create 297 int ident; /* XPRT_TRANSPORT identifier */ member in struct:xprt_class
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 176 .ident = "Apple Macbook 10,1",
|
/linux-4.4.14/drivers/atm/ |
H A D | midway.h | 79 #define MID_TX_IDENT_MISM 0x00000080 /* TX: ident mismatch => halted */
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4callback.c | 54 u32 ident; /* minorversion 0 only */ member in struct:nfs4_cb_compound_hdr 267 *p++ = cpu_to_be32(hdr->ident); encode_cb_compound4args() 487 .ident = cb->cb_clp->cl_cb_ident, nfs4_xdr_enc_cb_recall() 596 .ident = 0, nfs4_xdr_enc_cb_layout()
|
/linux-4.4.14/net/sunrpc/ |
H A D | xprt.c | 98 if (t->ident == transport->ident) xprt_register_transport() 1348 if (t->ident == args->ident) { xprt_create_transport() 1354 dprintk("RPC: transport (%d) not supported\n", args->ident); xprt_create_transport()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 695 * <<ident>> 698 * <<ident>>
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | hci_bcm.c | 638 .ident = "Asus T100TA", 742 dmi_id->ident); bcm_acpi_probe()
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | l2cap.h | 217 __u8 ident; member in struct:l2cap_cmd_hdr 514 __u8 ident; member in struct:l2cap_chan
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | rt5645.c | 3358 .ident = "Intel Strago", 3365 .ident = "Google Celes", 3372 .ident = "Google Ultima", 3379 .ident = "Google Reks", 3386 .ident = "Google Edgar", 3393 .ident = "Google Wizpig", 3400 .ident = "Google Terra", 3425 .ident = "Chrome Buddy",
|
/linux-4.4.14/drivers/staging/skein/ |
H A D | skein_base.h | 190 #define SKEIN_T1_BLK_TYPE_KDF SKEIN_T1_BLK_TYPE(KDF) /* key ident for KDF */
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | diskonchip.c | 405 } ident; doc200x_ident_chip() local 416 ident.dword = readl(docptr + DoC_2k_CDSN_IO); doc200x_ident_chip() 417 if (((ident.byte[0] << 8) | ident.byte[1]) == ret) { doc200x_ident_chip()
|
H A D | nand_bbt.c | 34 * The table is marked in the OOB area with an ident pattern and a version 38 * course): it moves the ident pattern and the version byte into the data area 515 * Read the bad block table by searching for a given ident pattern. Search is 522 * The bbt ident pattern resides in the oob area of the first page in a block.
|
/linux-4.4.14/arch/x86/mm/ |
H A D | pf_in.c | 219 * Define register ident in mod/rm byte.
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | vio.h | 272 u64 ident; member in struct:vio_dring_state
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
H A D | stk-webcam.c | 102 .ident = "ASUS G1", 108 .ident = "ASUS F3JC", 115 .ident = "T12Rg-H",
|
/linux-4.4.14/drivers/char/ipmi/ |
H A D | ipmi_watchdog.c | 699 static struct watchdog_info ident = { variable in typeref:struct:watchdog_info 714 i = copy_to_user(argp, &ident, sizeof(ident)); ipmi_ioctl()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | prism2sta.c | 607 netdev_info(wlandev->netdev, "ident: nic h/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 626 netdev_info(wlandev->netdev, "ident: pri f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 658 "ident: sta f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 663 "ident: ap f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo()
|
/linux-4.4.14/drivers/scsi/ |
H A D | a100u2w.h | 163 u8 ident; /*22 Identify */ member in struct:orc_scb
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 473 u8 task_retry_id; /* task retry ident support */
|
/linux-4.4.14/drivers/mtd/chips/ |
H A D | cfi_probe.c | 301 printk("Invalid CFI ident structure.\n"); print_cfi_ident()
|
/linux-4.4.14/drivers/net/arcnet/ |
H A D | arcdevice.h | 259 char *card_name; /* card ident string */
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
H A D | bna_types.h | 910 struct bna_ident ident; member in struct:bna
|
/linux-4.4.14/scripts/ |
H A D | checkpatch.pl | 3442 my ($ident, $from, $to) = ($1, $2, $2); 3452 ## print "1: from<$from> to<$to> ident<$ident>\n"; 3457 my $sub_from = $ident; 3458 my $sub_to = $ident; 3467 my ($match, $from, $to, $ident) = ($1, $2, $2, $3); 3479 ## print "2: from<$from> to<$to> ident<$ident>\n"; 3480 if ($from ne $to && $ident !~ /^$Modifier$/) {
|
/linux-4.4.14/include/linux/ |
H A D | mod_devicetable.h | 480 const char *ident; member in struct:dmi_system_id
|