Home
last modified time | relevance | path

Searched defs:ed (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_endian.c17 void gdm_set_endian(struct gdm_endian *ed, u8 dev_endian) in gdm_set_endian()
25 u16 gdm_cpu_to_dev16(struct gdm_endian *ed, u16 x) in gdm_cpu_to_dev16()
33 u16 gdm_dev16_to_cpu(struct gdm_endian *ed, u16 x) in gdm_dev16_to_cpu()
41 u32 gdm_cpu_to_dev32(struct gdm_endian *ed, u32 x) in gdm_cpu_to_dev32()
49 u32 gdm_dev32_to_cpu(struct gdm_endian *ed, u32 x) in gdm_dev32_to_cpu()
/linux-4.4.14/drivers/usb/host/
Dfhci-q.c62 void fhci_add_tds_to_ed(struct ed *ed, struct td **td_list, int number) in fhci_add_tds_to_ed()
74 static struct td *peek_td_from_ed(struct ed *ed) in peek_td_from_ed()
111 struct td *fhci_remove_td_from_ed(struct ed *ed) in fhci_remove_td_from_ed()
144 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()
169 struct ed *ed = urb_priv->ed; in free_urb_priv() local
220 struct ed *ed = td->ed; in fhci_done_td() local
269 void fhci_del_ed_list(struct fhci_hcd *fhci, struct ed *ed) in fhci_del_ed_list()
Dfhci-mem.c34 static void init_ed(struct ed *ed) in init_ed()
67 struct ed *ed; in fhci_get_empty_ed() local
83 void fhci_recycle_empty_ed(struct fhci_hcd *fhci, struct ed *ed) in fhci_recycle_empty_ed()
90 struct urb_priv *urb_priv, struct ed *ed, u16 index, in fhci_td_fill()
Dohci-q.c142 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link()
182 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule()
268 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink()
315 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule()
405 struct ed *ed; in ed_get() local
482 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink()
835 struct ed *ed = td->ed; in ed_halted() local
900 struct ed *ed; in add_to_done_list() local
976 struct ed *ed, **last; in finish_unlinks() local
1149 struct ed *ed = td->ed; in takeback_td() local
Dohci.h25 struct ed { struct
47 struct ed *ed_next; /* on schedule or rm_list */ argument
48 struct ed *ed_prev; /* for non-interrupt EDs */ argument
56 #define ED_IDLE 0x00 /* NOT linked to HC */ argument
72 unsigned takeback_wdh_cnt; argument
74 #define OKAY_TO_TAKEBACK(ohci, ed) \ argument
130 struct ed *ed; member
335 struct ed *ed; member
Dfhci-sched.c48 struct ed *ed; in fhci_transaction_confirm() local
159 static int add_packet(struct fhci_usb *usb, struct ed *ed, struct td *td) in add_packet()
283 struct ed *ed; in scan_ed_list() local
638 struct ed *ed; in process_done_list() local
703 struct ed *ed = urb->ep->hcpriv; in fhci_queue_urb() local
Dohci-mem.c123 struct ed *ed; in ed_alloc() local
135 ed_free (struct ohci_hcd *hc, struct ed *ed) in ed_free()
Dfhci.h329 struct ed { struct
333 enum fhci_speed speed; argument
334 unsigned int max_pkt_size; argument
335 enum fhci_ed_state state; argument
336 struct list_head td_list; /* a list of all queued TD to this pipe */ argument
340 u8 toggle_carry; /* toggle carry from the last TD submitted */ argument
341 u16 next_iso; /* time stamp of next queued ISO transfer */ argument
342 struct td *td_head; /* a pointer to the current TD handled */ argument
355 struct ed *ed; /* a handle to the corresponding ED */ argument
397 struct ed *ed; member
Dohci-hcd.c150 struct ed *ed; in ohci_urb_enqueue() local
350 struct ed *ed = ep->hcpriv; in ohci_endpoint_disable() local
731 struct ed *ed; in io_watchdog_func() local
1016 struct ed *ed = priv->ed; in ohci_restart() local
Dfhci-hcd.c173 struct ed *ed; in fhci_mem_free() local
229 struct ed *ed; in fhci_mem_init() local
516 struct ed *ed; in fhci_endpoint_disable() local
Dohci-dbg.c312 const struct ed *ed, int verbose) in ohci_dump_ed()
399 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) in show_list()
488 struct ed **seen, *ed; in fill_periodic_buffer() local
Dohci-hub.c139 static inline struct ed *find_head (struct ed *ed) in find_head()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c433 struct echo_device *ed = cl2echo_dev(lu2cl_dev(obj->lo_dev)); in echo_object_init() local
471 static int echo_alloc_memmd(struct echo_device *ed, in echo_alloc_memmd()
500 static int echo_free_memmd(struct echo_device *ed, struct lov_stripe_md **lsmp) in echo_free_memmd()
600 static int echo_site_init(const struct lu_env *env, struct echo_device *ed) in echo_site_init()
620 static void echo_site_fini(const struct lu_env *env, struct echo_device *ed) in echo_site_fini()
697 struct echo_device *ed; in echo_device_alloc() local
821 struct echo_device *ed = cl2echo_dev(lu2cl_dev(d)); in echo_device_fini() local
850 struct echo_device *ed = cl2echo_dev(lu2cl_dev(d)); in echo_device_free() local
1109 static int cl_echo_cancel0(struct lu_env *env, struct echo_device *ed, in cl_echo_cancel0()
1140 static int cl_echo_cancel(struct echo_device *ed, __u64 cookie) in cl_echo_cancel()
[all …]
/linux-4.4.14/drivers/edac/
Docteon_edac-pc.c31 struct edac_device_ctl_info *ed; member
/linux-4.4.14/arch/s390/include/asm/
Dnmi.h32 u64 ed : 1; /* 05 external damage */ member
Dcpu_mf.h61 unsigned int ed:1; /* 23: diag-sampling enable control */ member
83 unsigned int ed:1; /* 55: diag-sampling enable control */ member
Detr.h97 unsigned int ed : 8; /* ETS device dependent data */ member
/linux-4.4.14/include/net/
Dmac802154.h225 int (*ed)(struct ieee802154_hw *hw, u8 *level); member
/linux-4.4.14/drivers/usb/misc/
Dftdi-elan.c1493 u8 ed = ed_number - 1; in ftdi_elan_edset_setup() local
1550 u8 ed = ed_number - 1; in ftdi_elan_edset_input() local
1615 u8 ed = ed_number - 1; in ftdi_elan_edset_empty() local
1672 u8 ed = ed_number - 1; in ftdi_elan_edset_output() local
1751 u8 ed = ed_number - 1; in ftdi_elan_edset_single() local
1813 u8 ed = ed_number - 1; in ftdi_elan_edset_flush() local
/linux-4.4.14/drivers/firmware/efi/
Defi-pstore.c278 struct pstore_erase_data *ed = data; in efi_pstore_erase_func() local
/linux-4.4.14/drivers/media/i2c/
Dad9389b.c828 struct ad9389b_edid_detect ed; in ad9389b_edid_handler() local
1027 struct ad9389b_edid_detect ed; in ad9389b_check_edid_status() local
Dadv7511.c1167 struct adv7511_edid_detect ed; in adv7511_notify_no_edid() local
1358 struct adv7511_edid_detect ed; in adv7511_check_edid_status() local
/linux-4.4.14/drivers/atm/
Deni.c1796 struct eni_dev *ed = ENI_DEV(dev); in eni_do_release() local
2305 struct eni_dev *ed = ENI_DEV(dev); in eni_remove_one() local
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h119 __u64 ed : 1; member
140 __u64 ed : 1; member
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1134 struct ethtool_drvinfo *ed) in axienet_ethtools_get_drvinfo()
/linux-4.4.14/arch/ia64/kernel/
Dpalinfo.c740 unsigned long ed:1; in tr_info() member
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c1048 int ed = min_t(int,free_end,readend); in onenand_transfer_auto_oob() local
1839 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob() local
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c1216 struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag); in cryptocop_setup_dma_list() local
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.c792 struct event_data *ed; in lpfc_bsg_event_free() local
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2554 dwceqos_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *ed) in dwceqos_get_drvinfo()