/openbmc/linux/drivers/usb/core/ |
H A D | urb.c | 127 void usb_anchor_urb(struct urb *urb, struct usb_anchor *anchor) in usb_anchor_urb() 143 static int usb_anchor_check_wakeup(struct usb_anchor *anchor) in usb_anchor_check_wakeup() 150 static void __usb_unanchor_urb(struct urb *urb, struct usb_anchor *anchor) in __usb_unanchor_urb() 168 struct usb_anchor *anchor; in usb_unanchor_urb() local 808 void usb_kill_anchored_urbs(struct usb_anchor *anchor) in usb_kill_anchored_urbs() 846 void usb_poison_anchored_urbs(struct usb_anchor *anchor) in usb_poison_anchored_urbs() 880 void usb_unpoison_anchored_urbs(struct usb_anchor *anchor) in usb_unpoison_anchored_urbs() 905 void usb_unlink_anchored_urbs(struct usb_anchor *anchor) in usb_unlink_anchored_urbs() 924 void usb_anchor_suspend_wakeups(struct usb_anchor *anchor) in usb_anchor_suspend_wakeups() 938 void usb_anchor_resume_wakeups(struct usb_anchor *anchor) in usb_anchor_resume_wakeups() [all …]
|
H A D | hcd.c | 1626 struct usb_anchor *anchor = urb->anchor; in __usb_hcd_giveback_urb() local
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 182 def __init__(self, log, marker, anchor): argument 360 def _note(self, note_type, msg, anchor=None): argument 384 def start_section(self, marker, anchor=None): argument 440 def section(self, marker, anchor=None): argument 549 def status_pass(self, msg, anchor=None): argument 562 def status_warning(self, msg, anchor=None): argument 575 def status_skipped(self, msg, anchor=None): argument 588 def status_xfail(self, msg, anchor=None): argument 601 def status_xpass(self, msg, anchor=None): argument 614 def status_fail(self, msg, anchor=None): argument
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_unicode.h | 24 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 38 __le16 *anchor = ucs1; in UniStrncpy_le() local 70 __le16 *anchor = ucs1; in UniStrncpy_to_le() local 87 wchar_t *anchor = ucs1; in UniStrncpy_from_le() local
|
/openbmc/linux/fs/nls/ |
H A D | nls_ucs2_utils.h | 52 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */ in UniStrcat() local 101 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy() local 141 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat() local 188 wchar_t *anchor = ucs1; in UniStrncpy() local 204 wchar_t *anchor = ucs1; in UniStrncpy_le() local
|
/openbmc/linux/drivers/mtd/ubi/ |
H 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() 378 struct ubi_wl_entry *anchor; in ubi_ensure_anchor_pebs() local
|
/openbmc/linux/lib/zstd/compress/ |
H 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
|
H 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
|
H 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
|
H 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
|
/openbmc/linux/lib/lz4/ |
H A D | lz4hc_compress.c | 265 const BYTE **anchor, in LZ4HC_encodeSequence() 349 const BYTE *anchor = ip; in LZ4HC_compress_generic() local
|
H 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
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 88 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb()
|
H A D | wl.c | 676 int anchor = wrk->anchor; local
|
/openbmc/linux/include/linux/ |
H A D | iova.h | 37 struct iova anchor; /* rbtree lookup anchor */ member
|
H A D | usb.h | 1405 static inline void init_usb_anchor(struct usb_anchor *anchor) in init_usb_anchor() 1610 struct usb_anchor *anchor; member
|
/openbmc/linux/drivers/usb/serial/ |
H A D | opticon.c | 46 struct usb_anchor anchor; member
|
/openbmc/linux/sound/usb/bcd2000/ |
H A D | bcd2000.c | 57 struct usb_anchor anchor; member
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 1092 uint8_t **anchor, size_t *anchor_len, in smbios_get_tables_ep() 1199 uint8_t **anchor, size_t *anchor_len, in smbios_get_tables()
|
/openbmc/u-boot/common/ |
H A D | command.c | 328 char *anchor, *s, *t; in find_common_prefix() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 319 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala() local
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 216 unsigned int anchor; member 1816 struct anchorVolDescPtr *anchor; in udf_load_sequence() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H 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()
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 35 u8 anchor[4]; member
|
/openbmc/linux/include/net/ |
H A D | tls.h | 118 struct sk_buff *anchor; member
|