/linux-6.3-rc2/drivers/usb/core/ |
A D | urb.c | 143 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup() 168 struct usb_anchor *anchor; in usb_unanchor_urb() local 823 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs() 861 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs() 895 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs() 920 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs() 939 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups() 953 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups() 993 struct urb *usb_get_from_anchor(struct usb_anchor *anchor) in usb_get_from_anchor() 1020 void usb_scuttle_anchored_urbs(struct usb_anchor *anchor) in usb_scuttle_anchored_urbs() [all …]
|
A D | hcd.c | 1647 struct usb_anchor *anchor = urb->anchor; in __usb_hcd_giveback_urb() local
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_unicode.h | 31 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 45 __le16 *anchor = ucs1; in UniStrncpy_le() local 77 __le16 *anchor = ucs1; in UniStrncpy_to_le() local 94 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | unicode.h | 84 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 133 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 173 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 220 wchar_t *anchor = ucs1; in UniStrncpy() local 236 wchar_t *anchor = ucs1; in UniStrncpy_le() local
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifs_unicode.h | 120 __le16 *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 170 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 212 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 260 wchar_t *anchor = ucs1; in UniStrncpy() local 277 wchar_t *anchor = ucs1; in UniStrncpy_le() local
|
/linux-6.3-rc2/drivers/mtd/ubi/ |
A D | fastmap-wl.c | 75 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() 365 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local
|
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_fast.c | 111 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_noDict_generic() local 384 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_dictMatchState_generic() local 561 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_extDict_generic() local
|
A D | zstd_double_fast.c | 62 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_noDict_generic() local 270 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 542 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
A D | zstd_ldm.c | 312 static void ZSTD_ldm_limitTableUpdate(ZSTD_matchState_t* ms, const BYTE* anchor) in ZSTD_ldm_limitTableUpdate() 343 BYTE const* anchor = istart; in ZSTD_ldm_generateSequences_internal() local
|
A D | zstd_lazy.c | 1485 const BYTE* anchor = istart; in ZSTD_compressBlock_lazy_generic() local 1872 const BYTE* anchor = istart; in ZSTD_compressBlock_lazy_extDict_generic() local
|
A D | zstd_opt.c | 1047 const BYTE* anchor = istart; in ZSTD_compressBlock_opt_generic() local
|
/linux-6.3-rc2/lib/lz4/ |
A D | lz4hc_compress.c | 265 const BYTE **anchor, in LZ4HC_encodeSequence() 349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local
|
A D | lz4_compress.c | 195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic() local 533 const BYTE *anchor = ip; in LZ4_compress_destSize_generic() local
|
/linux-6.3-rc2/include/linux/ |
A D | iova.h | 37 struct iova anchor; /* rbtree lookup anchor */ member
|
A D | usb.h | 1392 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() 1597 struct usb_anchor *anchor; member
|
/linux-6.3-rc2/drivers/usb/serial/ |
A D | opticon.c | 46 struct usb_anchor anchor; member
|
/linux-6.3-rc2/sound/usb/bcd2000/ |
A D | bcd2000.c | 57 struct usb_anchor anchor; member
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | module.c | 319 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala() local
|
/linux-6.3-rc2/fs/udf/ |
A D | super.c | 220 unsigned int anchor; member 1804 struct anchorVolDescPtr *anchor; in udf_load_sequence() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_ste_v1.c | 402 u8 anchor, u8 offset, in dr_ste_v1_set_insert_hdr() 421 u8 anchor, u8 offset, in dr_ste_v1_set_remove_hdr()
|
/linux-6.3-rc2/include/net/ |
A D | tls.h | 131 struct sk_buff *anchor; member
|
/linux-6.3-rc2/fs/ |
A D | libfs.c | 193 struct list_head *anchor = &dentry->d_subdirs; in dcache_readdir() local
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/ |
A D | pgtable.c | 583 kvm_pte_t *anchor; member
|
/linux-6.3-rc2/drivers/char/xillybus/ |
A D | xillyusb.c | 104 struct usb_anchor anchor; member
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpqphp.h | 75 char anchor[4]; member
|