Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 76 of 76) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-gru/
Dgru_instructions.h360 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/
Ddiscovery.c92 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 …]
Dirlmp.c848 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()
Dirlap_frame.c383 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()
Diriap.c101 __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/
Dusbip_network.c263 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()
Dusbipd.c421 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/
Dhda_sysfs.c272 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 …]
Dhda_codec.h226 struct snd_array hints; /* additional hints */ member
/linux-4.4.14/include/net/irda/
Dirlmp.h82 __u16_host_order hints; /* Hint bits */ member
191 __u16_host_order hints; /* Hint bits */ member
201 void *irlmp_register_service(__u16 hints);
Daf_irda.h59 __u16_host_order hints; /* Hint bits */ member
/linux-4.4.14/arch/x86/kernel/cpu/
Dmshyperv.c162 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/
D00-INDEX4 - some debugging hints for real-mode code
Ddebugging1 okay, here are some hints for debugging the lower-level parts of
/linux-4.4.14/net/irda/irnet/
Dirnet_irda.c57 __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()
Dirnet_ppp.c244 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()
Dirnet.h491 __u16_host_order hints; /* Discovery hint bits */ member
/linux-4.4.14/arch/x86/include/asm/
Dmshyperv.h11 u32 hints; member
/linux-4.4.14/net/wireless/
DKconfig99 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/
Dircomm_tty_attach.c207 __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/
D00-INDEX4 - CPU Scheduler implementation hints for architecture specific code.
Dsched-arch.txt1 CPU Scheduler implementation hints for architecture specific code
/linux-4.4.14/arch/ia64/kernel/
Dpalinfo.c424 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/
Dhv_kvp_daemon.c1369 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/
D00-INDEX16 - hints for debugging on s390 systems.
DDebugging390.txt1749 hints
2114 & it may be wise to predefine the keys as described in the VM hints above
/linux-4.4.14/drivers/ata/
Dlibata.h192 unsigned hints);
206 enum ata_lpm_policy policy, unsigned hints) in sata_pmp_set_lpm() argument
Dlibata-eh.c3431 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()
Dlibata-pmp.c205 unsigned hints) in sata_pmp_set_lpm() argument
Dlibahci.c60 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()
Data_piix.c828 unsigned hints) in piix_sidpr_set_lpm() argument
/linux-4.4.14/net/irda/irlan/
Dirlan_common.c119 __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/
Dirda.h136 __u8 hints[2]; /* Hint bits */ member
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools23 General hints to get things working:
Dsysfs-interface167 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
Df71805f86 These values can be used as hints at best, as motherboard manufacturers
Dabituguru-datasheet4 First of all, what I know about uGuru is no fact based on any help, hints or
/linux-4.4.14/Documentation/isdn/
DREADME.pcbit34 Information/hints/help can be obtained in the linux isdn
DCREDITS6 Tester, lots of bugfixes and hints.
DREADME.gigaset387 mentioned in 3.3.). We'd like to add scripts, hints, documentation
/linux-4.4.14/drivers/net/wireless/ath/
DKconfig37 bool "Atheros dynamic user regulatory hints"
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis96x60 - design hints and bug fixes
/linux-4.4.14/Documentation/ia64/
DIRQ-redir.txt43 fixed SAPIC mode with hint). The XTP chipset registers are used as hints
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt8 This document give some hints on how to use this driver with GPRS and 3G
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze9 has a few hints how you can help to pin down the problem.
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt50 which are dirty, and extra hints for use by the policy object.
138 Per-block policy hints
151 Policy hints affect performance, not correctness.
Dcache-policies.txt90 mq policy's hints to be dropped. Also, performance of the cache may
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h1492 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/
Dboost.txt77 Though the per CPU existence hints at a more fine grained control, the
Dcpu-drivers.txt38 add cpufreq support for this CPU / chipset? Great. Here are some hints
/linux-4.4.14/Documentation/ABI/testing/
Ddev-kmsg94 '+'. Note, that these hints about continuation lines are not
/linux-4.4.14/Documentation/
Demail-clients.txt56 Some email client (MUA) hints
58 Here are some specific MUA configuration hints for editing and sending
DBUG-HUNTING150 out. But below are some hints on how to use the tools.
DHOWTO22 and hints on how to work with the community. It will also try to
DSubmittingPatches356 See Documentation/email-clients.txt for hints about configuring
/linux-4.4.14/drivers/parisc/
Dccio-dma.c558 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/
DREADME.modules106 hints, send them to me, Jim Bray, jb@as220.org, http://as220.org/jb.
/linux-4.4.14/Documentation/aoe/
Daoe.txt10 It has many tips and hints! Please see, especially, recommended
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt383 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/
Dnetdev-features.txt68 Part III: Implementation hints
Dtimestamping.txt357 rx_filter are hints to the driver what it is expected to do. If
Dz8530drv.txt610 make config) solves the problems. For more hints read the (pseudo) FAQ
Dcan.txt1265 Thomas Gleixner (LKML reviews, coding style, posting hints)
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt264 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/
Dconvert_drivers_to_kernel_api.txt27 - close: Same hints as for open apply.
/linux-4.4.14/Documentation/i2c/
Dslave-interface50 described in detail. After that, some implementation hints for extending bus
/linux-4.4.14/include/acpi/
Dactbl2.h705 u8 hints; member
/linux-4.4.14/include/linux/
Dlibata.h937 unsigned hints);
/linux-4.4.14/Documentation/development-process/
D5.Posting239 Documentation/email-clients.txt has some helpful hints on making
D2.Process396 There are a few hints which can help with linux-kernel survival:
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt345 Kconfig hints
/linux-4.4.14/Documentation/PCI/
Dpci.txt546 7. Miscellaneous hints
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt646 hints/setup. Currently soft limit based reclaim is set up such that
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt602 complicated, but I can give you some hints:
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt1598 This section gives brief hints as to desirable features for the Coda
/linux-4.4.14/arch/x86/
DKconfig1535 give you some hints here ["man dmesg"].) Everyone needs either a