/linux-4.1.27/net/bluetooth/ |
H A D | hci_request.c | 281 * So instead of using filter polices 0x00 (no whitelist) hci_req_add_le_passive_scan() 282 * and 0x01 (whitelist enabled) use the new filter policies hci_req_add_le_passive_scan() 283 * 0x02 (no whitelist) and 0x03 (whitelist enabled). hci_req_add_le_passive_scan() 421 list_for_each_entry(b, &hdev->whitelist, list) { disconnected_whitelist_entries()
|
H A D | hci_debugfs.c | 148 list_for_each_entry(b, &hdev->whitelist, list) device_list_show()
|
H A D | mgmt.c | 1745 * bit correctly set. Also update page scan based on whitelist set_discoverable_complete() 2095 /* If we don't have any whitelist entries just set_connectable() 2101 if (list_empty(&hdev->whitelist)) set_connectable() 6059 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, add_device() 6173 err = hci_bdaddr_list_del(&hdev->whitelist, remove_device() 6228 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { remove_device()
|
H A D | hci_core.c | 3052 INIT_LIST_HEAD(&hdev->whitelist); hci_alloc_dev() 3250 hci_bdaddr_list_clear(&hdev->whitelist); hci_unregister_dev()
|
H A D | hci_event.c | 2335 /* Require HCI_CONNECTABLE or a whitelist entry to accept the hci_conn_request_evt() 2341 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, hci_conn_request_evt()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | cdc_mbim.c | 568 * ZLPs. A whitelist is added in an attempt to avoid this for devices 573 * NCM subclass entry is also in the ZLP whitelist. 596 /* ZLP conformance whitelist: All Ericsson MBIM devices */
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 1217 } whitelist[] = { variable in typeref:struct:register_whitelist 1226 struct register_whitelist const *entry = whitelist; i915_reg_read_ioctl() 1231 for (i = 0; i < ARRAY_SIZE(whitelist); i++, entry++) { i915_reg_read_ioctl() 1237 if (i == ARRAY_SIZE(whitelist)) i915_reg_read_ioctl()
|
H A D | i915_cmd_parser.c | 58 * provides a whitelist of registers which userspace may safely access (for both 84 * mentioned above: rejected, master-only, register whitelist. The parser
|
H A D | i915_drv.h | 2193 * register whitelist for the appropriate ring 2229 * against the ring's register whitelist. Only valid if flags has the
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-iops.c | 192 * Look for a drive in the blacklist and the whitelist tables
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | cpufreq_ondemand.c | 54 * Because of this, whitelist specific known (series) of CPUs by default, and
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_uncore_snb.c | 289 * check event is known (whitelist, determines counter) snb_uncore_imc_event_init()
|
/linux-4.1.27/drivers/char/agp/ |
H A D | amd-k7-agp.c | 448 to blacklist them all, and then whitelist them as needed agp_amdk7_probe()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 1173 } whitelist[] = { pmac_i2c_devscan() local 1206 for (p = whitelist; p->name != NULL; p++) { pmac_i2c_devscan()
|
/linux-4.1.27/scripts/mod/ |
H A D | modpost.c | 1249 * fail the whitelist tests and cause lots of false alarms ... fixable 1366 * Check whitelist before warning - it may be a false positive. 1531 /* check whitelist - we may ignore it */ default_mismatch_handler()
|
/linux-4.1.27/security/ |
H A D | device_cgroup.c | 286 * This way, the file remains as a "whitelist of devices" devcgroup_seq_show()
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | vars.c | 176 * whitelist for what we think is safe not to default to immutable.
|
/linux-4.1.27/include/net/bluetooth/ |
H A D | hci_core.h | 344 struct list_head whitelist; member in struct:hci_dev
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | dell-laptop.c | 651 * So we whitelist certain series, and don't support rfkill on others. dell_setup_rfkill()
|
/linux-4.1.27/net/netlink/ |
H A D | af_netlink.c | 200 * whitelist socket protocols that may pass. netlink_filter_tap()
|
/linux-4.1.27/sound/pci/ |
H A D | es1968.c | 2747 /* disable power-management if not on the whitelist */ snd_es1968_create()
|
H A D | intel8x0.c | 93 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = whitelist + auto-detect, 1 = force autodetect).");
|