Searched refs:MAX_CMD (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/ |
H A D | ne_pci_dev.h | 120 * @MAX_CMD: A gatekeeper for max possible command type. 135 MAX_CMD, enumerator
|
H A D | ne_pci_dev.c | 106 if (cmd_type <= INVALID_CMD || cmd_type >= MAX_CMD) { in ne_do_request()
|
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/ |
H A D | ne_pci_dev.h | 124 * @MAX_CMD: A gatekeeper for max possible command type. 139 MAX_CMD, enumerator
|
H A D | ne_pci_dev.c | 106 if (cmd_type <= INVALID_CMD || cmd_type >= MAX_CMD) { in ne_do_request()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | imx214.c | 686 #define MAX_CMD 4 macro 690 u8 vals[MAX_CMD]; in imx214_write_table() 701 for (i = 0; i < MAX_CMD; i++) { in imx214_write_table()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx214.c | 689 #define MAX_CMD 4 macro 693 u8 vals[MAX_CMD]; in imx214_write_table() 704 for (i = 0; i < MAX_CMD; i++) { in imx214_write_table()
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene.h | 240 MAX_CMD enumerator
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene.h | 240 MAX_CMD enumerator
|
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 361 enum { SB_CMD = 0, MODEM_CMD, I2S_CMD0, I2S_CMD1, FM_CMD, MAX_CMD }; enumerator
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 360 enum { SB_CMD = 0, MODEM_CMD, I2S_CMD0, I2S_CMD1, FM_CMD, MAX_CMD }; enumerator
|
Completed in 21 milliseconds