Home
last modified time | relevance | path

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

12

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dflowring.c45 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local
47 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac()
49 while (search) { in brcmf_flowring_is_tdls_mac()
50 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac()
52 search = search->next; in brcmf_flowring_is_tdls_mac()
388 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local
397 search = flow->tdls_entry; in brcmf_flowring_detach()
398 while (search) { in brcmf_flowring_detach()
399 remove = search; in brcmf_flowring_detach()
400 search = search->next; in brcmf_flowring_detach()
[all …]
/drivers/md/bcache/
Drequest.c463 struct search { struct
489 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() argument
515 struct search *s = container_of(op, struct search, op); in cache_lookup_fn()
580 struct search *s = container_of(cl, struct search, iop.cl); in cache_lookup()
626 struct search *s = container_of(cl, struct search, cl); in request_endio()
642 struct search *s = container_of(cl, struct search, cl); in backing_request_endio()
669 static void bio_complete(struct search *s) in bio_complete()
682 static void do_bio_hook(struct search *s, in do_bio_hook()
704 struct search *s = container_of(cl, struct search, cl); in search_free()
713 mempool_free(s, &s->iop.c->search); in search_free()
[all …]
Dbset.c936 const struct bkey *search) in bset_search_write_set() argument
943 if (bkey_cmp(table_to_bkey(t, m), search) > 0) in bset_search_write_set()
956 const struct bkey *search) in bset_search_tree() argument
972 if (f->mantissa >= bfloat_mantissa(search, f)) in bset_search_tree()
977 if (bkey_cmp(tree_to_bkey(t, j), search) > 0) in bset_search_tree()
1012 const struct bkey *search) in __bch_bset_search() argument
1042 if (unlikely(bkey_cmp(search, &t->end) >= 0)) in __bch_bset_search()
1045 if (unlikely(bkey_cmp(search, t->data->start) < 0)) in __bch_bset_search()
1048 i = bset_search_tree(t, search); in __bch_bset_search()
1053 i = bset_search_write_set(t, search); in __bch_bset_search()
[all …]
Dutil.h495 #define RB_SEARCH(root, search, member, cmp) \ argument
498 typeof(&(search)) this, ret = NULL; \
502 this = container_of(n, typeof(search), member); \
503 res = cmp(&(search), this); \
515 #define RB_GREATER(root, search, member, cmp) \ argument
518 typeof(&(search)) this, ret = NULL; \
522 this = container_of(n, typeof(search), member); \
523 res = cmp(&(search), this); \
Dbset.h338 struct bkey *search);
341 const struct bkey *search);
348 const struct bkey *search) in bch_bset_search() argument
350 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
Dbcache.h221 struct search;
277 int (*cache_miss)(struct btree *b, struct search *s,
534 mempool_t search; member
Dalloc.c567 const struct bkey *search, in pick_data_bucket() argument
575 UUID_FLASH_ONLY(&c->uuids[KEY_INODE(search)])) in pick_data_bucket()
577 else if (!bkey_cmp(&ret->key, search)) in pick_data_bucket()
Dsuper.c1726 mempool_exit(&c->search); in cache_set_free()
1949 if (mempool_init_slab_pool(&c->search, 32, bch_search_cache)) in bch_cache_set_alloc()
/drivers/net/wireless/ath/ath11k/
Dspectral.c507 struct spectral_search_fft_report *search, in ath11k_spectral_pull_search() argument
510 report->timestamp = __le32_to_cpu(search->timestamp); in ath11k_spectral_pull_search()
512 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
514 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
516 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
518 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
520 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
522 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search()
524 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search()
526 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
[all …]
/drivers/regulator/
Dof_regulator.c396 struct device_node *search, *child; in regulator_of_get_init_node() local
403 search = of_get_child_by_name(dev->of_node, in regulator_of_get_init_node()
406 search = of_node_get(dev->of_node); in regulator_of_get_init_node()
408 if (!strcmp(desc->of_match, search->name)) in regulator_of_get_init_node()
409 return search; in regulator_of_get_init_node()
412 if (!search) { in regulator_of_get_init_node()
418 for_each_available_child_of_node(search, child) { in regulator_of_get_init_node()
428 of_node_put(search); in regulator_of_get_init_node()
433 of_node_put(search); in regulator_of_get_init_node()
/drivers/w1/
DKconfig25 either due to automatic or requested search.
26 2. Userspace commands. Includes read/write and search/alarm search commands.
Dw1_io.c369 if (dev->bus_master->search) in w1_search_devices()
370 dev->bus_master->search(dev->bus_master->data, dev, in w1_search_devices()
Dw1.c543 static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
/drivers/firmware/google/
DKconfig49 This option enables the kernel to search for a firmware log in
58 This option enables the kernel to search for a framebuffer in
66 This option enables the kernel to search for a firmware log in
/drivers/net/dsa/sja1105/
Dsja1105_dynamic_config.c155 bool search; member
243 if (cmd->search) in sja1105pqrs_l2_lookup_cmd_packing()
883 cmd.search = true; in sja1105_dynamic_config_read()
886 cmd.search = false; in sja1105_dynamic_config_read()
891 if (cmd.search) in sja1105_dynamic_config_read()
/drivers/pci/
DMakefile6 remove.o pci.o pci-driver.o search.o \
/drivers/scsi/aic7xxx/
DKconfig.aic79xx75 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
DKconfig.aic7xxx80 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
/drivers/media/dvb-frontends/
Ddib9000.c1479 int ret = 10, search = state->channel_status.status == CHANNEL_STATUS_PARAMETERS_UNKNOWN; in dib9000_fw_tune() local
1490 if (search) in dib9000_fw_tune()
1499 if (search) in dib9000_fw_tune()
1508 if (search) in dib9000_fw_tune()
Dcxd2820r_core.c500 .search = cxd2820r_search,
/drivers/w1/masters/
Dds1wm.c503 .search = ds1wm_search,
Domap_hdq.c599 omap_w1_master.search = omap_w1_search_bus; in omap_hdq_probe()
Dds2490.c962 dev->master.search = &ds9490r_search; in ds_w1_init()
/drivers/hid/
Dhid-core.c1455 static int search(__s32 *array, __s32 value, unsigned n) in search() function
1584 && search(value, field->value[n], count)) in hid_input_field()
1590 && search(field->value, value[n], count)) in hid_input_field()
/drivers/staging/media/ipu3/
Dipu3-css-params.c2345 acc->anr.search.enable = 1; in imgu_css_cfg_acc()
2350 acc->anr.search.frame_width = acc->anr.tile2strm.frame_width; in imgu_css_cfg_acc()
2353 acc->anr.search.frame_height = acc->anr.tile2strm.frame_height; in imgu_css_cfg_acc()

12