Home
last modified time | relevance | path

Searched refs:has_be_header_quirk (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Dfirewire_ohci.h62 …TP_PROTO(unsigned int card_index, u32 reg, const __le32 *self_id_receive, bool has_be_header_quirk
63 TP_ARGS(card_index, reg, self_id_receive, has_be_header_quirk),
77 ptr[i] = cond_le32_to_cpu(self_id_receive[i], has_be_header_quirk);
/linux/drivers/firewire/
H A Dohci.c48 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk);
664 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk) in cond_le32_to_cpu() argument
666 return has_be_header_quirk ? (__force __u32)value : le32_to_cpu(value); in cond_le32_to_cpu()
669 static bool has_be_header_quirk(const struct fw_ohci *ohci) in has_be_header_quirk() function
674 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk __maybe_unused) in cond_le32_to_cpu()
679 static bool has_be_header_quirk(const struct fw_ohci *ohci) in has_be_header_quirk() function
692 p.header[0] = cond_le32_to_cpu(buffer[0], has_be_header_quirk(ohci)); in handle_ar_packet()
693 p.header[1] = cond_le32_to_cpu(buffer[1], has_be_header_quirk(ohci)); in handle_ar_packet()
694 p.header[2] = cond_le32_to_cpu(buffer[2], has_be_header_quirk(ohci)); in handle_ar_packet()
706 p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci)); in handle_ar_packet()
[all …]