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

/linux-4.4.14/net/bluetooth/
H A Dhci_request.c179 * pend_le_reports then remove it from the whitelist. update_white_list()
289 * So instead of using filter polices 0x00 (no whitelist) hci_req_add_le_passive_scan()
290 * and 0x01 (whitelist enabled) use the new filter policies hci_req_add_le_passive_scan()
291 * 0x02 (no whitelist) and 0x03 (whitelist enabled). hci_req_add_le_passive_scan()
429 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.c1851 * bit correctly set. Also update page scan based on whitelist set_discoverable_complete()
2201 /* If we don't have any whitelist entries just set_connectable()
2207 if (list_empty(&hdev->whitelist)) set_connectable()
6207 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, add_device()
6329 err = hci_bdaddr_list_del(&hdev->whitelist, remove_device()
6394 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { remove_device()
H A Dhci_conn.c944 BT_ERR("Failed to add device to auto conn whitelist: status 0x%2.2x", hci_connect_le_scan_complete()
H A Dhci_core.c3280 INIT_LIST_HEAD(&hdev->whitelist); hci_alloc_dev()
3479 hci_bdaddr_list_clear(&hdev->whitelist); hci_unregister_dev()
H A Dhci_event.c2246 /* Require HCI_CONNECTABLE or a whitelist entry to accept the hci_conn_request_evt()
2252 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, hci_conn_request_evt()
/linux-4.4.14/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.
616 /* ZLP conformance whitelist: All Ericsson MBIM devices */
/linux-4.4.14/drivers/gpu/drm/i915/
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
401 * An individual whitelist entry granting access to register addr. If
1038 * allowed mask/value pair given in the whitelist entry. check_cmd()
H A Dintel_uncore.c1273 } whitelist[] = { variable in typeref:struct:register_whitelist
1282 struct register_whitelist const *entry = whitelist; i915_reg_read_ioctl()
1287 for (i = 0; i < ARRAY_SIZE(whitelist); i++, entry++) { i915_reg_read_ioctl()
1293 if (i == ARRAY_SIZE(whitelist)) i915_reg_read_ioctl()
H A Di915_drv.h2352 * register whitelist for the appropriate ring
2388 * against the ring's register whitelist. Only valid if flags has the
/linux-4.4.14/drivers/ide/
H A Dide-iops.c192 * Look for a drive in the blacklist and the whitelist tables
/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq_ondemand.c54 * Because of this, whitelist specific known (series) of CPUs by default, and
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore_snb.c309 * check event is known (whitelist, determines counter) snb_uncore_imc_event_init()
/linux-4.4.14/drivers/char/agp/
H A Damd-k7-agp.c448 to blacklist them all, and then whitelist them as needed agp_amdk7_probe()
/linux-4.4.14/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.4.14/scripts/mod/
H A Dmodpost.c1253 * fail the whitelist tests and cause lots of false alarms ... fixable
1370 * Check whitelist before warning - it may be a false positive.
1535 /* check whitelist - we may ignore it */ default_mismatch_handler()
/linux-4.4.14/security/
H A Ddevice_cgroup.c286 * This way, the file remains as a "whitelist of devices" devcgroup_seq_show()
/linux-4.4.14/drivers/firmware/efi/
H A Dvars.c176 * whitelist for what we think is safe not to default to immutable.
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h350 struct list_head whitelist; member in struct:hci_dev
/linux-4.4.14/drivers/platform/x86/
H A Ddell-laptop.c841 * So we whitelist certain series, and don't support rfkill on others. dell_setup_rfkill()
/linux-4.4.14/net/netlink/
H A Daf_netlink.c202 * whitelist socket protocols that may pass. netlink_filter_tap()
/linux-4.4.14/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 795 milliseconds