Home
last modified time | relevance | path

Searched +refs:link +refs:all +refs:attrs (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/core-api/
H A Ddma-api.rst67 must all be the same as those passed into dma_alloc_coherent(). cpu_addr must
137 is the minimum required to cover all of memory. Examining the
263 memory is handed off to the device (to make sure all memory changes
298 enum dma_data_direction dir, unsigned long attrs)
302 enum dma_data_direction dir, unsigned long attrs)
395 and device. With the sync_sg API, all the parameters must be the same
419 unsigned long attrs)
424 unsigned long attrs)
429 unsigned long attrs)
434 unsigned long attrs)
[all …]
/linux/drivers/ata/
H A Dlibata-scsi.c97 struct ata_link *link; in ata_scsi_park_show() local
116 link = dev->link; in ata_scsi_park_show()
119 link->eh_context.unloaded_mask & (1 << dev->devno) && in ata_scsi_park_show()
173 dev->link->eh_info.dev_action[dev->devno] |= ATA_EH_PARK; in ata_scsi_park_store()
342 .attrs = ata_common_sdev_attrs
402 dev->link->eh_info.action |= ATA_EH_RESET; in ata_scsi_unlock_native_capacity()
745 struct ata_port *ap = dev->link->ap; in ata_scsi_qc_new()
1144 struct device_link *link; in ata_scsi_sdev_init() local
1153 link = device_link_add(&sdev->sdev_gendev, &ap->tdev, in ata_scsi_sdev_init()
1156 if (!link) { in ata_scsi_sdev_init()
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c189 static enum drm_mode_subconnector get_subconnector_type(struct dc_link *link) in get_subconnector_type() argument
191 switch (link->dpcd_caps.dongle_type) { in get_subconnector_type()
210 struct dc_link *link = aconnector->dc_link; in update_subconnector_property() local
218 subconnector = get_subconnector_type(link); in update_subconnector_property()
524 list_add_tail(&e->base.link, &adev_to_drm(adev)->vblank_event_list); in dm_pflip_high_irq()
793 struct dc_link *link; in dmub_hpd_callback() local
817 link = adev->dm.dc->links[link_index]; in dmub_hpd_callback()
827 if (link && aconnector->dc_link == link) { in dmub_hpd_callback()
1744 cgs_write_register(adev->dm.cgs_device, 0x34c0 + 0x01f8, reg.all); in dm_dmub_send_vbios_gpint_command()
1754 if (test.all == reg.all) in dm_dmub_send_vbios_gpint_command()
[all …]
/linux/include/net/
H A Dxfrm.h125 struct list_head all; member
512 struct nlattr **attrs,
584 struct list_head all; member
1115 int link; /* ifindex of underlying L2 interface */ member
2184 static inline int xfrm_mark_get(struct nlattr **attrs, struct xfrm_mark *m) in xfrm_mark_get() argument
2186 if (attrs[XFRMA_MARK]) in xfrm_mark_get()
2187 memcpy(m, nla_data(attrs[XFRMA_MARK]), sizeof(struct xfrm_mark)); in xfrm_mark_get()
/linux/kernel/sched/
H A Dext.c4561 .attrs = scx_global_attrs,
5563 static int scx_enable(struct sched_ext_ops *ops, struct bpf_link *link) in scx_enable() argument
5936 static int bpf_scx_reg(void *kdata, struct bpf_link *link) in bpf_scx_reg() argument
5938 return scx_enable(kdata, link); in bpf_scx_reg()
5941 static void bpf_scx_unreg(void *kdata, struct bpf_link *link) in bpf_scx_unreg() argument
5958 static int bpf_scx_update(void *kdata, void *old_kdata, struct bpf_link *link) in bpf_scx_update() argument
6222 const char *all = READ_ONCE(scx_switching_all) ? "+all" : ""; in print_scx_info() local
6237 scx_enable_state_str[state], all); in print_scx_info()
6248 log_lvl, sch->ops.name, scx_enable_state_str[state], all, in print_scx_info()