Searched refs:array (Results 1 – 19 of 19) sorted by relevance
| /drivers/net/ |
| A D | nsos_netdb.c | 32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
| A D | nsos_adapt.c | 49 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
| /drivers/dma/ |
| A D | dma_andes_atcdmacx00.c | 124 uint32_t __aligned(64) array[8]; 409 dma_chain[channel][current_block_idx].array[index++] = ch_ctrl; in dma_atcdmacx00_config() 410 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 413 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 416 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 421 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 424 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 430 dma_chain[channel][current_block_idx].array[index++] = in dma_atcdmacx00_config() 433 dma_chain[channel][current_block_idx].array[index] = in dma_atcdmacx00_config() 440 dma_chain[channel][current_block_idx].array[index++] = 0x0; in dma_atcdmacx00_config() [all …]
|
| /drivers/clock_control/ |
| A D | clock_control_nrf2_common.c | 17 #define CONTAINER_OF_ITEM(ptr, idx, type, array) \ argument 19 (idx * sizeof(array[0])) - \ 20 offsetof(type, array[0]))
|
| /drivers/serial/ |
| A D | uart_native_tty_bottom.c | 24 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
| /drivers/can/ |
| A D | Kconfig.rcar | 20 Defines the array size of the callback/msgq pointers.
|
| A D | Kconfig.native_linux | 28 Defines the array size of the callback/msgq pointers.
|
| A D | Kconfig.mcp2515 | 35 Defines the array size of the callback/msgq pointers.
|
| A D | Kconfig.loopback | 20 Defines the array size of the filters.
|
| A D | Kconfig.xmc4xxx | 20 Defines the array size of transmit callback pointers and semaphores,
|
| A D | Kconfig.mcp251xfd | 23 Defines the array size of transmit callback pointers and semaphores,
|
| /drivers/gnss/ |
| A D | Kconfig.quectel_lcx6g | 33 int "Size of GNSS satellites array"
|
| A D | gnss_u_blox_f9p.c | 230 .array = u_blox_f9p_unsol_messages, in init_modem()
|
| A D | gnss_u_blox_m8.c | 201 .array = u_blox_m8_unsol_messages, in init_modem()
|
| /drivers/i3c/ |
| A D | Kconfig.npcx | 21 # as the second group in the phandle-array.
|
| A D | Kconfig | 177 structs that may be in the array given to i3c_transfer. A sensible default 187 structs that may be in the array given to i3c_transfer. A sensible default
|
| /drivers/display/ |
| A D | uc81xx.c | 174 const struct uc81xx_dt_array *array) in uc81xx_write_array_opt() argument 176 if (array->len && array->data) { in uc81xx_write_array_opt() 177 return uc81xx_write_cmd(dev, cmd, array->data, array->len); in uc81xx_write_array_opt()
|
| /drivers/i2c/ |
| A D | Kconfig | 86 structs that may be in the array given to i2c_transfer. A sensible default 96 structs that may be in the array given to i2c_transfer. A sensible default
|
| /drivers/bluetooth/hci/ |
| A D | hci_nxp_setup.c | 100 static unsigned char fw_upload_crc8(unsigned char *array, unsigned char len) in fw_upload_crc8() argument 104 crc_8 = crc8(array, len, DI, crc_8, false); in fw_upload_crc8()
|
Completed in 92 milliseconds