Home
last modified time | relevance | path

Searched refs:cond_le32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firewire/
H A Dohci.c791 #define cond_le32_to_cpu(v) \ macro
794 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
804 p.header[0] = cond_le32_to_cpu(buffer[0]); in handle_ar_packet()
805 p.header[1] = cond_le32_to_cpu(buffer[1]); in handle_ar_packet()
806 p.header[2] = cond_le32_to_cpu(buffer[2]); in handle_ar_packet()
818 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
827 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
852 status = cond_le32_to_cpu(buffer[length]); in handle_ar_packet()
1920 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1924 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firewire/
H A Dohci.c791 #define cond_le32_to_cpu(v) \ macro
794 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
804 p.header[0] = cond_le32_to_cpu(buffer[0]); in handle_ar_packet()
805 p.header[1] = cond_le32_to_cpu(buffer[1]); in handle_ar_packet()
806 p.header[2] = cond_le32_to_cpu(buffer[2]); in handle_ar_packet()
818 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
827 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
852 status = cond_le32_to_cpu(buffer[length]); in handle_ar_packet()
1920 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1924 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firewire/
H A Dohci.c791 #define cond_le32_to_cpu(v) \ macro
794 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
804 p.header[0] = cond_le32_to_cpu(buffer[0]); in handle_ar_packet()
805 p.header[1] = cond_le32_to_cpu(buffer[1]); in handle_ar_packet()
806 p.header[2] = cond_le32_to_cpu(buffer[2]); in handle_ar_packet()
818 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
827 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
852 status = cond_le32_to_cpu(buffer[length]); in handle_ar_packet()
1920 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1924 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
[all …]