| /include/trace/events/ |
| D | fsi.h | 12 TP_PROTO(const struct fsi_master *master, int link, int id, 14 TP_ARGS(master, link, id, addr, size), 17 __field(int, link) 24 __entry->link = link; 31 __entry->link, 39 TP_PROTO(const struct fsi_master *master, int link, int id, 41 TP_ARGS(master, link, id, addr, size, data), 44 __field(int, link) 52 __entry->link = link; 61 __entry->link, [all …]
|
| D | libata.h | 211 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno; 277 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno; 454 __entry->ata_port = dev->link->ap->print_id; 455 __entry->ata_dev = dev->link->pmp + dev->devno; 482 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno; 496 TP_PROTO(struct ata_link *link, unsigned int devno, unsigned int eh_action), 498 TP_ARGS(link, devno, eh_action), 507 __entry->ata_port = link->ap->print_id; 508 __entry->ata_dev = link->pmp + devno; 518 TP_PROTO(struct ata_link *link, unsigned int devno, unsigned int eh_action), [all …]
|
| /include/linux/ |
| D | rbtree.h | 168 struct rb_node **link = &tree->rb_root.rb_node; in rb_add_cached() local 172 while (*link) { in rb_add_cached() 173 parent = *link; in rb_add_cached() 175 link = &parent->rb_left; in rb_add_cached() 177 link = &parent->rb_right; in rb_add_cached() 182 rb_link_node(node, parent, link); in rb_add_cached() 198 struct rb_node **link = &tree->rb_node; in rb_add() local 201 while (*link) { in rb_add() 202 parent = *link; in rb_add() 204 link = &parent->rb_left; in rb_add() [all …]
|
| D | libata.h | 543 typedef int (*ata_prereset_fn_t)(struct ata_link *link, unsigned long deadline); 544 typedef int (*ata_reset_fn_t)(struct ata_link *link, unsigned int *classes, 546 typedef void (*ata_postreset_fn_t)(struct ata_link *link, unsigned int *classes); 722 struct ata_link *link; member 901 struct ata_link link; /* host default link */ member 965 int (*set_mode)(struct ata_link *link, struct ata_device **r_failed_dev); 990 int (*scr_read)(struct ata_link *link, unsigned int sc_reg, u32 *val); 991 int (*scr_write)(struct ata_link *link, unsigned int sc_reg, u32 val); 994 int (*set_lpm)(struct ata_link *link, enum ata_lpm_policy policy, 1122 extern int ata_std_prereset(struct ata_link *link, unsigned long deadline); [all …]
|
| D | rbtree_latch.h | 80 struct rb_node **link = &root->rb_node; in __lt_insert() local 85 while (*link) { in __lt_insert() 86 parent = *link; in __lt_insert() 90 link = &parent->rb_left; in __lt_insert() 92 link = &parent->rb_right; in __lt_insert() 95 rb_link_node_rcu(node, parent, link); in __lt_insert()
|
| D | bpf_mprog.h | 119 t.link = cp->link; \ 136 struct bpf_link *link; member 155 struct bpf_link *link; member 219 if (!tuple->link) in bpf_mprog_mark_for_release() 317 cp->link = tuple->link; in bpf_mprog_write() 322 struct bpf_prog *prog_new, struct bpf_link *link, 328 struct bpf_prog *prog, struct bpf_link *link,
|
| D | interval_tree_generic.h | 41 struct rb_node **link = &root->rb_root.rb_node, *rb_parent = NULL; \ 46 while (*link) { \ 47 rb_parent = *link; \ 52 link = &parent->ITRB.rb_left; \ 54 link = &parent->ITRB.rb_right; \ 60 rb_link_node(&node->ITRB, rb_parent, link); \
|
| D | stm.h | 99 int (*link)(struct stm_data *, unsigned int, member 132 int (*link)(struct stm_source_data *data); member
|
| D | trace_events.h | 788 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link); 789 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link); 819 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register() argument 823 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister() argument 933 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1); 934 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2); 935 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 937 void bpf_trace_run4(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 939 void bpf_trace_run5(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 941 void bpf_trace_run6(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, [all …]
|
| D | pci-pwrctrl.h | 44 struct device_link *link; member
|
| D | rbtree_augmented.h | 68 struct rb_node **link = &tree->rb_root.rb_node; in rb_add_augmented_cached() local 72 while (*link) { in rb_add_augmented_cached() 73 parent = *link; in rb_add_augmented_cached() 75 link = &parent->rb_left; in rb_add_augmented_cached() 77 link = &parent->rb_right; in rb_add_augmented_cached() 82 rb_link_node(node, parent, link); in rb_add_augmented_cached()
|
| D | kvm_irqfd.h | 36 struct list_head link; member
|
| D | user-return-notifier.h | 12 struct hlist_node link; member
|
| D | ipmi.h | 40 struct list_head link; member 268 struct list_head link; member
|
| /include/linux/comedi/ |
| D | comedi_pcmcia.h | 24 int comedi_pcmcia_auto_config(struct pcmcia_device *link, 26 void comedi_pcmcia_auto_unconfig(struct pcmcia_device *link);
|
| /include/media/ |
| D | media-entity.h | 93 struct list_head *link; member 284 int (*link_validate)(struct media_link *link); 869 int __media_entity_setup_link(struct media_link *link, u32 flags); 907 int media_entity_setup_link(struct media_link *link, u32 flags); 1351 void __media_remove_intf_link(struct media_link *link); 1360 void media_remove_intf_link(struct media_link *link); 1432 struct media_link *link, 1443 #define for_each_media_entity_data_link(entity, link) \ argument 1444 for (link = __media_entity_next_link(entity, NULL, \ 1446 link; \ [all …]
|
| D | v4l2-mc.h | 193 int v4l2_pipeline_link_notify(struct media_link *link, u32 flags, 225 static inline int v4l2_pipeline_link_notify(struct media_link *link, u32 flags, in v4l2_pipeline_link_notify() argument
|
| D | v4l2-fwnode.h | 304 struct v4l2_fwnode_link *link); 313 void v4l2_fwnode_put_link(struct v4l2_fwnode_link *link);
|
| D | media-device.h | 67 int (*link_notify)(struct media_link *link, u32 flags, 394 #define media_device_for_each_link(link, mdev) \ argument 395 list_for_each_entry(link, &(mdev)->links, graph_obj.list)
|
| /include/uapi/linux/ |
| D | ip6_tunnel.h | 29 int link; /* ifindex of underlying L2 interface */ member 41 int link; /* ifindex of underlying L2 interface */ member
|
| /include/net/ |
| D | tcx.h | 21 struct bpf_link link; member 41 static inline struct tcx_link *tcx_link(const struct bpf_link *link) in tcx_link() argument 43 return container_of(link, struct tcx_link, link); in tcx_link()
|
| /include/sound/ |
| D | simple_card_utils.h | 128 int link; /* number of link */ member 252 struct snd_soc_dai_link *link = simple_priv_to_link(priv, i); in simple_util_debug_info() local 259 dev_dbg(dev, "cpu num = %d\n", link->num_cpus); in simple_util_debug_info() 262 dev_dbg(dev, "codec num = %d\n", link->num_codecs); in simple_util_debug_info() 266 if (link->name) in simple_util_debug_info() 267 dev_dbg(dev, "dai name = %s\n", link->name); in simple_util_debug_info() 268 if (link->dai_fmt) in simple_util_debug_info() 269 dev_dbg(dev, "dai format = %04x\n", link->dai_fmt); in simple_util_debug_info()
|
| D | soc.h | 844 static inline int snd_soc_link_num_ch_map(const struct snd_soc_dai_link *link) in snd_soc_link_num_ch_map() argument 846 return max(link->num_cpus, link->num_codecs); in snd_soc_link_num_ch_map() 850 snd_soc_link_to_cpu(struct snd_soc_dai_link *link, int n) { in snd_soc_link_to_cpu() argument 851 return &(link)->cpus[n]; in snd_soc_link_to_cpu() 855 snd_soc_link_to_codec(struct snd_soc_dai_link *link, int n) { in snd_soc_link_to_codec() argument 856 return &(link)->codecs[n]; in snd_soc_link_to_codec() 860 snd_soc_link_to_platform(struct snd_soc_dai_link *link, int n) { in snd_soc_link_to_platform() argument 861 return &(link)->platforms[n]; in snd_soc_link_to_platform() 864 #define for_each_link_codecs(link, i, codec) \ argument 866 ((i) < link->num_codecs) && \ [all …]
|
| /include/keys/ |
| D | asymmetric-parser.h | 19 struct list_head link; member
|
| /include/scsi/ |
| D | sas_ata.h | 38 int smp_ata_check_ready_type(struct ata_link *link); 112 static inline int smp_ata_check_ready_type(struct ata_link *link) in smp_ata_check_ready_type() argument
|