/linux/drivers/usb/host/ |
H A 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()
|
H A 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
|
H A D | ohci.h | 26 struct ed { struct 48 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
|
H A 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()
|
H A D | fhci.h | 323 struct ed { struct 327 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 */ member 391 struct ed *ed; member
|
H A D | ohci-mem.c | 137 struct ed *ed; in ed_alloc() local 153 ed_free (struct ohci_hcd *hc, struct ed *ed) in ed_free()
|
H A D | ohci-hcd.c | 153 struct ed *ed; in ohci_urb_enqueue() local 352 struct ed *ed = ep->hcpriv; in ohci_endpoint_disable() local 754 struct ed *ed; in io_watchdog_func() local 1054 struct ed *ed = priv->ed; in ohci_restart() local
|
H A 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
|
H A D | ohci-hub.c | 143 static inline struct ed *find_head (struct ed *ed) in find_head()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 1186 static int fun_init_vports(struct fun_ethdev *ed, unsigned int n) in fun_init_vports() 1198 static void fun_free_vports(struct fun_ethdev *ed) in fun_free_vports() 1205 static struct fun_vport_info *fun_get_vport(struct fun_ethdev *ed, in fun_get_vport() 1219 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_mac() local 1247 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_vlan() local 1281 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_rate() local 1306 struct fun_ethdev *ed = to_fun_ethdev(fp->fdev); in fun_get_vf_config() local 1530 static int fun_max_qs(struct fun_ethdev *ed, unsigned int *ntx, in fun_max_qs() 1707 static int fun_create_netdev(struct fun_ethdev *ed, unsigned int portid) in fun_create_netdev() 1835 static int fun_create_ports(struct fun_ethdev *ed, unsigned int nports) in fun_create_ports() [all …]
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | internal.h | 106 static inline void load_ucode_amd_bsp(struct early_load_data *ed, unsigned int family) { } in load_ucode_amd_bsp() 119 static inline void load_ucode_intel_bsp(struct early_load_data *ed) { } in load_ucode_intel_bsp()
|
H A D | intel.c | 403 void __init load_ucode_intel_bsp(struct early_load_data *ed) in load_ucode_intel_bsp()
|
H A D | amd.c | 696 void __init load_ucode_amd_bsp(struct early_load_data *ed, unsigned int cpuid_1_eax) in load_ucode_amd_bsp()
|
/linux/drivers/edac/ |
H A D | octeon_edac-pc.c | 30 struct edac_device_ctl_info *ed; member
|
H A D | altera_edac.c | 2073 struct altr_edac_device_dev *ed; in s10_edac_dberr_handler() local
|
/linux/include/net/ |
H A D | mac802154.h | 212 int (*ed)(struct ieee802154_hw *hw, u8 *level); member
|
/linux/arch/s390/include/asm/ |
H A D | nmi.h | 46 u64 ed : 1; /* 05 external damage */ member
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | execlist.c | 367 #define get_desc_from_elsp_dwords(ed, i) \ argument
|
/linux/drivers/atm/ |
H A D | eni.c | 1796 struct eni_dev *ed = ENI_DEV(dev); in eni_do_release() local 2290 struct eni_dev *ed = ENI_DEV(dev); in eni_remove_one() local
|
/linux/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 1062 struct ethtool_drvinfo *ed) in xemaclite_ethtools_get_drvinfo()
|
H A D | xilinx_axienet_main.c | 1912 struct ethtool_drvinfo *ed) in axienet_ethtools_get_drvinfo()
|
/linux/drivers/soc/fsl/qbman/ |
H A D | qman_ccsr.c | 299 static void qm_set_dc(enum qm_dc_portal portal, int ed, u8 sernd) in qm_set_dc()
|
/linux/drivers/hid/ |
H A D | hid-wiimote-modules.c | 2441 __u8 be, cs, sx, sy, ed, rtt, rbg, rbr, rbb, ltt, lbg, lbr, lbb, bp, bm; in wiimod_turntable_in_ext() local
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 795 struct event_data *ed; in lpfc_bsg_event_free() local
|
/linux/drivers/misc/ |
H A D | fastrpc.c | 533 int ed = CMP(pb->end, pa->end); in olaps_cmp() local
|