Searched refs:link (Results 1 - 25 of 45) sorted by relevance

12

/include/keys/
H A Dasymmetric-parser.h21 struct list_head link; member in struct:asymmetric_key_parser
/include/linux/
H A Dlibata.h202 ATA_LFLAG_NO_RETRY = (1 << 5), /* don't retry this link */
203 ATA_LFLAG_DISABLED = (1 << 6), /* link is disabled */
205 ATA_LFLAG_NO_LPM = (1 << 8), /* disable LPM on this link */
377 /* mask of flags to transfer *to* the slave link */
383 /* sometimes resuming a link requires several retries */
525 typedef int (*ata_prereset_fn_t)(struct ata_link *link, unsigned long deadline);
526 typedef int (*ata_reset_fn_t)(struct ata_link *link, unsigned int *classes,
528 typedef void (*ata_postreset_fn_t)(struct ata_link *link, unsigned int *classes);
664 struct ata_link *link; member in struct:ata_device
771 unsigned int active_tag; /* active tag on this link */
828 struct ata_link link; /* host default link */ member in struct:ata_port
1375 ata_is_host_link(const struct ata_link *link) argument
1390 ata_is_host_link(const struct ata_link *link) argument
1396 sata_srst_pmp(struct ata_link *link) argument
1526 ata_link_max_devices(const struct ata_link *link) argument
1533 ata_link_active(struct ata_link *link) argument
[all...]
H A Dinterval_tree_generic.h70 struct rb_node **link = &root->rb_node, *rb_parent = NULL; \
74 while (*link) { \
75 rb_parent = *link; \
80 link = &parent->ITRB.rb_left; \
82 link = &parent->ITRB.rb_right; \
86 rb_link_node(&node->ITRB, rb_parent, link); \
H A Dphy_fixed.h5 int link; member in struct:fixed_phy_status
H A Duser-return-notifier.h11 struct hlist_node link; member in struct:user_return_notifier
H A Dpreempt.h173 * @link: internal use
179 struct hlist_node link; member in struct:preempt_notifier
189 INIT_HLIST_NODE(&notifier->link);
H A Dipmi.h51 * ipmi_free_recv_msg() when done with the message. The link is not
53 * link to build a linked list, if it likes.
56 struct list_head link; member in struct:ipmi_recv_msg
248 struct list_head link; member in struct:ipmi_smi_watcher
H A Dfirewire.h115 struct list_head link; member in struct:fw_card
311 struct list_head link; member in struct:fw_packet
318 struct list_head link; member in struct:fw_transaction
338 struct list_head link; member in struct:fw_address_handler
374 struct list_head link; member in struct:fw_descriptor
H A Diommu.h195 int iommu_device_link(struct device *dev, struct device *link);
196 void iommu_device_unlink(struct device *dev, struct device *link);
418 static inline int iommu_device_link(struct device *dev, struct device *link) argument
423 static inline void iommu_device_unlink(struct device *dev, struct device *link) argument
H A Dkey-type.h153 struct list_head link; /* link in types list */ member in struct:key_type
H A Dmroute.h62 int link; /* Physical interface index */ member in struct:vif_device
H A Dipmi_smi.h64 struct list_head link; member in struct:ipmi_smi_msg
H A Dmroute6.h71 int link; /* Physical interface index */ member in struct:mif_device
/include/uapi/linux/
H A Dip6_tunnel.h24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
36 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm2
H A Dif_bonding.h30 * - Added support for IEEE 802.3ad Dynamic link aggregation mode.
74 /* each slave's link has 4 states */
75 #define BOND_LINK_UP 0 /* link is up and running */
76 #define BOND_LINK_FAIL 1 /* link has just gone down */
77 #define BOND_LINK_DOWN 2 /* link has been down for too long time */
78 #define BOND_LINK_BACK 3 /* link is going back */
81 #define BOND_STATE_ACTIVE 0 /* link is active */
82 #define BOND_STATE_BACKUP 1 /* link is backup */
106 __s8 link; member in struct:ifslave
H A Dif_tunnel.h32 int link; member in struct:ip_tunnel_parm
/include/media/
H A Dmedia-entity.h51 int (*link_validate)(struct media_link *link);
123 int link; member in struct:media_entity_graph::__anon1125
139 int __media_entity_setup_link(struct media_link *link, u32 flags);
140 int media_entity_setup_link(struct media_link *link, u32 flags);
H A Dv4l2-of.h75 struct v4l2_of_endpoint *link)
74 v4l2_of_parse_endpoint(const struct device_node *node, struct v4l2_of_endpoint *link) argument
H A Dmedia-device.h79 int (*link_notify)(struct media_link *link, u32 flags,
/include/net/irda/
H A Dirmod.h69 * Notify structure used between transport and link management layers
84 LINK_STATUS link, LOCK_STATUS lock);
/include/linux/dma/
H A Dipu-dma.h158 enum ipu_channel link; /* input channel, linked to the output */ member in struct:idmac_channel
/include/net/
H A Daf_unix.h58 struct list_head link; member in struct:unix_sock
H A Dip6_tunnel.h20 int link; /* ifindex of underlying L2 interface */ member in struct:__ip6_tnl_parm
H A Dllc_conn.h63 u16 link; /* network layer link number */ member in struct:llc_sock
/include/drm/
H A Ddrm_dp_helper.h154 /* link configuration */
594 * DisplayPort link
605 int drm_dp_link_probe(struct drm_dp_aux *aux, struct drm_dp_link *link);
606 int drm_dp_link_power_up(struct drm_dp_aux *aux, struct drm_dp_link *link);
607 int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link);

Completed in 388 milliseconds

12