Searched refs:links (Results 176 - 200 of 280) sorted by relevance

1234567891011>>

/linux-master/fs/ntfs3/
H A Drecord.c538 u16 links = le16_to_cpu(ni->mi.mrec->hard_links); local
545 /* Do not decrease links count deleting DOS name. */
546 } else if (!links) {
549 ni->mi.mrec->hard_links = cpu_to_le16(links - 1);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c96 struct bpf_link *links[MAX_BPF_LINKS]; member in struct:skeletons
115 skeletons->links[skeletons->nlinks++] = link;
199 bpf_link__destroy(skeletons->links[skeletons->nlinks]);
H A Dfexit_bpf2bpf.c496 skel->links.bind_v4_prog = bpf_program__attach_cgroup(skel->progs.bind_v4_prog, cgroup_fd);
497 if (!ASSERT_OK_PTR(skel->links.bind_v4_prog, "bpf_program__attach_cgroup"))
H A Dxdp_do_redirect.c215 skel->links.xdp_count_pkts = link;
H A Dcheck_mtu.c58 skel->links.xdp_use_helper_basic = link;
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-core.c75 /* Structure which describes links between entities */
88 const struct dcmipp_ent_link *links; member in struct:dcmipp_pipeline_config
128 .links = stm32mp13_ent_links,
145 /* Initialize the links between entities */
148 &dcmipp->pipe_cfg->links[i];
193 /* Initialize links */
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c117 tx_pkts = wl->links[hlid].allocated_pkts;
124 * Note that a single connected STA means 2*ap_count + 1 active links,
125 * since we must account for the global and broadcast AP links
236 wl->links[hlid].allocated_pkts++;
532 struct wl1271_link *lnk = &wl->links[hlid];
642 struct wl1271_link *lnk = &wl->links[low_prio_hlid];
681 skb_queue_head(&wl->links[hlid].tx_queue[q], skb);
1024 struct wl1271_link *lnk = &wl->links[hlid];
H A Drx.c216 wl->links[hlid].fw_rate_mbps =
/linux-master/include/media/
H A Dmedia-entity.h84 * links through which they were reached.
228 * @num_links: Number of links connected to this pad
261 * validates all links by calling this operation. Optional.
329 * @num_links: Total number of links, forward and back, enabled and disabled.
334 * @links: List of data links.
362 struct list_head links; member in struct:media_entity
392 * @links: List of links pointing to graph entities
406 struct list_head links; member in struct:media_interface
[all...]
/linux-master/scripts/
H A Ddev-needs.sh35 device links to "class" devices that are created
37 dependency). If you want to follow these links
40 --exclude-devlinks Don't follow device links when tracking probe
124 # sync_state_only links are proxy dependencies.
293 # device links unless it's a sync_state_only device link. And we ignore
294 # sync_state_only device links inside add_suppliers.
/linux-master/tools/bpf/bpftool/
H A Dpids.c139 fd = bpf_iter_create(bpf_link__fd(skel->links.iter));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgm200.c60 .links = gf119_sor_dp_links,
H A Dior.h82 int (*links)(struct nvkm_ior *, struct nvkm_i2c_aux *); member in struct:nvkm_ior_func::nvkm_ior_func_dp
H A Dtu102.c73 .links = tu102_sor_dp_links,
/linux-master/drivers/soundwire/
H A Dintel.c79 unsigned int links, reg; local
85 links = intel_readl(s, SDW_SHIM_LCAP) & SDW_SHIM_LCAP_LCOUNT_MASK;
90 for (i = 0; i < links; i++) {
95 for (i = 0; i < links; i++) {
369 dev_dbg(sdw->cdns.dev, "powering up all links\n");
386 /* only power-up enabled links */
442 dev_dbg(sdw->cdns.dev, "powering down all links\n");
447 /* only power-down enabled links */
/linux-master/sound/soc/samsung/
H A Dsnow.c16 SND_SOC_DAILINK_DEFS(links,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c399 if (ctx->dc->links[i]->link_enc->features.flags.bits.DP_IS_USB_C) {
400 if (ctx->dc->links[i]->link_enc->transmitter >= TRANSMITTER_UNIPHY_A &&
401 ctx->dc->links[i]->link_enc->transmitter <= TRANSMITTER_UNIPHY_F) {
402 tx_interrupt_mask |= 1 << ctx->dc->links[i]->link_enc->transmitter;
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.c227 icc_link_create(node, qn->links[j]);
/linux-master/kernel/bpf/
H A Dtrampoline.c233 struct bpf_tramp_link **links; local
244 links = tlinks[kind].links;
248 *links++ = link;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c216 ctx.skel->links.bench_trigger_uprobe = link;
/linux-master/sound/soc/amd/ps/
H A Dpci-ps.c300 if (!mach->links)
302 link = mach->links;
313 mach->mach_params.links = mach->links;
/linux-master/include/linux/sunrpc/
H A Dsched.h35 struct list_head list; /* wait queue links */
36 struct list_head links; /* Links to related tasks */ member in struct:rpc_wait
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c83 if ((dc->links[i]->connector_signal != SIGNAL_TYPE_DISPLAY_PORT) ||
84 (dc->links[i]->priv == NULL) || (dc->links[i]->local_sink == NULL))
88 dp_retrieve_lttpr_cap(dc->links[i]);
90 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER,
94 link_blank_dp_stream(dc->links[i], true);
106 if ((dc->links[i]->connector_signal != SIGNAL_TYPE_EDP) ||
107 (!dc->links[i]->edp_sink_present))
111 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER,
115 link_blank_dp_stream(dc->links[
[all...]
/linux-master/drivers/base/power/
H A Druntime.c289 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
332 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
350 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
1272 * If @dev has any suppliers (as reflected by device links to them), and @status
1308 * rpm_put_suppliers() runs, the rpm_active refcounts of the links
1813 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
1834 list_for_each_entry_rcu(link, &dev->links.suppliers, c_node,
/linux-master/sound/soc/sof/intel/
H A Dhda.c285 /* we could filter links here if needed, e.g for quirks */
1092 dev_dbg(sdev->dev, "skipping SoundWire, no links enabled\n");
1352 dev_err(sdev->dev, "could not startup SoundWire links\n");
1520 * Prevent SoundWire links from starting when an external
1526 * Allow SoundWire links to start when no external HDaudio codec
1539 /* used by hda machine driver to create dai links */
1577 * On some platforms such as Up Extreme all links
1587 /* No need to match adr if there is no links defined */
1588 if (!mach->links)
1591 link = mach->links;
[all...]

Completed in 188 milliseconds

1234567891011>>