/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 360 unsigned int tri0, int iaa, unsigned long hints) in gru_vload_phys() argument 368 (unsigned long)tri0, CB_IMA(hints))); in gru_vload_phys() 372 unsigned int tri0, int iaa, unsigned long hints) in gru_vstore_phys() argument 380 (unsigned long)tri0, CB_IMA(hints))); in gru_vstore_phys() 385 unsigned long stride, unsigned long hints) in gru_vload() argument 393 (unsigned long)tri0, CB_IMA(hints))); in gru_vload() 398 unsigned long stride, unsigned long hints) in gru_vstore() argument 406 tri0, CB_IMA(hints))); in gru_vstore() 411 unsigned long nelem, unsigned long hints) in gru_ivload() argument 419 tri0, CB_IMA(hints))); in gru_ivload() [all …]
|
/linux-4.4.14/net/irda/ |
D | discovery.c | 92 if (get_unaligned((__u16 *)node->data.hints) == get_unaligned((__u16 *)new->data.hints)) in irlmp_add_discovery() 282 if ((get_unaligned((__u16 *)discovery->data.hints) & mask) && in irlmp_copy_discoveries() 360 discovery->data.hints[0], in discovery_seq_show() 361 discovery->data.hints[1]); in discovery_seq_show() 363 if ( discovery->data.hints[0] & HINT_PNP) in discovery_seq_show() 365 if ( discovery->data.hints[0] & HINT_PDA) in discovery_seq_show() 367 if ( discovery->data.hints[0] & HINT_COMPUTER) in discovery_seq_show() 369 if ( discovery->data.hints[0] & HINT_PRINTER) in discovery_seq_show() 371 if ( discovery->data.hints[0] & HINT_MODEM) in discovery_seq_show() 373 if ( discovery->data.hints[0] & HINT_FAX) in discovery_seq_show() [all …]
|
D | irlmp.c | 848 data_hintsp = (__u16 *) irlmp->discovery_cmd.data.hints; in irlmp_do_discovery() 849 put_unaligned(irlmp->hints.word, data_hintsp); in irlmp_do_discovery() 1055 get_unaligned((__u16 *)expiries[i].hints) in irlmp_discovery_expiry() 1077 put_unaligned(irlmp->hints.word, (__u16 *)irlmp->discovery_rsp.data.hints); in irlmp_get_discovery_response() 1462 void *irlmp_register_service(__u16 hints) in irlmp_register_service() argument 1466 pr_debug("%s(), hints = %04x\n", __func__, hints); in irlmp_register_service() 1473 service->hints.word = hints; in irlmp_register_service() 1477 irlmp->hints.word |= hints; in irlmp_register_service() 1509 irlmp->hints.word = 0; in irlmp_unregister_service() 1515 irlmp->hints.word |= service->hints.word; in irlmp_unregister_service()
|
D | irlap_frame.c | 383 if (discovery->data.hints[0] & HINT_EXTENSION) { in irlap_send_discovery_xid_frame() 385 info[0] = discovery->data.hints[0]; in irlap_send_discovery_xid_frame() 386 info[1] = discovery->data.hints[1]; in irlap_send_discovery_xid_frame() 389 info[0] = discovery->data.hints[0]; in irlap_send_discovery_xid_frame() 451 discovery->data.hints[0] = discovery_info[0]; in irlap_recv_discovery_xid_rsp() 454 discovery->data.hints[1] = discovery_info[1]; in irlap_recv_discovery_xid_rsp() 458 discovery->data.hints[1] = 0; in irlap_recv_discovery_xid_rsp() 551 discovery->data.hints[0] = discovery_info[0]; in irlap_recv_discovery_xid_cmd() 553 discovery->data.hints[1] = discovery_info[1]; in irlap_recv_discovery_xid_cmd() 557 discovery->data.hints[1] = 0; in irlap_recv_discovery_xid_cmd()
|
D | iriap.c | 101 __u16 hints; in iriap_init() local 123 hints = irlmp_service_to_hint(S_COMPUTER); in iriap_init() 124 service_handle = irlmp_register_service(hints); in iriap_init()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip_network.c | 263 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local 267 memset(&hints, 0, sizeof(hints)); in usbip_net_tcp_connect() 268 hints.ai_family = AF_UNSPEC; in usbip_net_tcp_connect() 269 hints.ai_socktype = SOCK_STREAM; in usbip_net_tcp_connect() 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect()
|
D | usbipd.c | 421 struct addrinfo hints, *ai_head; in do_getaddrinfo() local 424 memset(&hints, 0, sizeof(hints)); in do_getaddrinfo() 425 hints.ai_family = ai_family; in do_getaddrinfo() 426 hints.ai_socktype = SOCK_STREAM; in do_getaddrinfo() 427 hints.ai_flags = AI_PASSIVE; in do_getaddrinfo() 429 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); in do_getaddrinfo()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_sysfs.c | 272 for (i = 0; i < codec->hints.used; i++) { in hints_show() 273 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in hints_show() 285 for (i = 0; i < codec->hints.used; i++) { in get_hint() 286 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in get_hint() 342 if (codec->hints.used >= MAX_HINTS) in parse_hints() 345 hint = snd_array_new(&codec->hints); in parse_hints() 407 static DEVICE_ATTR_RW(hints); 778 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32); in snd_hda_sysfs_init() 791 for (i = 0; i < codec->hints.used; i++) { in snd_hda_sysfs_clear() 792 struct hda_hint *hint = snd_array_elem(&codec->hints, i); in snd_hda_sysfs_clear() [all …]
|
D | hda_codec.h | 226 struct snd_array hints; /* additional hints */ member
|
/linux-4.4.14/include/net/irda/ |
D | irlmp.h | 82 __u16_host_order hints; /* Hint bits */ member 191 __u16_host_order hints; /* Hint bits */ member 201 void *irlmp_register_service(__u16 hints);
|
D | af_irda.h | 59 __u16_host_order hints; /* Hint bits */ member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | mshyperv.c | 162 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 165 ms_hyperv.features, ms_hyperv.hints); in ms_hyperv_init_platform()
|
/linux-4.4.14/Documentation/parisc/ |
D | 00-INDEX | 4 - some debugging hints for real-mode code
|
D | debugging | 1 okay, here are some hints for debugging the lower-level parts of
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_irda.c | 57 __u16 hints) in irnet_post_event() argument 81 irnet_events.log[index].hints.word = hints; in irnet_post_event() 944 __u16 hints; in irnet_setup_server() local 964 hints = irlmp_service_to_hint(S_LAN); in irnet_setup_server() 968 irnet_server.skey = irlmp_register_service(hints); in irnet_setup_server() 979 irlmp_update_client(irnet_server.s.ckey, hints, in irnet_setup_server() 1676 get_unaligned((__u16 *)discovery->hints)); in irnet_discovery_indication() 1707 get_unaligned((__u16 *)expiry->hints)); in irnet_expiry_indication()
|
D | irnet_ppp.c | 244 ap->discoveries[ap->disco_index].hints[0], in irnet_read_discovery_log() 245 ap->discoveries[ap->disco_index].hints[1]); in irnet_read_discovery_log() 344 irnet_events.log[ap->event_index].hints.byte[0], in irnet_ctrl_read() 345 irnet_events.log[ap->event_index].hints.byte[1]); in irnet_ctrl_read() 353 irnet_events.log[ap->event_index].hints.byte[0], in irnet_ctrl_read() 354 irnet_events.log[ap->event_index].hints.byte[1]); in irnet_ctrl_read()
|
D | irnet.h | 491 __u16_host_order hints; /* Discovery hint bits */ member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mshyperv.h | 11 u32 hints; member
|
/linux-4.4.14/net/wireless/ |
D | Kconfig | 99 bool "cfg80211 regulatory support for cellular base station hints" 102 This option enables support for parsing regulatory hints 104 claims support for parsing cellular base station hints the 105 regulatory core will allow and parse these regulatory hints. 106 The regulatory core will only apply these regulatory hints on
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty_attach.c | 207 __u16 hints; in ircomm_tty_ias_register() local 213 hints = irlmp_service_to_hint(S_COMM); in ircomm_tty_ias_register() 215 hints |= irlmp_service_to_hint(S_PRINTER); in ircomm_tty_ias_register() 219 self->skey = irlmp_register_service(hints); in ircomm_tty_ias_register() 222 self->ckey = irlmp_register_client(hints, in ircomm_tty_ias_register()
|
/linux-4.4.14/Documentation/scheduler/ |
D | 00-INDEX | 4 - CPU Scheduler implementation hints for architecture specific code.
|
D | sched-arch.txt | 1 CPU Scheduler implementation hints for architecture specific code
|
/linux-4.4.14/arch/ia64/kernel/ |
D | palinfo.c | 424 pal_hints_u_t hints; in register_info() local 441 if (ia64_pal_rse_info(&phys_stacked, &hints) == 0) in register_info() 445 phys_stacked, hints.ph_data, in register_info() 446 hints.ph_data < RSE_HINTS_COUNT ? rse_hints[hints.ph_data]: "(??)"); in register_info()
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 1369 struct addrinfo hints, *info ; in kvp_get_domain_name() local 1373 memset(&hints, 0, sizeof(hints)); in kvp_get_domain_name() 1374 hints.ai_family = AF_INET; /*Get only ipv4 addrinfo. */ in kvp_get_domain_name() 1375 hints.ai_socktype = SOCK_STREAM; in kvp_get_domain_name() 1376 hints.ai_flags = AI_CANONNAME; in kvp_get_domain_name() 1378 error = getaddrinfo(buffer, NULL, &hints, &info); in kvp_get_domain_name()
|
/linux-4.4.14/Documentation/s390/ |
D | 00-INDEX | 16 - hints for debugging on s390 systems.
|
D | Debugging390.txt | 1749 hints 2114 & it may be wise to predefine the keys as described in the VM hints above
|
/linux-4.4.14/drivers/ata/ |
D | libata.h | 192 unsigned hints); 206 enum ata_lpm_policy policy, unsigned hints) in sata_pmp_set_lpm() argument
|
D | libata-eh.c | 3431 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_set_lpm() local 3456 hints &= ~ATA_LPM_EMPTY; in ata_eh_set_lpm() 3458 hints &= ~ATA_LPM_HIPM; in ata_eh_set_lpm() 3475 rc = ap->ops->set_lpm(link, policy, hints); in ata_eh_set_lpm() 3477 rc = ap->ops->set_lpm(ap->slave_link, policy, hints); in ata_eh_set_lpm() 3479 rc = sata_pmp_set_lpm(link, policy, hints); in ata_eh_set_lpm()
|
D | libata-pmp.c | 205 unsigned hints) in sata_pmp_set_lpm() argument
|
D | libahci.c | 60 unsigned hints); 684 unsigned int hints) in ahci_set_lpm() argument 706 if (policy == ATA_LPM_MAX_POWER || !(hints & ATA_LPM_HIPM)) { in ahci_set_lpm()
|
D | ata_piix.c | 828 unsigned hints) in piix_sidpr_set_lpm() argument
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_common.c | 119 __u16 hints; in irlan_init() local 131 hints = irlmp_service_to_hint(S_LAN); in irlan_init() 134 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication, in irlan_init() 140 skey = irlmp_register_service(hints); in irlan_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | irda.h | 136 __u8 hints[2]; /* Hint bits */ member
|
/linux-4.4.14/Documentation/hwmon/ |
D | userspace-tools | 23 General hints to get things working:
|
D | sysfs-interface | 167 Should only be created if the driver has hints about what 233 Should only be created if the driver has hints about what 387 Should only be created if the driver has hints about what
|
D | f71805f | 86 These values can be used as hints at best, as motherboard manufacturers
|
D | abituguru-datasheet | 4 First of all, what I know about uGuru is no fact based on any help, hints or
|
/linux-4.4.14/Documentation/isdn/ |
D | README.pcbit | 34 Information/hints/help can be obtained in the linux isdn
|
D | CREDITS | 6 Tester, lots of bugfixes and hints.
|
D | README.gigaset | 387 mentioned in 3.3.). We'd like to add scripts, hints, documentation
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | Kconfig | 37 bool "Atheros dynamic user regulatory hints"
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis96x | 60 - design hints and bug fixes
|
/linux-4.4.14/Documentation/ia64/ |
D | IRQ-redir.txt | 43 fixed SAPIC mode with hint). The XTP chipset registers are used as hints
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 8 This document give some hints on how to use this driver with GPRS and 3G
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 9 has a few hints how you can help to pin down the problem.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 50 which are dirty, and extra hints for use by the policy object. 138 Per-block policy hints 151 Policy hints affect performance, not correctness.
|
D | cache-policies.txt | 90 mq policy's hints to be dropped. Also, performance of the cache may
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 1492 pal_hints_u_t *hints) in ia64_pal_rse_info() argument 1498 if (hints) in ia64_pal_rse_info() 1499 hints->ph_data = iprv.v1; in ia64_pal_rse_info()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 77 Though the per CPU existence hints at a more fine grained control, the
|
D | cpu-drivers.txt | 38 add cpufreq support for this CPU / chipset? Great. Here are some hints
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | dev-kmsg | 94 '+'. Note, that these hints about continuation lines are not
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 56 Some email client (MUA) hints 58 Here are some specific MUA configuration hints for editing and sending
|
D | BUG-HUNTING | 150 out. But below are some hints on how to use the tools.
|
D | HOWTO | 22 and hints on how to work with the community. It will also try to
|
D | SubmittingPatches | 356 See Documentation/email-clients.txt for hints about configuring
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 558 unsigned long hints) in ccio_io_pdir_entry() argument 574 asm volatile("depw %1,31,12,%0" : "+r" (pa) : "r" (hints)); in ccio_io_pdir_entry()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 106 hints, send them to me, Jim Bray, jb@as220.org, http://as220.org/jb.
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 10 It has many tips and hints! Please see, especially, recommended
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 383 hints:: 407 specified codec, and clear all init verbs and hints. 422 them can be adjusted dynamically via "hints" strings as mentioned in 429 The generic parser supports the following hints: 526 sysfs entries, and the lines after `[hint]` are parsed as `hints`
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-features.txt | 68 Part III: Implementation hints
|
D | timestamping.txt | 357 rx_filter are hints to the driver what it is expected to do. If
|
D | z8530drv.txt | 610 make config) solves the problems. For more hints read the (pseudo) FAQ
|
D | can.txt | 1265 Thomas Gleixner (LKML reviews, coding style, posting hints)
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 264 Called by HID core to give PM hints to transport drivers. Usually this is 265 analogical to the ->open() and ->close() hints and redundant.
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 27 - close: Same hints as for open apply.
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 50 described in detail. After that, some implementation hints for extending bus
|
/linux-4.4.14/include/acpi/ |
D | actbl2.h | 705 u8 hints; member
|
/linux-4.4.14/include/linux/ |
D | libata.h | 937 unsigned hints);
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 239 Documentation/email-clients.txt has some helpful hints on making
|
D | 2.Process | 396 There are a few hints which can help with linux-kernel survival:
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 345 Kconfig hints
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 546 7. Miscellaneous hints
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 646 hints/setup. Currently soft limit based reclaim is set up such that
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 602 complicated, but I can give you some hints:
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 1598 This section gives brief hints as to desirable features for the Coda
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1535 give you some hints here ["man dmesg"].) Everyone needs either a
|