Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 32) sorted by relevance

12

/drivers/net/wireless/brcm80211/brcmfmac/
Dflowring.c55 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/
Drequest.c454 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 …]
Dbset.c872 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 …]
Dutil.h510 #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); \
Dbset.h333 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()
Dbcache.h218 struct search;
288 int (*cache_miss)(struct btree *, struct search *,
514 mempool_t *search; member
Dalloc.c535 const struct bkey *search, in pick_data_bucket() argument
542 if (!bkey_cmp(&ret->key, search)) in pick_data_bucket()
Dsuper.c1388 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/
Dof_regulator.c200 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/
DKconfig24 either due to automatic or requested search.
25 2. Userspace commands. Includes read/write and search/alarm search commands.
Dw1_io.c383 if (dev->bus_master->search) in w1_search_devices()
384 dev->bus_master->search(dev->bus_master->data, dev, in w1_search_devices()
Dw1.h174 void (*search)(void *, struct w1_master *, member
Dw1.c547 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
/drivers/firmware/google/
DKconfig27 This option enables the kernel to search for a firmware log in
/drivers/pci/
DMakefile6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
/drivers/scsi/aic7xxx/
DKconfig.aic79xx74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
DKconfig.aic7xxx79 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
/drivers/media/dvb-core/
Ddvb_frontend.h313 enum dvbfe_search (*search)(struct dvb_frontend *fe); member
/drivers/w1/masters/
Dds1wm.c450 .search = ds1wm_search,
Domap_hdq.c94 .search = omap_w1_search_bus,
Dds2490.c973 dev->master.search = &ds9490r_search; in ds_w1_init()
/drivers/media/dvb-frontends/
Ddib9000.c1475 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()
Dhd29l2.c852 .search = hd29l2_search,
Dcxd2820r_core.c690 .search = cxd2820r_search,
/drivers/hid/
Dhid-core.c1102 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()

12