Searched defs:anchor (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
D | urb.c | 123 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb() 140 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup() 147 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb() 165 struct usb_anchor *anchor; in usb_unanchor_urb() local 756 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs() 788 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs() 816 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs() 841 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs() 860 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups() 874 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups() [all …]
|
D | hcd.c | 1657 struct usb_anchor *anchor = urb->anchor; in __usb_hcd_giveback_urb() local
|
/linux-4.1.27/fs/jfs/ |
D | jfs_unicode.h | 44 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 58 __le16 *anchor = ucs1; in UniStrncpy_le() local 90 __le16 *anchor = ucs1; in UniStrncpy_to_le() local 107 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local
|
/linux-4.1.27/fs/cifs/ |
D | cifs_unicode.h | 134 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 184 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 226 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 274 wchar_t *anchor = ucs1; in UniStrncpy() local 291 wchar_t *anchor = ucs1; in UniStrncpy_le() local
|
/linux-4.1.27/lib/lz4/ |
D | lz4_compress.c | 65 const u8 *anchor = ip; in lz4_compressctx() local 246 const u8 *anchor = ip; in lz4_compress64kctx() local
|
D | lz4hc_compress.c | 269 static inline int lz4_encodesequence(const u8 **ip, u8 **op, const u8 **anchor, in lz4_encodesequence() 323 const u8 *anchor = ip; in lz4_compresshcctx() local
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | fastmap-wl.c | 90 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb()
|
D | wl.c | 651 int anchor = wrk->anchor; local
|
D | ubi.h | 771 int anchor; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 901 struct cl_sync_io *anchor = &cl_env_info(env)->clt_anchor; in cl_io_submit_sync() local 1598 void cl_sync_io_init(struct cl_sync_io *anchor, int nrpages) in cl_sync_io_init() 1612 struct cl_page_list *queue, struct cl_sync_io *anchor, in cl_sync_io_wait() 1653 void cl_sync_io_note(struct cl_sync_io *anchor, int ioret) in cl_sync_io_note()
|
D | cl_page.c | 1236 struct cl_sync_io *anchor = pg->cp_sync_io; in cl_page_completion() local
|
/linux-4.1.27/sound/usb/bcd2000/ |
D | bcd2000.c | 66 struct usb_anchor anchor; member
|
/linux-4.1.27/fs/udf/ |
D | super.c | 217 unsigned int anchor; member 1732 struct anchorVolDescPtr *anchor; in udf_load_sequence() local
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1252 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() 1457 struct usb_anchor *anchor; member
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp.h | 89 char anchor[4]; member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_generic.c | 3214 const char *label, int anchor) in parse_capture_source()
|