Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 117) sorted by relevance

12345

/drivers/interconnect/qcom/
Dsc7280.c24 .links = { SC7280_SLAVE_A1NOC_SNOC },
33 .links = { SC7280_SLAVE_A1NOC_SNOC },
42 .links = { SC7280_SLAVE_A1NOC_SNOC },
51 .links = { SC7280_SLAVE_SERVICE_A1NOC },
60 .links = { SC7280_SLAVE_A1NOC_SNOC },
69 .links = { SC7280_SLAVE_A1NOC_SNOC },
78 .links = { SC7280_SLAVE_A1NOC_SNOC },
87 .links = { SC7280_SLAVE_A1NOC_SNOC },
96 .links = { SC7280_SLAVE_A1NOC_SNOC },
105 .links = { SC7280_SLAVE_A1NOC_SNOC },
[all …]
Dicc-rpm.h43 u16 links[QCOM_MAX_LINKS]; member
65 .links = { __VA_ARGS__ }, \
Dicc-rpmh.h64 u16 links[MAX_LINKS]; member
128 .links = { __VA_ARGS__ }, \
/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
270 links); in symlist_add()
275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
285 links); in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
318 SLIST_REMOVE_HEAD(symlist_src2, links); in symlist_merge()
[all …]
Daicasm.c67 STAILQ_ENTRY(patch) links;
222 links)) in main()
243 links); in main()
326 cur_instr = STAILQ_NEXT(cur_instr, links)) { in back_patch()
368 cur_instr = STAILQ_NEXT(cur_instr, links)) { in output_code()
399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
427 cur_patch = STAILQ_NEXT(cur_patch,links)) { in output_code()
445 cs = TAILQ_NEXT(cs, links)) { in output_code()
515 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
[all …]
Daicasm_scan.l454 SLIST_ENTRY(include) links;
474 include_dir = include_dir->links.sle_next) {
505 SLIST_INSERT_HEAD(&include_stack, include, links);
559 STAILQ_FOREACH(marg, &macro_symbol->info.macroinfo->args, links) {
583 STAILQ_FOREACH(marg, &mac_symbol->info.macroinfo->args, links) {
613 SLIST_REMOVE_HEAD(&include_stack, links);
Daicasm_symbol.h107 STAILQ_ENTRY(macro_arg) links;
146 SLIST_ENTRY(symbol_node) links;
151 TAILQ_ENTRY(critical_section) links;
/drivers/media/mc/
Dmc-device.c117 entd->links = ent->num_links - ent->num_backlinks; in media_device_enum_entities()
153 struct media_links_enum *links = arg; in media_device_enum_links() local
156 entity = find_entity(mdev, links->entity); in media_device_enum_links()
160 if (links->pads) { in media_device_enum_links()
168 if (copy_to_user(&links->pads[p], &pad, sizeof(pad))) in media_device_enum_links()
173 if (links->links) { in media_device_enum_links()
175 struct media_link_desc __user *ulink_desc = links->links; in media_device_enum_links()
177 list_for_each_entry(link, &entity->links, list) { in media_device_enum_links()
195 memset(links->reserved, 0, sizeof(links->reserved)); in media_device_enum_links()
489 compat_uptr_t links; /* struct media_link_desc * */ member
[all …]
Dmc-entity.c164 list_add_tail(&gobj->list, &mdev->links); in media_gobj_create()
249 graph->stack[graph->top].link = entity->links.next; in stack_push()
358 while (link_top(graph) != &stack_top(graph)->links) in media_graph_walk_next()
451 list_for_each_entry(link, &entity->links, list) { in __media_pipeline_start()
613 list_for_each_entry_safe(rlink, tmp, &remote->links, list) { in __media_entity_remove_link()
675 link = media_add_link(&source->links); in media_create_pad_link()
690 backlink = media_add_link(&sink->links); in media_create_pad_link()
785 list_for_each_entry_safe(link, tmp, &entity->links, list) in __media_entity_remove_links()
894 list_for_each_entry(link, &source->entity->links, list) { in media_entity_find_link()
910 list_for_each_entry(link, &pad->entity->links, list) { in media_entity_remote_pad()
[all …]
/drivers/greybus/
Dmanifest.c38 struct list_head links; member
47 list_del(&descriptor->links); in release_manifest_descriptor()
56 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in release_manifest_descriptors()
65 list_for_each_entry_safe(desc, tmp, head, links) { in release_cport_descriptors()
81 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in get_next_bundle_desc()
167 list_add_tail(&descriptor->links, &intf->manifest_descs); in identify_descriptor()
196 list_for_each_entry(descriptor, &intf->manifest_descs, links) { in gb_string_get()
240 list_for_each_entry_safe(desc, next, &intf->manifest_descs, links) { in gb_manifest_parse_cports()
263 list_for_each_entry(tmp, &list, links) { in gb_manifest_parse_cports()
271 list_move_tail(&desc->links, &list); in gb_manifest_parse_cports()
[all …]
Dbundle.c72 list_for_each_entry(bundle, &intf->bundles, links) { in gb_bundle_find()
217 list_add(&bundle->links, &intf->bundles); in gb_bundle_create()
249 list_del(&bundle->links); in gb_bundle_destroy()
/drivers/net/wireless/ti/wlcore/
Dps.c84 struct wl1271_link *lnk = &wl->links[hlid]; in wl1271_ps_filter_frames()
127 "clean_queues %d", hlid, wl->links[hlid].allocated_pkts, in wl12xx_ps_link_start()
131 sta = ieee80211_find_sta(vif, wl->links[hlid].addr); in wl12xx_ps_link_start()
134 wl->links[hlid].addr); in wl12xx_ps_link_start()
162 sta = ieee80211_find_sta(vif, wl->links[hlid].addr); in wl12xx_ps_link_end()
165 wl->links[hlid].addr); in wl12xx_ps_link_end()
Devent.c140 if (!wl->links[hlid].ba_bitmap) in wl1271_stop_ba_event()
142 ieee80211_stop_rx_ba_session(vif, wl->links[hlid].ba_bitmap, in wl1271_stop_ba_event()
149 lnk = &wl->links[hlid]; in wl1271_stop_ba_event()
276 addr = wl->links[h].addr; in wlcore_disconnect_sta()
/drivers/fsi/
Dfsi-master-hub.c199 uint32_t reg, links; in hub_master_probe() local
208 links = (reg >> 8) & 0xff; in hub_master_probe()
209 dev_dbg(dev, "hub version %08x (%d links)\n", reg, links); in hub_master_probe()
212 FSI_HUB_LINK_SIZE * links); in hub_master_probe()
225 hub->size = FSI_HUB_LINK_SIZE * links; in hub_master_probe()
232 hub->master.n_links = links; in hub_master_probe()
258 FSI_HUB_LINK_SIZE * links); in hub_master_probe()
/drivers/interconnect/
Dcore.c125 if (n->provider == n->links[i]->provider) in icc_graph_show()
127 n->links[i]); in icc_graph_show()
136 if (n->provider != n->links[i]->provider) in icc_graph_show()
138 n->links[i]); in icc_graph_show()
205 struct icc_node *tmp = node->links[i]; in path_find()
860 kfree(node->links); in icc_node_destroy()
899 new = krealloc(node->links, in icc_link_create()
900 (node->num_links + 1) * sizeof(*node->links), in icc_link_create()
907 node->links = new; in icc_link_create()
908 node->links[node->num_links++] = dst; in icc_link_create()
[all …]
/drivers/base/
Dcore.c297 list_for_each_entry(link, &dev->links.consumers, s_node) { in device_is_dependent()
316 switch (supplier->links.status) { in device_link_init_status()
318 switch (consumer->links.status) { in device_link_init_status()
335 switch (consumer->links.status) { in device_link_init_status()
371 list_for_each_entry(link, &dev->links.consumers, s_node) { in device_reorder_to_tail()
742 consumer->links.status != DL_DEV_NO_DRIVER && in device_link_add()
743 consumer->links.status != DL_DEV_PROBING) { in device_link_add()
756 list_for_each_entry(link, &supplier->links.consumers, s_node) { in device_link_add()
860 list_add_tail_rcu(&link->s_node, &supplier->links.consumers); in device_link_add()
861 list_add_tail_rcu(&link->c_node, &consumer->links.suppliers); in device_link_add()
[all …]
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c157 struct dc_link *link = dc->links[i]; in dcn31_init_hw()
178 if (dc->links[i]->connector_signal != SIGNAL_TYPE_DISPLAY_PORT) in dcn31_init_hw()
182 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER, in dcn31_init_hw()
186 if (dc->links[i]->link_enc->funcs->get_dig_frontend) { in dcn31_init_hw()
189 fe = dc->links[i]->link_enc->funcs->get_dig_frontend( in dcn31_init_hw()
190 dc->links[i]->link_enc); in dcn31_init_hw()
202 dp_receiver_power_ctrl(dc->links[i], false); in dcn31_init_hw()
251 struct dc_link *link = dc->links[i]; in dcn31_init_hw()
271 struct dc_link *link = dc->links[i]; in dcn31_init_hw()
/drivers/interconnect/imx/
Dimx.h36 u16 links[IMX_ICC_MAX_LINKS]; member
47 .links = { __VA_ARGS__ }, \
/drivers/net/wireless/ti/wl18xx/
Dtx.c21 u8 fw_rate = wl->links[hlid].fw_rate_idx; in wl18xx_get_last_tx_rate()
147 wl->links[hlid].fw_rate_idx = in wl18xx_tx_immediate_complete()
149 wl->links[hlid].fw_rate_mbps = in wl18xx_tx_immediate_complete()
Devent.c215 wlvif = wl->links[link_id].wlvif; in wl18xx_process_mailbox_events()
224 addr = wl->links[link_id].addr; in wl18xx_process_mailbox_events()
230 wl->links[link_id].ba_bitmap, in wl18xx_process_mailbox_events()
/drivers/net/ipa/
Dgsi_trans.c253 struct gsi_trans, links); in gsi_channel_trans_complete()
264 list_move_tail(&trans->links, &trans_info->pending); in gsi_trans_move_pending()
281 list_cut_position(&list, &trans_info->pending, &trans->links); in gsi_trans_move_complete()
295 list_move_tail(&trans->links, &trans_info->polled); in gsi_trans_move_polled()
358 list_add_tail(&trans->links, &trans_info->alloc); in gsi_channel_trans_alloc()
385 list_del(&trans->links); in gsi_trans_free()
677 list_for_each_entry(trans, &trans_info->pending, links) in gsi_channel_trans_cancel_pending()
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorgp100.c39 .links = gf119_sor_dp_links,
70 .links = gf119_sor_dp_links,
Dsortu102.c79 .links = tu102_sor_dp_links,
110 .links = tu102_sor_dp_links,
Dsorga102.c90 .links = ga102_sor_dp_links,
121 .links = ga102_sor_dp_links,
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c521 struct dc_link *link = dc->links[i]; in dcn30_init_hw()
542 if (dc->links[i]->connector_signal != SIGNAL_TYPE_DISPLAY_PORT) in dcn30_init_hw()
545 dp_retrieve_lttpr_cap(dc->links[i]); in dcn30_init_hw()
548 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER, in dcn30_init_hw()
552 if (dc->links[i]->link_enc->funcs->get_dig_frontend) { in dcn30_init_hw()
555 fe = dc->links[i]->link_enc->funcs->get_dig_frontend( in dcn30_init_hw()
556 dc->links[i]->link_enc); in dcn30_init_hw()
568 dp_receiver_power_ctrl(dc->links[i], false); in dcn30_init_hw()
611 struct dc_link *link = dc->links[i]; in dcn30_init_hw()
631 struct dc_link *link = dc->links[i]; in dcn30_init_hw()

12345