Searched refs:dict (Results 1 – 9 of 9) sorted by relevance
/drivers/hwtracing/coresight/ |
D | coresight.c | 1283 static inline int coresight_search_device_idx(struct coresight_dev_list *dict, in coresight_search_device_idx() argument 1288 for (i = 0; i < dict->nr_idx; i++) in coresight_search_device_idx() 1289 if (dict->fwnode_list[i] == fwnode) in coresight_search_device_idx() 1301 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() argument 1310 idx = coresight_search_device_idx(dict, dev_fwnode(dev)); in coresight_alloc_device_name() 1313 idx = dict->nr_idx; in coresight_alloc_device_name() 1314 list = krealloc(dict->fwnode_list, in coresight_alloc_device_name() 1315 (idx + 1) * sizeof(*dict->fwnode_list), in coresight_alloc_device_name() 1323 dict->fwnode_list = list; in coresight_alloc_device_name() 1324 dict->nr_idx = idx + 1; in coresight_alloc_device_name() [all …]
|
/drivers/staging/greybus/tools/ |
D | lbtest | 37 dict = {'ping': '2', 'transfer': '3', 'sink': '4'} variable 118 test_id = dict[test_name] 164 if sys.argv[1] in dict.keys():
|
D | loopback_test.c | 28 struct dict { struct 33 static struct dict dict[] = { argument 830 for (i = 0; dict[i].name != NULL; i++) { in loopback_run() 831 if (strstr(dict[i].name, t->test_name)) in loopback_run() 832 t->test_id = dict[i].type; in loopback_run()
|
/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 19 Locals = dict() 35 D0 = dict() 65 Locals = dict() 67 indents = dict( 84 D0 = dict()
|
D | convert_py_to_csv.py | 27 S = dict() 42 dict(chain(
|
D | ni_names.py | 30 name_dict = dict()
|
D | csv_collection.py | 6 class CSVCollection(dict):
|
/drivers/net/ppp/ |
D | bsd_comp.c | 160 struct bsd_dict *dict; /* dictionary */ member 335 vfree(db->dict); in bsd_free() 336 db->dict = NULL; in bsd_free() 409 db->dict = vmalloc(array_size(hsize, sizeof(struct bsd_dict))); in bsd_alloc() 410 if (!db->dict) in bsd_alloc() 490 db->dict[indx].codem1 = BADCODEM1; in bsd_init() 491 db->dict[indx].cptr = 0; in bsd_init() 523 #define dict_ptrx(p,idx) &(p->dict[idx])
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | phy.c | 1293 static const u8 dict[10] = { 11, 10, 11, 12, 13, 12, 13, 12, 13, 12 }; in b43legacy_find_lopair() local 1302 return b43legacy_get_lopair(phy, dict[rfatt], bbatt); in b43legacy_find_lopair()
|