/linux-4.1.27/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 | 79 if (macintosh_config->ident != MAC_MODEL_C660 psc_init() 80 && 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.1.27/Documentation/DocBook/media/ |
H A D | Makefile | 292 for ident in $(FUNCS) ; do \ 293 entity=`echo $$ident | tr _ -` ; \ 295 "linkend='func-$$entity'><function>$$ident()</function></link>\">" \ 301 for ident in $(IOCTLS) ; do \ 302 entity=`echo $$ident | tr _ -` ; \ 303 id=`grep "<refname>$$ident" $(MEDIA_OBJ_DIR)/vidioc-*.xml $(MEDIA_OBJ_DIR)/media-ioc-*.xml | sed -r s,"^.*/(.*).xml.*","\1",` ; \ 305 "linkend='$$id'><constant>$$ident</constant></link>\">" \ 311 for ident in $(TYPES) ; do \ 312 entity=`echo $$ident | tr _ -` ; \ 314 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 319 for ident in $(ENUMS) ; do \ 320 entity=`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -` ; \ 322 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 327 for ident in $(STRUCTS) ; do \ 328 entity=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \ 330 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \ 335 for ident in $(ERRORS) ; do \ 336 echo "<!ENTITY $$ident \"<errorcode>$$ident</errorcode>" \ 369 for ident in $(TYPES) ; do \ 370 id=`echo $$ident | tr _ -` ; \ 372 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \ 375 for ident in $(ENUMS) ; do \ 376 id=`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr _ -`; \ 378 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \ 381 for ident in $(STRUCTS) ; do \ 382 id=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \ 384 "linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \
|
/linux-4.1.27/drivers/acpi/ |
H A D | blacklist.c | 147 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_vista() 155 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win7() 161 printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); dmi_disable_osi_win8() 169 .ident = "Fujitsu Siemens", 186 .ident = "MSI GX723", 194 .ident = "Sony VGN-NS10J_S", 202 .ident = "Sony VGN-SR290J", 210 .ident = "VGN-NS50B_L", 218 .ident = "VGN-SR19XN", 226 .ident = "Toshiba Satellite L355", 234 .ident = "ASUS K50IJ", 242 .ident = "Toshiba P305D", 250 .ident = "Toshiba NB100", 263 .ident = "Dell Inspiron 7737", 271 .ident = "Dell Inspiron 7537", 279 .ident = "Dell Inspiron 5437", 287 .ident = "Dell Inspiron 3437", 295 .ident = "Dell Vostro 3446", 303 .ident = "Dell Vostro 3546", 322 .ident = "Asus EEE PC 1015PX",
|
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 | video_detect.c | 146 .ident = "X360", 155 .ident = "Asus UL30VT", 163 .ident = "Asus UL30A",
|
H A D | video.c | 440 .ident = "Acer Aspire 5720", 448 .ident = "Acer Aspire 5710Z", 456 .ident = "eMachines E510", 464 .ident = "Acer Aspire 5315", 472 .ident = "Acer Aspire 7720", 488 .ident = "ThinkPad T420", 496 .ident = "ThinkPad T520", 504 .ident = "ThinkPad X201s", 515 .ident = "HP ENVY 15 Notebook", 524 .ident = "SAMSUNG 870Z5E/880Z5E/680Z5E", 532 .ident = "SAMSUNG 370R4E/370R4V/370R5E/3570RE/370R5V", 541 .ident = "SAMSUNG 3570R/370R/470R/450R/510R/4450RV", 550 .ident = "SAMSUNG 730U3E/740U3E", 559 .ident = "SAMSUNG 900X3C/900X3D/900X3E/900X4C/900X4D", 569 .ident = "Dell XPS15 L521X", 580 .ident = "Lenovo Ideapad Z570",
|
H A D | pci_slot.c | 193 info("%s detected: will evaluate _STA before calling _SUN\n", d->ident); do_sta_before_sun() 207 .ident = "Fujitsu PRIMEQUEST",
|
H A D | thermal.c | 1181 "disabling all active thermal trip points\n", d->ident); thermal_act() 1189 "disabling all critical thermal trip point actions.\n", d->ident); thermal_nocrt() 1197 "enabling thermal zone polling\n", d->ident); thermal_tzp() 1206 "disabling all passive thermal trip points\n", d->ident); thermal_psv() 1219 .ident = "AOpen i915GMm-HFS", 1227 .ident = "AOpen i915GMm-HFS", 1235 .ident = "AOpen i915GMm-HFS", 1243 .ident = "Gigabyte GA-7ZX",
|
H A D | pci_irq.c | 66 .ident = "Medion MD9580-F laptop", 78 .ident = "Dell Optiplex GX1", 90 .ident = "HP t5710",
|
H A D | processor_pdc.c | 174 id->ident); set_no_mwait()
|
H A D | bus.c | 64 "force copy of DSDT to local memory\n", id->ident); set_copy_dsdt() 77 .ident = "TOSHIBA Satellite",
|
H A D | ac.c | 314 .ident = "thinkpad e530",
|
H A D | sbs.c | 648 .ident = "Apple",
|
/linux-4.1.27/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 | 39 printk(KERN_INFO "PCI: %s detected: ignoring ACPI _SEG\n", id->ident); set_ignore_seg() 48 .ident = "IBM System x3800", 58 .ident = "ASRock ALiveSATA2-GLAN", 67 .ident = "ASUS M2V-MX SE", 77 .ident = "MSI MS-7253", 88 .ident = "Foxconn K8M890-8237A", 101 .ident = "Dell Studio 1557", 111 .ident = "Thinkpad SL510", 122 .ident = "HP xw9300",
|
H A D | fixup.c | 363 .ident = "MSI-K8T-Neo2Fir", 420 .ident = "Toshiba PS5 based laptop", 427 .ident = "Toshiba PSM4 based laptop", 434 .ident = "Toshiba A40 based laptop",
|
H A D | irq.c | 1075 d->ident); fix_broken_hp_bios_irq9() 1089 d->ident); fix_acer_tm360_irqrouting() 1097 .ident = "HP Pavilion N5400 Series Laptop", 1108 .ident = "Acer TravelMate 36x Laptop",
|
/linux-4.1.27/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.1.27/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. X501U", 140 .ident = "ASUSTeK COMPUTER INC. X501A", 149 .ident = "ASUSTeK COMPUTER INC. X501A1", 158 .ident = "ASUSTeK COMPUTER INC. X550CA", 167 .ident = "ASUSTeK COMPUTER INC. X550CC", 176 .ident = "ASUSTeK COMPUTER INC. X550CL", 185 .ident = "ASUSTeK COMPUTER INC. X550VB", 194 .ident = "ASUSTeK COMPUTER INC. X551CA", 203 .ident = "ASUSTeK COMPUTER INC. X55A", 212 .ident = "ASUSTeK COMPUTER INC. X55C", 221 .ident = "ASUSTeK COMPUTER INC. X55U", 230 .ident = "ASUSTeK COMPUTER INC. X55VD", 239 .ident = "ASUSTeK COMPUTER INC. X75A", 248 .ident = "ASUSTeK COMPUTER INC. X75VBP", 257 .ident = "ASUSTeK COMPUTER INC. 1015E", 266 .ident = "ASUSTeK COMPUTER INC. 1015U", 275 .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 | compal-laptop.c | 755 pr_info("Identified laptop model '%s'\n", id->ident); dmi_check_cb() 763 id->ident); dmi_check_cb_extra() 770 .ident = "FL90/IFL90", 778 .ident = "FL90/IFL90", 786 .ident = "FL91/IFL91", 794 .ident = "FL92/JFL92", 802 .ident = "FT00/IFT00", 810 .ident = "Dell Mini 9", 818 .ident = "Dell Mini 10", 826 .ident = "Dell Mini 10v", 834 .ident = "Dell Mini 1012", 842 .ident = "Dell Inspiron 11z", 850 .ident = "Dell Mini 12", 858 .ident = "JHL90", 866 .ident = "KHLB2",
|
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 | 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 | ideapad-laptop.c | 834 .ident = "Lenovo G40-30", 841 .ident = "Lenovo G50-30", 848 .ident = "Lenovo ideapad Y700-15ISK", 855 .ident = "Lenovo ideapad Y700 Touch-15ISK", 862 .ident = "Lenovo ideapad Y700-17ISK", 869 .ident = "Lenovo Yoga 2 11 / 13 / Pro", 876 .ident = "Lenovo Yoga 3 14", 883 .ident = "Lenovo Yoga 3 Pro 1370", 890 .ident = "Lenovo Yoga 700", 897 .ident = "Lenovo Yoga 900",
|
H A D | dell-laptop.c | 127 .ident = "Dell laptop", 140 .ident = "Dell Computer Corporation", 153 .ident = "Dell Vostro V130", 162 .ident = "Dell Vostro V131", 171 .ident = "Dell Vostro 3350", 180 .ident = "Dell Vostro 3555", 189 .ident = "Dell Inspiron N311z", 198 .ident = "Dell Inspiron M5110", 207 .ident = "Dell Vostro 3360", 216 .ident = "Dell Vostro 3460", 225 .ident = "Dell Vostro 3560", 234 .ident = "Dell Vostro 3450", 243 .ident = "Dell Inspiron 5420", 252 .ident = "Dell Inspiron 5520", 261 .ident = "Dell Inspiron 5720", 270 .ident = "Dell Inspiron 7420", 279 .ident = "Dell Inspiron 7520", 288 .ident = "Dell Inspiron 7720", 297 .ident = "Dell XPS13 9333",
|
H A D | msi-laptop.c | 600 pr_info("Identified laptop model '%s'\n", dmi->ident); dmi_check_cb() 609 .ident = "MSI S270", 621 .ident = "MSI S271", 632 .ident = "MSI S420", 643 .ident = "Medion MD96100", 655 .ident = "MSI N034", 667 .ident = "MSI N051", 679 .ident = "MSI N014", 689 .ident = "MSI CR620", 699 .ident = "MSI U270", 709 .ident = "MSI U90/U100",
|
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 | 297 pr_info("Identified model '%s'\n", id->ident); dmi_check_cb() 303 .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 | 568 pr_info("Identified laptop model '%s'\n", id->ident); dmi_check_cb_common() 607 .ident = "Fujitsu Siemens S6410", 614 .ident = "Fujitsu Siemens S6420", 621 .ident = "Fujitsu LifeBook P8010",
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | init.h | 8 bool kernel_mapping; /* kernel mapping or ident mapping */
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | cpu.h | 20 unsigned int ident : 24; member in struct:cpuid
|
/linux-4.1.27/drivers/mfd/ |
H A D | kempld-core.c | 504 .ident = "BHL6", 512 .ident = "CBL6", 520 .ident = "CCR2", 528 .ident = "CCR6", 536 .ident = "CHL6", 544 .ident = "CHR2", 552 .ident = "CHR2", 560 .ident = "CHR2", 568 .ident = "CHR6", 576 .ident = "CHR6", 584 .ident = "CHR6", 592 .ident = "CNTG", 600 .ident = "CNTG", 608 .ident = "CNTX", 616 .ident = "CVV6", 624 .ident = "FRI2", 632 .ident = "FRI2", 639 .ident = "MBR1", 647 .ident = "MVV1", 655 .ident = "NTC1", 663 .ident = "NTC1", 671 .ident = "NTC1", 679 .ident = "NUP1", 687 .ident = "UNP1", 695 .ident = "UNP1", 703 .ident = "UNTG", 711 .ident = "UNTG", 719 .ident = "UUP6", 728 .ident = "UTH6", 748 if (strstr(id->ident, force_device_id)) kempld_init()
|
/linux-4.1.27/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.1.27/net/bluetooth/ |
H A D | a2mp.c | 29 static struct a2mp_cmd *__a2mp_build(u8 code, u8 ident, u16 len, void *data) __a2mp_build() argument 40 cmd->ident = ident; __a2mp_build() 48 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) a2mp_send() argument 56 cmd = __a2mp_build(code, ident, len, data); a2mp_send() 74 if (++mgr->ident == 0) __next_ident() 75 mgr->ident = 1; __next_ident() 77 return mgr->ident; __next_ident() 129 BT_DBG("ident %d reason %d", hdr->ident, le16_to_cpu(rej->reason)); a2mp_command_rej() 190 a2mp_send(mgr, A2MP_DISCOVER_RSP, hdr->ident, len, rsp); a2mp_discover_req() 307 a2mp_send(mgr, A2MP_GETINFO_RSP, hdr->ident, sizeof(rsp), a2mp_getinfo_req() 378 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, hdr->ident, sizeof(rsp), a2mp_getampassoc_req() 524 a2mp_send(mgr, A2MP_CREATEPHYSLINK_RSP, hdr->ident, a2mp_createphyslink_req() 528 mgr->ident = hdr->ident; a2mp_createphyslink_req() 572 a2mp_send(mgr, A2MP_DISCONNPHYSLINK_RSP, hdr->ident, sizeof(rsp), &rsp); a2mp_discphyslink_req() 581 BT_DBG("ident %d code 0x%2.2x", hdr->ident, hdr->code); a2mp_cmd_rsp() 602 BT_DBG("code 0x%2.2x id %d len %u", hdr->code, hdr->ident, len); a2mp_chan_recv_cb() 606 if (len > skb->len || !hdr->ident) { a2mp_chan_recv_cb() 611 mgr->ident = hdr->ident; a2mp_chan_recv_cb() 675 a2mp_send(mgr, A2MP_COMMAND_REJ, hdr->ident, sizeof(rej), a2mp_chan_recv_cb() 905 a2mp_send(mgr, A2MP_GETINFO_RSP, mgr->ident, sizeof(rsp), &rsp); a2mp_send_getinfo_rsp() 938 a2mp_send(mgr, A2MP_GETAMPASSOC_RSP, mgr->ident, len, rsp); a2mp_send_getampassoc_rsp() 1002 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() 2874 u8 ident, u16 dlen, void *data) l2cap_build_cmd() 2881 BT_DBG("conn %p, code 0x%2.2x, ident 0x%2.2x, len %u", l2cap_build_cmd() 2882 conn, code, ident, dlen); l2cap_build_cmd() 2904 cmd->ident = ident; l2cap_build_cmd() 3649 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CONN_RSP, sizeof(rsp), __l2cap_le_connect_rsp_defer() 3672 l2cap_send_cmd(conn, chan->ident, rsp_code, sizeof(rsp), &rsp); __l2cap_connect_rsp_defer() 3746 cmd->ident == conn->info_ident) { l2cap_command_rej() 3822 chan->ident = cmd->ident; l2cap_connect() 3866 l2cap_send_cmd(conn, cmd->ident, rsp_code, sizeof(rsp), &rsp); l2cap_connect() 3942 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_connect_create_rsp() 3956 chan->ident = 0; l2cap_connect_create_rsp() 3997 u8 ident, u16 flags) l2cap_send_efs_conf_rsp() 4001 BT_DBG("conn %p chan %p ident %d flags 0x%4.4x", conn, chan, ident, l2cap_send_efs_conf_rsp() 4007 l2cap_send_cmd(conn, ident, L2CAP_CONF_RSP, l2cap_send_efs_conf_rsp() 4012 static void cmd_reject_invalid_cid(struct l2cap_conn *conn, u8 ident, cmd_reject_invalid_cid() argument 4021 l2cap_send_cmd(conn, ident, L2CAP_COMMAND_REJ, sizeof(rej), &rej); cmd_reject_invalid_cid() 4044 cmd_reject_invalid_cid(conn, cmd->ident, dcid, 0); l2cap_config_req() 4049 cmd_reject_invalid_cid(conn, cmd->ident, chan->scid, l2cap_config_req() 4057 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_config_req() 4069 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, l2cap_config_req() 4082 chan->ident = cmd->ident; l2cap_config_req() 4083 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONF_RSP, len, rsp); l2cap_config_req() 4123 l2cap_send_efs_conf_rsp(chan, rsp, cmd->ident, flags); l2cap_config_req() 4125 chan->ident = cmd->ident; l2cap_config_req() 4177 l2cap_send_efs_conf_rsp(chan, buf, cmd->ident, l2cap_config_rsp() 4182 chan->ident = cmd->ident; l2cap_config_rsp() 4267 cmd_reject_invalid_cid(conn, cmd->ident, dcid, scid); l2cap_disconnect_req() 4275 l2cap_send_cmd(conn, cmd->ident, L2CAP_DISCONN_RSP, sizeof(rsp), &rsp); l2cap_disconnect_req() 4359 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(buf), l2cap_information_req() 4369 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(buf), l2cap_information_req() 4375 l2cap_send_cmd(conn, cmd->ident, L2CAP_INFO_RSP, sizeof(rsp), l2cap_information_req() 4398 if (cmd->ident != conn->info_ident || l2cap_information_rsp() 4493 cmd_reject_invalid_cid(conn, cmd->ident, chan->scid, l2cap_create_channel_req() 4516 l2cap_send_cmd(conn, cmd->ident, L2CAP_CREATE_CHAN_RSP, l2cap_create_channel_req() 4525 u8 ident; l2cap_send_move_chan_req() local 4529 ident = l2cap_get_ident(chan->conn); l2cap_send_move_chan_req() 4530 chan->ident = ident; l2cap_send_move_chan_req() 4535 l2cap_send_cmd(chan->conn, ident, L2CAP_MOVE_CHAN_REQ, sizeof(req), l2cap_send_move_chan_req() 4550 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_MOVE_CHAN_RSP, l2cap_send_move_chan_rsp() 4560 chan->ident = l2cap_get_ident(chan->conn); l2cap_send_move_chan_cfm() 4565 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_MOVE_CHAN_CFM, l2cap_send_move_chan_cfm() 4584 static void l2cap_send_move_chan_cfm_rsp(struct l2cap_conn *conn, u8 ident, l2cap_send_move_chan_cfm_rsp() argument 4592 l2cap_send_cmd(conn, ident, L2CAP_MOVE_CHAN_CFM_RSP, sizeof(rsp), &rsp); l2cap_send_move_chan_cfm_rsp() 4642 l2cap_send_efs_conf_rsp(chan, &rsp, chan->ident, 0); l2cap_logical_finish_create() 4769 l2cap_send_cmd(chan->conn, chan->ident, L2CAP_CREATE_CHAN_RSP, l2cap_do_create() 4895 l2cap_send_cmd(conn, cmd->ident, L2CAP_MOVE_CHAN_RSP, l2cap_move_channel_req() 4900 chan->ident = cmd->ident; l2cap_move_channel_req() 5059 static void l2cap_move_fail(struct l2cap_conn *conn, u8 ident, u16 icid, l2cap_move_fail() argument 5064 chan = l2cap_get_chan_by_ident(conn, ident); l2cap_move_fail() 5106 l2cap_move_fail(conn, cmd->ident, icid, result); l2cap_move_channel_rsp() 5130 l2cap_send_move_chan_cfm_rsp(conn, cmd->ident, icid); l2cap_move_channel_confirm() 5146 l2cap_send_move_chan_cfm_rsp(conn, cmd->ident, icid); l2cap_move_channel_confirm() 5221 l2cap_send_cmd(conn, cmd->ident, L2CAP_CONN_PARAM_UPDATE_RSP, l2cap_conn_param_update_req() 5265 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_le_connect_rsp() 5277 chan->ident = 0; l2cap_le_connect_rsp() 5355 l2cap_send_cmd(conn, cmd->ident, L2CAP_ECHO_RSP, cmd_len, data); l2cap_bredr_sig_cmd() 5475 chan->ident = cmd->ident; l2cap_le_connect_req() 5512 l2cap_send_cmd(conn, cmd->ident, L2CAP_LE_CONN_RSP, sizeof(rsp), &rsp); l2cap_le_connect_req() 5577 chan = __l2cap_get_chan_by_ident(conn, cmd->ident); l2cap_le_command_rej() 5656 BT_DBG("code 0x%2.2x len %d id 0x%2.2x", cmd->code, len, cmd->ident); l2cap_le_sig_channel() 5658 if (len != skb->len || !cmd->ident) { l2cap_le_sig_channel() 5670 l2cap_send_cmd(conn, cmd->ident, L2CAP_COMMAND_REJ, l2cap_le_sig_channel() 5701 cmd.ident); l2cap_sig_channel() 5703 if (cmd_len > len || !cmd.ident) { l2cap_sig_channel() 5715 l2cap_send_cmd(conn, cmd.ident, L2CAP_COMMAND_REJ, l2cap_sig_channel() 6675 chan->ident = l2cap_get_ident(conn); l2cap_chan_le_send_credits() 6677 l2cap_send_cmd(conn, chan->ident, L2CAP_LE_CREDITS, sizeof(pkt), &pkt); l2cap_chan_le_send_credits() 7424 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 2873 l2cap_build_cmd(struct l2cap_conn *conn, u8 code, u8 ident, u16 dlen, void *data) l2cap_build_cmd() argument 3996 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.1.27/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.1.27/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.1.27/drivers/gpu/drm/i915/ |
H A D | intel_lvds.c | 384 DRM_INFO("Skipping forced modeset for %s\n", id->ident); intel_no_modeset_on_lid_dmi_callback() 392 .ident = "Toshiba Tecra A11", 547 DRM_INFO("Skipping LVDS initialization for %s\n", id->ident); intel_no_lvds_dmi_callback() 555 .ident = "Apple Mac Mini (Core series)", 563 .ident = "Apple Mac Mini (Core 2 series)", 571 .ident = "MSI IM-945GSE-A", 579 .ident = "Dell Studio Hybrid", 587 .ident = "Dell OptiPlex FX170", 595 .ident = "AOpen Mini PC", 603 .ident = "AOpen Mini PC MP915", 611 .ident = "AOpen i915GMm-HFS", 619 .ident = "AOpen i45GMx-I", 627 .ident = "Aopen i945GTt-VFA", 634 .ident = "Clientron U800", 642 .ident = "Clientron E830", 650 .ident = "Asus EeeBox PC EB1007", 658 .ident = "Asus AT5NM10T-I", 666 .ident = "Hewlett-Packard HP t5740", 674 .ident = "Hewlett-Packard t5745", 682 .ident = "Hewlett-Packard st5747", 690 .ident = "MSI Wind Box DC500", 698 .ident = "Gigabyte GA-D525TUD", 706 .ident = "Supermicro X7SPA-H", 714 .ident = "Fujitsu Esprimo Q900", 722 .ident = "Intel D410PT", 730 .ident = "Intel D425KT", 738 .ident = "Intel D510MO", 746 .ident = "Intel D525MW", 809 DRM_INFO("Forcing lvds to dual link mode on %s\n", id->ident); intel_dual_link_lvds_callback() 816 .ident = "Apple MacBook Pro 15\" (2010)", 824 .ident = "Apple MacBook Pro 15\" (2011)", 832 .ident = "Apple MacBook Pro 15\" (2012)",
|
H A D | intel_crt.c | 821 DRM_INFO("Skipping CRT initialization for %s\n", id->ident); intel_no_crt_dmi_callback() 828 .ident = "ACER ZGB", 836 .ident = "DELL XPS 8700",
|
/linux-4.1.27/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:__anon10701 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:__anon10702 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:__anon10671 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:__anon10691 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:__anon10699 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:__anon10685 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 | 365 static const struct watchdog_info ident = { variable in typeref:struct:watchdog_info 383 .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.1.27/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 353 pr_debug("DMI Matched %s.\n", id->ident); chromeos_laptop_dmi_matched() 501 .ident = "Samsung Series 5 550", 509 .ident = "Samsung Series 5", 516 .ident = "Chromebook Pixel", 524 .ident = "Wolf", 532 .ident = "HP Chromebook 14", 540 .ident = "Toshiba CB35", 548 .ident = "Acer C7 Chromebook", 555 .ident = "Acer AC700", 562 .ident = "Acer C720", 569 .ident = "HP Pavilion 14 Chromebook", 576 .ident = "Cr-48",
|
/linux-4.1.27/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() 1108 if (strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR02) && udf_fill_partdesc_info() 1109 strcmp(p->partitionContents.ident, PD_PARTITION_CONTENTS_NSR03)) udf_fill_partdesc_info() 1271 uint16_t ident; udf_load_partdesc() local 1274 bh = udf_read_tagged(sb, block, block, &ident); udf_load_partdesc() 1277 if (ident != TAG_IDENT_PD) { udf_load_partdesc() 1367 uint16_t ident; udf_load_sparable_map() local 1390 bh = udf_read_tagged(sb, loc, loc, &ident); udf_load_sparable_map() 1395 if (ident != 0 || udf_load_sparable_map() 1396 strncmp(st->sparingIdent.ident, UDF_ID_SPARING, udf_load_sparable_map() 1418 uint16_t ident; udf_load_logicalvol() local 1423 bh = udf_read_tagged(sb, block, block, &ident); udf_load_logicalvol() 1426 BUG_ON(ident != TAG_IDENT_LVD); udf_load_logicalvol() 1458 if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL, udf_load_logicalvol() 1474 } else if (!strncmp(upm2->partIdent.ident, udf_load_logicalvol() 1481 } else if (!strncmp(upm2->partIdent.ident, udf_load_logicalvol() 1524 udf_debug("Unknown ident: %s\n", udf_load_logicalvol() 1525 upm2->partIdent.ident); udf_load_logicalvol() 1558 uint16_t ident; udf_load_logicalvolint() local 1564 loc.extLocation, &ident)) && udf_load_logicalvolint() 1565 ident == TAG_IDENT_LVID) { udf_load_logicalvolint() 1603 uint16_t ident; udf_process_sequence() local 1615 bh = udf_read_tagged(sb, block, block, &ident); udf_process_sequence() 1626 switch (ident) { udf_process_sequence() 1777 uint16_t ident; udf_check_anchor_block() local 1785 bh = udf_read_tagged(sb, block, block, &ident); udf_check_anchor_block() 1788 if (ident != TAG_IDENT_AVDP) { udf_check_anchor_block() 2359 uint16_t ident; udf_count_free_bitmap() local 2364 bh = udf_read_ptagged(sb, &loc, 0, &ident); udf_count_free_bitmap() 2369 } 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() 1713 strcpy(eid->ident, UDF_ID_DEVELOPER); udf_update_inode() 1737 strcpy(fe->impIdent.ident, UDF_ID_DEVELOPER); udf_update_inode() 1775 strcpy(efe->impIdent.ident, UDF_ID_DEVELOPER); udf_update_inode()
|
/linux-4.1.27/drivers/char/ |
H A D | i8k.c | 795 .ident = "Dell Inspiron", 802 .ident = "Dell Latitude", 809 .ident = "Dell Inspiron 2", 816 .ident = "Dell Latitude D520", 824 .ident = "Dell Latitude 2", 831 .ident = "Dell Inspiron 3", 838 .ident = "Dell Inspiron 3", 845 .ident = "Dell Precision 490", 854 .ident = "Dell Precision", 861 .ident = "Dell Vostro", 868 .ident = "Dell XPS421", 875 .ident = "Dell Studio", 883 .ident = "Dell XPS 13", 891 .ident = "Dell XPS M140", 909 .ident = "Dell Studio XPS 8100",
|
/linux-4.1.27/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() 1288 u8 mask = (state->ident <= SAA7111A) ? 0xf8 : 0xf0; saa711x_s_routing() 1294 if ((state->ident <= SAA7113 || saa711x_s_routing() 1295 state->ident == GM7113C) && saa711x_s_routing() 1310 if (state->ident <= SAA7111A) { saa711x_s_routing() 1333 if (state->ident == SAA7114 || saa711x_s_routing() 1334 state->ident == SAA7115) { saa711x_s_routing() 1339 if (state->ident > SAA7111A) { saa711x_s_routing() 1352 if (state->ident > SAA7111A) saa711x_s_gpio() 1369 if (!saa711x_has_reg(state->ident, R_87_I_PORT_I_O_ENA_OUT_CLK_AND_GATED)) saa711x_s_stream() 1442 if (state->ident == SAA7115) { saa711x_querystd() 1496 if (state->ident == SAA7115) saa711x_g_input_status() 1527 if (state->ident != SAA7115) { saa711x_log_status() 1638 if (state->ident != GM7113C && saa711x_write_platform_data() 1639 state->ident != SAA7113) saa711x_write_platform_data() 1800 int ident; saa711x_probe() local 1807 ident = saa711x_detect_chip(client, id, name); saa711x_probe() 1808 if (ident == -EINVAL) { saa711x_probe() 1814 if (ident < 0) saa711x_probe() 1815 return ident; saa711x_probe() 1855 state->ident = ident; saa711x_probe() 1864 switch (state->ident) { saa711x_probe() 1882 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.1.27/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 | 942 .ident = "P5W DH Deluxe", ahci_p5wdh_workaround() 1019 .ident = "ASUS M2A-VM", ahci_sb600_enable_64bit() 1044 .ident = "MSI K9A2 Platinum", ahci_sb600_enable_64bit() 1060 .ident = "MSI K9AGM2", ahci_sb600_enable_64bit() 1072 .ident = "ASUS M3A", ahci_sb600_enable_64bit() 1101 match->ident); ahci_sb600_enable_64bit() 1106 dev_warn(&pdev->dev, "%s: enabling 64bit DMA\n", match->ident); ahci_sb600_enable_64bit() 1114 .ident = "HP Compaq nx6310", ahci_broken_system_poweroff() 1123 .ident = "HP Compaq 6720s", ahci_broken_system_poweroff() 1162 .ident = "dv4", ahci_broken_suspend() 1171 .ident = "dv5", ahci_broken_suspend() 1180 .ident = "dv6", ahci_broken_suspend() 1189 .ident = "HDX18", ahci_broken_suspend() 1207 .ident = "G725", ahci_broken_suspend() 1248 .ident = "EP45-DQ6", ahci_broken_online() 1257 .ident = "EP45-DS5", ahci_broken_online() 1303 .ident = "Aspire 3810T", ahci_gtf_filter_workaround() 1321 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.1.27/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.1.27/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.1.27/arch/s390/kernel/ |
H A D | processor.c | 76 n, id->version, id->ident, id->machine); show_cpuinfo()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | macintosh.h | 27 short ident; member in struct:mac_model
|
/linux-4.1.27/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.1.27/include/linux/can/ |
H A D | core.h | 51 void *data, char *ident);
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/x86/kernel/acpi/ |
H A D | boot.c | 1300 d->ident); disable_acpi_irq() 1310 d->ident); disable_acpi_pci() 1319 printk(KERN_NOTICE "%s detected: acpi off\n", d->ident); dmi_disable_acpi() 1335 d->ident); dmi_ignore_irq0_timer_override() 1371 .ident = "IBM Thinkpad", 1383 .ident = "ASUS A7V", 1400 .ident = "IBM Thinkpad 600 Series 2645", 1408 .ident = "IBM Thinkpad 600 Series 2646", 1419 .ident = "ASUS PR-DLS", 1430 .ident = "Acer TravelMate 36x Laptop", 1453 .ident = "HP nx6115 laptop", 1461 .ident = "HP NX6125 laptop", 1469 .ident = "HP NX6325 laptop", 1477 .ident = "HP 6715b laptop", 1485 .ident = "FUJITSU SIEMENS",
|
/linux-4.1.27/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.1.27/drivers/firmware/google/ |
H A D | memconsole.c | 141 .ident = "Google Board",
|
/linux-4.1.27/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.1.27/drivers/video/backlight/ |
H A D | kb3886_bl.c | 83 .ident = "Sahara Touch-iT",
|
/linux-4.1.27/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.1.27/include/net/ |
H A D | ping.h | 67 int ping_get_port(struct sock *sk, unsigned short ident);
|
/linux-4.1.27/kernel/gcov/ |
H A D | gcc_4_7.c | 47 * @ident: unique ident of function 63 unsigned int ident; member in struct:gcov_fn_info 441 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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_acpi.c | 40 .ident = "Asus Transformer Book T100",
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | htcpen.c | 224 .ident = "Shift",
|
/linux-4.1.27/include/net/irda/ |
H A D | irlap_frame.h | 91 __u8 ident; /* Should always be XID_FORMAT */ member in struct:xid_frame
|
/linux-4.1.27/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 | 435 __u16 ident; member in struct:rta_session::__anon13610::__anon13612
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
H A D | gelic_udbg.c | 74 u16 ident; member in struct:iphdr
|
/linux-4.1.27/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.1.27/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.1.27/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() 1170 .ident = clp->cl_proto, nfs4_update_server()
|
/linux-4.1.27/net/sunrpc/ |
H A D | xprt.c | 97 if (t->ident == transport->ident) xprt_register_transport() 1343 if (t->ident == args->ident) { xprt_create_transport() 1349 dprintk("RPC: transport (%d) not supported\n", args->ident); xprt_create_transport()
|
/linux-4.1.27/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 | 62 .ident = "Dell Inspiron 7348",
|
H A D | i2c-nforce2.c | 117 .ident = "DFI Lanparty NF4 Expert",
|
/linux-4.1.27/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()
|
H A D | rtc-cmos.c | 399 .ident = "IBM Truman", 408 .ident = "Gigabyte GA-990XA-UD3", 418 .ident = "Toshiba Satellite L300",
|
/linux-4.1.27/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.1.27/drivers/cpufreq/ |
H A D | powernow-k7.c | 579 d->ident); acer_cpufreq_pst() 596 .ident = "Acer Aspire",
|
/linux-4.1.27/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.1.27/include/linux/sunrpc/ |
H A D | xprt.h | 271 int ident; /* XPRT_TRANSPORT identifier */ member in struct:xprt_create 283 int ident; /* XPRT_TRANSPORT identifier */ member in struct:xprt_class
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 176 .ident = "Apple Macbook 10,1",
|
/linux-4.1.27/drivers/atm/ |
H A D | midway.h | 79 #define MID_TX_IDENT_MISM 0x00000080 /* TX: ident mismatch => halted */
|
/linux-4.1.27/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.1.27/drivers/hwmon/ |
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()
|
H A D | asus_atk0110.c | 30 .ident = "Asus Sabertooth X58", 36 .ident = "Asus M5A78L",
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 695 * <<ident>> 698 * <<ident>>
|
/linux-4.1.27/include/net/bluetooth/ |
H A D | l2cap.h | 215 __u8 ident; member in struct:l2cap_cmd_hdr 510 __u8 ident; member in struct:l2cap_chan
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | diskonchip.c | 402 } ident; doc200x_ident_chip() local 413 ident.dword = readl(docptr + DoC_2k_CDSN_IO); doc200x_ident_chip() 414 if (((ident.byte[0] << 8) | ident.byte[1]) == ret) { doc200x_ident_chip()
|
H A D | nand_bbt.c | 36 * The table is marked in the OOB area with an ident pattern and a version 40 * course): it moves the ident pattern and the version byte into the data area 518 * Read the bad block table by searching for a given ident pattern. Search is 525 * The bbt ident pattern resides in the oob area of the first page in a block.
|
/linux-4.1.27/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.1.27/arch/x86/mm/ |
H A D | pf_in.c | 219 * Define register ident in mod/rm byte.
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | vio.h | 272 u64 ident; member in struct:vio_dring_state
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
H A D | stk-webcam.c | 102 .ident = "ASUS G1", 108 .ident = "ASUS F3JC", 115 .ident = "T12Rg-H",
|
/linux-4.1.27/drivers/char/ipmi/ |
H A D | ipmi_watchdog.c | 693 static struct watchdog_info ident = { variable in typeref:struct:watchdog_info 708 i = copy_to_user(argp, &ident, sizeof(ident)); ipmi_ioctl()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_probe.c | 301 printk("Invalid CFI ident structure.\n"); print_cfi_ident()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 473 u8 task_retry_id; /* task retry ident support */
|
/linux-4.1.27/drivers/scsi/ |
H A D | a100u2w.h | 163 u8 ident; /*22 Identify */ member in struct:orc_scb
|
H A D | ncr53c8xx.h | 1211 ** <<ident>> 1214 ** <<ident>>
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | prism2sta.c | 603 netdev_info(wlandev->netdev, "ident: nic h/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 622 netdev_info(wlandev->netdev, "ident: pri f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 654 "ident: sta f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo() 659 "ident: ap f/w: id=0x%02x %d.%d.%d\n", prism2sta_getcardinfo()
|
/linux-4.1.27/scripts/ |
H A D | checkpatch.pl | 3277 my ($ident, $from, $to) = ($1, $2, $2); 3287 ## print "1: from<$from> to<$to> ident<$ident>\n"; 3292 my $sub_from = $ident; 3293 my $sub_to = $ident; 3302 my ($match, $from, $to, $ident) = ($1, $2, $2, $3); 3314 ## print "2: from<$from> to<$to> ident<$ident>\n"; 3315 if ($from ne $to && $ident !~ /^$Modifier$/) {
|
/linux-4.1.27/include/linux/ |
H A D | arcdevice.h | 251 char *card_name; /* card ident string */
|
H A D | mod_devicetable.h | 470 const char *ident; member in struct:dmi_system_id
|