Searched refs:le_struct (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
H A Dunaligned.h4 #include <linux/unaligned/le_struct.h>
/linux-4.4.14/arch/ia64/include/asm/
H A Dunaligned.h4 #include <linux/unaligned/le_struct.h>
/linux-4.4.14/arch/xtensa/include/asm/
H A Dunaligned.h16 # include <linux/unaligned/le_struct.h>
/linux-4.4.14/include/asm-generic/
H A Dunaligned.h17 # include <linux/unaligned/le_struct.h>
/linux-4.4.14/arch/mips/include/asm/
H A Dunaligned.h18 # include <linux/unaligned/le_struct.h>
/linux-4.4.14/arch/microblaze/include/asm/
H A Dunaligned.h16 # include <linux/unaligned/le_struct.h>
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c279 * @le_struct: Pointer to structure to be written
280 * @len: Size of le_struct
287 const void *le_struct, u32 len) fm10k_tlv_attr_put_le_struct()
289 const __le32 *le32_ptr = (const __le32 *)le_struct; fm10k_tlv_attr_put_le_struct()
317 * @le_struct: Pointer to structure to be written
321 * pointed to by le_struct. The function will return success
325 s32 fm10k_tlv_attr_get_le_struct(u32 *attr, void *le_struct, u32 len) fm10k_tlv_attr_get_le_struct() argument
327 __le32 *le32_ptr = (__le32 *)le_struct; fm10k_tlv_attr_get_le_struct()
331 if (!le_struct || !attr) fm10k_tlv_attr_get_le_struct()
286 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, const void *le_struct, u32 len) fm10k_tlv_attr_put_le_struct() argument
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Djr3_pci.h223 struct le_struct { struct
653 * le_struct structure (pg. 23).
656 struct le_struct load_envelopes[0x10]; /* offset 0x0100 */

Completed in 342 milliseconds