/drivers/net/wireless/brcm80211/brcmfmac/ |
D | flowring.c | 55 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local 57 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac() 59 while (search) { in brcmf_flowring_is_tdls_mac() 60 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac() 62 search = search->next; in brcmf_flowring_is_tdls_mac() 382 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local 391 search = flow->tdls_entry; in brcmf_flowring_detach() 392 while (search) { in brcmf_flowring_detach() 393 remove = search; in brcmf_flowring_detach() 394 search = search->next; in brcmf_flowring_detach() [all …]
|
/drivers/md/bcache/ |
D | request.c | 454 struct search { struct 479 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument 505 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 570 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup() 592 struct search *s = container_of(cl, struct search, cl); in request_endio() 602 static void bio_complete(struct search *s) in bio_complete() 619 static void do_bio_hook(struct search *s, struct bio *orig_bio) in do_bio_hook() 633 struct search *s = container_of(cl, struct search, cl); in search_free() 640 mempool_free(s, s->d->c->search); in search_free() 643 static inline struct search *search_alloc(struct bio *bio, in search_alloc() [all …]
|
D | bset.c | 872 const struct bkey *search) in bset_search_write_set() argument 879 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set() 892 const struct bkey *search) in bset_search_tree() argument 918 bfloat_mantissa(search, f))) >> 31); in bset_search_tree() 920 n = (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree() 953 const struct bkey *search) in __bch_bset_search() argument 983 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search() 986 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search() 989 i = bset_search_tree(t, search); in __bch_bset_search() 994 i = bset_search_write_set(t, search); in __bch_bset_search() [all …]
|
D | util.h | 510 #define RB_SEARCH(root, search, member, cmp) \ argument 513 typeof(&(search)) this, ret = NULL; \ 517 this = container_of(n, typeof(search), member); \ 518 res = cmp(&(search), this); \ 530 #define RB_GREATER(root, search, member, cmp) \ argument 533 typeof(&(search)) this, ret = NULL; \ 537 this = container_of(n, typeof(search), member); \ 538 res = cmp(&(search), this); \
|
D | bset.h | 333 const struct bkey *search) in bch_bset_search() argument 335 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
|
D | bcache.h | 218 struct search; 288 int (*cache_miss)(struct btree *, struct search *, 514 mempool_t *search; member
|
D | alloc.c | 535 const struct bkey *search, in pick_data_bucket() argument 542 if (!bkey_cmp(&ret->key, search)) in pick_data_bucket()
|
D | super.c | 1388 if (c->search) in cache_set_free() 1389 mempool_destroy(c->search); in cache_set_free() 1541 c->search = mempool_create_slab_pool(32, bch_search_cache); in bch_cache_set_alloc() 1542 if (!c->search) in bch_cache_set_alloc()
|
/drivers/regulator/ |
D | of_regulator.c | 200 struct device_node *search, *child; in regulator_of_get_init_data() local 208 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_data() 211 search = dev->of_node; in regulator_of_get_init_data() 213 if (!search) { in regulator_of_get_init_data() 219 for_each_child_of_node(search, child) { in regulator_of_get_init_data() 240 of_node_put(search); in regulator_of_get_init_data()
|
/drivers/w1/ |
D | Kconfig | 24 either due to automatic or requested search. 25 2. Userspace commands. Includes read/write and search/alarm search commands.
|
D | w1_io.c | 383 if (dev->bus_master->search) in w1_search_devices() 384 dev->bus_master->search(dev->bus_master->data, dev, in w1_search_devices()
|
D | w1.h | 174 void (*search)(void *, struct w1_master *, member
|
D | w1.c | 547 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
|
/drivers/firmware/google/ |
D | Kconfig | 27 This option enables the kernel to search for a firmware log in
|
/drivers/pci/ |
D | Makefile | 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
|
D | Kconfig.aic7xxx | 79 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
|
/drivers/media/dvb-core/ |
D | dvb_frontend.h | 313 enum dvbfe_search (*search)(struct dvb_frontend *fe); member
|
/drivers/w1/masters/ |
D | ds1wm.c | 450 .search = ds1wm_search,
|
D | omap_hdq.c | 94 .search = omap_w1_search_bus,
|
D | ds2490.c | 973 dev->master.search = &ds9490r_search; in ds_w1_init()
|
/drivers/media/dvb-frontends/ |
D | dib9000.c | 1475 int ret = 10, search = state->channel_status.status == CHANNEL_STATUS_PARAMETERS_UNKNOWN; in dib9000_fw_tune() local 1486 if (search) in dib9000_fw_tune() 1495 if (search) in dib9000_fw_tune() 1504 if (search) in dib9000_fw_tune()
|
D | hd29l2.c | 852 .search = hd29l2_search,
|
D | cxd2820r_core.c | 690 .search = cxd2820r_search,
|
/drivers/hid/ |
D | hid-core.c | 1102 static int search(__s32 *array, __s32 value, unsigned n) in search() function 1231 && search(value, field->value[n], count)) in hid_input_field() 1237 && search(field->value, value[n], count)) in hid_input_field()
|