Searched refs:exact_match (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mod_devicetable.h | 464 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/ |
D | char_dev.c | 430 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/ |
D | adm1031.c | 302 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/ |
D | dmi_scan.c | 665 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/ |
D | dma-debug.c | 276 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/ |
D | bnx2x_sp.c | 3268 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()
|
D | bnx2x_sp.h | 558 } exact_match; member
|
/linux-4.1.27/drivers/ide/ |
D | ide-probe.c | 904 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/ |
D | t3_cpl.h | 553 __u8 exact_match:1; member 555 __u8 exact_match:1; member
|
/linux-4.1.27/block/ |
D | genhd.c | 491 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/ |
D | udp.c | 255 goto exact_match; in udp6_lib_lookup2() 272 exact_match: in udp6_lib_lookup2()
|