Searched refs:le16_to_cpu (Results 1 – 5 of 5) sorted by relevance
62 #define le16_to_cpu bswap_16 macro75 #define le16_to_cpu macro
19 return le16_to_cpu(__get_unaligned_t(__le16, p)); in get_unaligned_le16()
51 #define le16_to_cpu(x) le16toh(x) macro582 printf("wValue = %d\n", le16_to_cpu(setup->wValue)); in handle_setup()583 printf("wIndex = %d\n", le16_to_cpu(setup->wIndex)); in handle_setup()584 printf("wLength = %d\n", le16_to_cpu(setup->wLength)); in handle_setup()
344 if (handle != le16_to_cpu(pl->handles[nr])) { in mock_clear_event()1177 nr_records = le16_to_cpu(po->count); in mock_get_poison()1420 u16 offset = le16_to_cpu(input->offset); in mock_get_test_feature()1421 u16 count = le16_to_cpu(input->count); in mock_get_test_feature()1513 start_idx = le16_to_cpu(in->start_idx); in mock_get_supported_features()1519 count = le16_to_cpu(in->count); in mock_get_supported_features()
28 case 2: v = le16_to_cpu(r); break; \
Completed in 11 milliseconds