Searched refs:swap_buf_le16 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ps3disk.c | 292 static void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() function 378 swap_buf_le16(id, ATA_ID_WORDS); in ps3disk_identify()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ps3disk.c | 277 static void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() function 363 swap_buf_le16(id, ATA_ID_WORDS); in ps3disk_identify()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata.h | 79 extern void swap_buf_le16(u16 *buf, unsigned int buf_words);
|
H A D | libata-acpi.c | 792 swap_buf_le16(dev->id, ATA_ID_WORDS); in ata_acpi_push_id() 795 swap_buf_le16(dev->id, ATA_ID_WORDS); in ata_acpi_push_id()
|
H A D | libata-core.c | 1891 swap_buf_le16(id, ATA_ID_WORDS); in ata_dev_read_id() 4513 * swap_buf_le16 - swap halves of 16-bit words in place 4524 void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() function
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata.h | 75 extern void swap_buf_le16(u16 *buf, unsigned int buf_words);
|
H A D | libata-acpi.c | 786 swap_buf_le16(dev->id, ATA_ID_WORDS); in ata_acpi_push_id() 789 swap_buf_le16(dev->id, ATA_ID_WORDS); in ata_acpi_push_id()
|
H A D | libata-core.c | 1895 swap_buf_le16(id, ATA_ID_WORDS); in ata_dev_read_id() 4714 * swap_buf_le16 - swap halves of 16-bit words in place 4725 void swap_buf_le16(u16 *buf, unsigned int buf_words) in swap_buf_le16() function
|
Completed in 19 milliseconds