Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/include/linux/
Dmod_devicetable.h464 unsigned char exact_match:1; member
483 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
/linux-4.1.27/fs/
Dchar_dev.c430 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function
460 exact_match, exact_lock, p); in cdev_add()
/linux-4.1.27/drivers/hwmon/
Dadm1031.c302 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local
314 exact_match = i; in get_fan_auto_nearest()
326 if (exact_match >= 0) in get_fan_auto_nearest()
327 return exact_match; in get_fan_auto_nearest()
/linux-4.1.27/drivers/firmware/
Ddmi_scan.c665 if (!dmi->matches[i].exact_match && in dmi_matches()
668 else if (dmi->matches[i].exact_match && in dmi_matches()
/linux-4.1.27/lib/
Ddma-debug.c276 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() function
351 return __hash_bucket_find(bucket, ref, exact_match); in bucket_find_exact()
1310 if (!exact_match(&ref, entry)) in debug_dma_mapping_error()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c3268 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3379 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3397 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3400 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3404 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3491 return o->registry.exact_match.num_macs_set; in bnx2x_mcast_get_registry_size_exact()
3502 o->registry.exact_match.num_macs_set = n; in bnx2x_mcast_set_registry_size_exact()
3645 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
Dbnx2x_sp.h558 } exact_match; member
/linux-4.1.27/drivers/ide/
Dide-probe.c904 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function
923 disk->minors, NULL, exact_match, exact_lock, disk); in ide_register_region()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h553 __u8 exact_match:1; member
555 __u8 exact_match:1; member
/linux-4.1.27/block/
Dgenhd.c491 static struct kobject *exact_match(dev_t devt, int *partno, void *data) in exact_match() function
617 exact_match, exact_lock, disk); in add_disk()
/linux-4.1.27/net/ipv6/
Dudp.c255 goto exact_match; in udp6_lib_lookup2()
272 exact_match: in udp6_lib_lookup2()