Home
last modified time | relevance | path

Searched refs:array (Results 1 – 19 of 19) sorted by relevance

/drivers/net/
A Dnsos_netdb.c32 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
A Dnsos_adapt.c49 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
/drivers/dma/
A Ddma_andes_atcdmacx00.c124 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 Dclock_control_nrf2_common.c17 #define CONTAINER_OF_ITEM(ptr, idx, type, array) \ argument
19 (idx * sizeof(array[0])) - \
20 offsetof(type, array[0]))
/drivers/serial/
A Duart_native_tty_bottom.c24 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
/drivers/can/
A DKconfig.rcar20 Defines the array size of the callback/msgq pointers.
A DKconfig.native_linux28 Defines the array size of the callback/msgq pointers.
A DKconfig.mcp251535 Defines the array size of the callback/msgq pointers.
A DKconfig.loopback20 Defines the array size of the filters.
A DKconfig.xmc4xxx20 Defines the array size of transmit callback pointers and semaphores,
A DKconfig.mcp251xfd23 Defines the array size of transmit callback pointers and semaphores,
/drivers/gnss/
A DKconfig.quectel_lcx6g33 int "Size of GNSS satellites array"
A Dgnss_u_blox_f9p.c230 .array = u_blox_f9p_unsol_messages, in init_modem()
A Dgnss_u_blox_m8.c201 .array = u_blox_m8_unsol_messages, in init_modem()
/drivers/i3c/
A DKconfig.npcx21 # as the second group in the phandle-array.
A DKconfig177 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 Duc81xx.c174 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 DKconfig86 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 Dhci_nxp_setup.c100 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