| /Linux-v5.4/drivers/usb/host/ | 
| D | fhci-q.c | 58 void fhci_add_tds_to_ed(struct ed *ed, struct td **td_list, int number)  in fhci_add_tds_to_ed()70 static struct td *peek_td_from_ed(struct ed *ed)  in peek_td_from_ed()
 107 struct td *fhci_remove_td_from_ed(struct ed *ed)  in fhci_remove_td_from_ed()
 140 void fhci_move_td_from_ed_to_done_list(struct fhci_usb *usb, struct ed *ed)  in fhci_move_td_from_ed_to_done_list()
 165 	struct ed *ed = urb_priv->ed;  in free_urb_priv()  local
 216 	struct ed *ed = td->ed;  in fhci_done_td()  local
 265 void fhci_del_ed_list(struct fhci_hcd *fhci, struct ed *ed)  in fhci_del_ed_list()
 
 | 
| D | ohci-q.c | 143 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed)  in periodic_link()183 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed)  in ed_schedule()
 270 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed)  in periodic_unlink()
 317 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed)  in ed_deschedule()
 407 	struct ed		*ed;  in ed_get()  local
 484 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed)  in start_ed_unlink()
 837 	struct ed		*ed = td->ed;  in ed_halted()  local
 902 	struct ed	*ed;  in add_to_done_list()  local
 978 	struct ed	*ed, **last;  in finish_unlinks()  local
 1154 	struct ed	*ed = td->ed;  in takeback_td()  local
 
 | 
| D | fhci-mem.c | 30 static void init_ed(struct ed *ed)  in init_ed()63 	struct ed *ed;  in fhci_get_empty_ed()  local
 79 void fhci_recycle_empty_ed(struct fhci_hcd *fhci, struct ed *ed)  in fhci_recycle_empty_ed()
 86 			struct urb_priv *urb_priv, struct ed *ed, u16 index,  in fhci_td_fill()
 
 | 
| D | ohci.h | 26 struct ed {  struct48 	struct ed		*ed_next;	/* on schedule or rm_list */  argument
 49 	struct ed		*ed_prev;	/* for non-interrupt EDs */  argument
 57 #define ED_IDLE		0x00		/* NOT linked to HC */  argument
 73 	unsigned		takeback_wdh_cnt;  argument
 75 #define	OKAY_TO_TAKEBACK(ohci, ed)			\  argument
 131 	struct ed	*ed;  member
 336 	struct ed		*ed;  member
 
 | 
| D | fhci-sched.c | 44 	struct ed *ed;  in fhci_transaction_confirm()  local155 static int add_packet(struct fhci_usb *usb, struct ed *ed, struct td *td)  in add_packet()
 279 	struct ed *ed;  in scan_ed_list()  local
 634 	struct ed *ed;  in process_done_list()  local
 699 	struct ed *ed = urb->ep->hcpriv;  in fhci_queue_urb()  local
 
 | 
| D | fhci.h | 323 struct ed {  struct327 	enum fhci_speed speed;  argument
 328 	unsigned int max_pkt_size;  argument
 329 	enum fhci_ed_state state;  argument
 330 	struct list_head td_list; /* a list of all queued TD to this pipe */  argument
 334 	u8 toggle_carry;	/* toggle carry from the last TD submitted */  argument
 335 	u16 next_iso;		/* time stamp of next queued ISO transfer */  argument
 336 	struct td *td_head;	/* a pointer to the current TD handled */  argument
 349 	struct ed *ed;		 /* a handle to the corresponding ED */  argument
 391 	struct ed *ed;  member
 
 | 
| D | ohci-mem.c | 137 	struct ed	*ed;  in ed_alloc()  local153 ed_free (struct ohci_hcd *hc, struct ed *ed)  in ed_free()
 
 | 
| D | ohci-hcd.c | 153 	struct ed	*ed;  in ohci_urb_enqueue()  local354 	struct ed		*ed = ep->hcpriv;  in ohci_endpoint_disable()  local
 751 	struct ed	*ed;  in io_watchdog_func()  local
 1043 		struct ed	*ed = priv->ed;  in ohci_restart()  local
 
 | 
| D | fhci-hcd.c | 169 	struct ed *ed;  in fhci_mem_free()  local225 		struct ed *ed;  in fhci_mem_init()  local
 510 	struct ed *ed;  in fhci_endpoint_disable()  local
 
 | 
| D | ohci-dbg.c | 313 		const struct ed *ed, int verbose)  in ohci_dump_ed()400 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed)  in show_list()
 489 	struct ed		**seen, *ed;  in fill_periodic_buffer()  local
 
 | 
| D | ohci-hub.c | 140 static inline struct ed *find_head (struct ed *ed)  in find_head()
 | 
| /Linux-v5.4/drivers/edac/ | 
| D | octeon_edac-pc.c | 30 	struct edac_device_ctl_info *ed;  member
 | 
| /Linux-v5.4/drivers/soc/fsl/dpio/ | 
| D | dpio-service.c | 421 	struct qbman_eq_desc ed;  in dpaa2_io_service_enqueue_fq()  local450 	struct qbman_eq_desc ed;  in dpaa2_io_service_enqueue_qd()  local
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | nmi.h | 43 		u64 ed :  1; /* 05 external damage */  member
 | 
| D | cpu_mf.h | 64 	unsigned int ed:1;	    /* 23: diag-sampling enable control	 */  member87 	unsigned int ed:1;	    /* 55: diag-sampling enable control	 */  member
 
 | 
| /Linux-v5.4/include/net/ | 
| D | mac802154.h | 216 	int		(*ed)(struct ieee802154_hw *hw, u8 *level);  member
 | 
| /Linux-v5.4/drivers/usb/misc/ | 
| D | ftdi-elan.c | 1432 	u8 ed = ed_number - 1;  in ftdi_elan_edset_setup()  local1489 	u8 ed = ed_number - 1;  in ftdi_elan_edset_input()  local
 1554 	u8 ed = ed_number - 1;  in ftdi_elan_edset_empty()  local
 1611 	u8 ed = ed_number - 1;  in ftdi_elan_edset_output()  local
 1690 	u8 ed = ed_number - 1;  in ftdi_elan_edset_single()  local
 1752 	u8 ed = ed_number - 1;  in ftdi_elan_edset_flush()  local
 
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | ad9389b.c | 815 	struct ad9389b_edid_detect ed;  in ad9389b_edid_handler()  local1012 	struct ad9389b_edid_detect ed;  in ad9389b_check_edid_status()  local
 
 | 
| D | adv7511-v4l2.c | 1477 	struct adv7511_edid_detect ed;  in adv7511_notify_no_edid()  local1670 		struct adv7511_edid_detect ed;  in adv7511_check_edid_status()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ | 
| D | execlist.c | 374 #define get_desc_from_elsp_dwords(ed, i) \  argument
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | eni.c | 1798 	struct eni_dev *ed = ENI_DEV(dev);  in eni_do_release()  local2308 	struct eni_dev *ed = ENI_DEV(dev);  in eni_remove_one()  local
 
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | processor.h | 118 	__u64 ed : 1;  member139 		__u64 ed : 1;  member
 
 | 
| /Linux-v5.4/drivers/net/ethernet/xilinx/ | 
| D | xilinx_emaclite.c | 1083 					   struct ethtool_drvinfo *ed)  in xemaclite_ethtools_get_drvinfo()
 | 
| D | xilinx_axienet_main.c | 1108 					 struct ethtool_drvinfo *ed)  in axienet_ethtools_get_drvinfo()
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | palinfo.c | 741 		unsigned long ed:1;  in tr_info()  member
 |