Searched refs:whitelist (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/net/bluetooth/
H A Dhci_request.c281 * 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 Dhci_debugfs.c148 list_for_each_entry(b, &hdev->whitelist, list) device_list_show()
H A Dmgmt.c1745 * 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 Dhci_core.c3052 INIT_LIST_HEAD(&hdev->whitelist); hci_alloc_dev()
3250 hci_bdaddr_list_clear(&hdev->whitelist); hci_unregister_dev()
H A Dhci_event.c2335 /* 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 Dcdc_mbim.c568 * 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 Dintel_uncore.c1217 } 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 Di915_cmd_parser.c58 * provides a whitelist of registers which userspace may safely access (for both
84 * mentioned above: rejected, master-only, register whitelist. The parser
H A Di915_drv.h2193 * 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 Dide-iops.c192 * Look for a drive in the blacklist and the whitelist tables
/linux-4.1.27/drivers/cpufreq/
H A Dcpufreq_ondemand.c54 * Because of this, whitelist specific known (series) of CPUs by default, and
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore_snb.c289 * check event is known (whitelist, determines counter) snb_uncore_imc_event_init()
/linux-4.1.27/drivers/char/agp/
H A Damd-k7-agp.c448 to blacklist them all, and then whitelist them as needed agp_amdk7_probe()
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1173 } whitelist[] = { pmac_i2c_devscan() local
1206 for (p = whitelist; p->name != NULL; p++) { pmac_i2c_devscan()
/linux-4.1.27/scripts/mod/
H A Dmodpost.c1249 * 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 Ddevice_cgroup.c286 * This way, the file remains as a "whitelist of devices" devcgroup_seq_show()
/linux-4.1.27/drivers/firmware/efi/
H A Dvars.c176 * whitelist for what we think is safe not to default to immutable.
/linux-4.1.27/include/net/bluetooth/
H A Dhci_core.h344 struct list_head whitelist; member in struct:hci_dev
/linux-4.1.27/drivers/platform/x86/
H A Ddell-laptop.c651 * So we whitelist certain series, and don't support rfkill on others. dell_setup_rfkill()
/linux-4.1.27/net/netlink/
H A Daf_netlink.c200 * whitelist socket protocols that may pass. netlink_filter_tap()
/linux-4.1.27/sound/pci/
H A Des1968.c2747 /* disable power-management if not on the whitelist */ snd_es1968_create()
H A Dintel8x0.c93 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = whitelist + auto-detect, 1 = force autodetect).");

Completed in 1181 milliseconds