Home
last modified time | relevance | path

Searched refs:cpu_to_be32s (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c478 cpu_to_be32s(&pdu->transfer_buffer_length); in correct_endian_cmd_submit()
479 cpu_to_be32s(&pdu->start_frame); in correct_endian_cmd_submit()
480 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_cmd_submit()
481 cpu_to_be32s(&pdu->interval); in correct_endian_cmd_submit()
496 cpu_to_be32s(&pdu->status); in correct_endian_ret_submit()
497 cpu_to_be32s(&pdu->actual_length); in correct_endian_ret_submit()
498 cpu_to_be32s(&pdu->start_frame); in correct_endian_ret_submit()
499 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_ret_submit()
500 cpu_to_be32s(&pdu->error_count); in correct_endian_ret_submit()
523 cpu_to_be32s(&pdu->status); in correct_endian_ret_unlink()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_command.c322 cpu_to_be32s(&clock.source); in command_set_clock()
323 cpu_to_be32s(&clock.sampling_rate); in command_set_clock()
324 cpu_to_be32s(&clock.index); in command_set_clock()
/linux-4.4.14/include/linux/byteorder/
Dgeneric.h117 #define cpu_to_be32s __cpu_to_be32s macro
/linux-4.4.14/net/irda/
Dparameters.c180 cpu_to_be32s(&p.pv.i); in irda_insert_integer()
/linux-4.4.14/drivers/atm/
Dlanai.c2423 cpu_to_be32s((u32 *) skb->data); in lanai_send()