| /drivers/bluetooth/hci/ |
| A D | hci_nxp.c | 91 static int nxp_bt_send_vs_command(uint16_t opcode, const uint8_t *params, uint8_t params_len) in nxp_bt_send_vs_command() 117 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_SET_BT_SLEEP_MODE_OCF); in nxp_bt_enable_controller_autosleep() local 130 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_BT_HOST_SLEEP_CONFIG_OCF); in nxp_bt_set_host_sleep_config() local 144 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data() local 155 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local 177 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_SET_MAC_ADDR_CMD); in bt_nxp_set_mac_address() local
|
| A D | hci_ifx_cyw208xx.c | 373 wiced_bt_dev_vendor_specific_command(uint16_t opcode, uint8_t param_len, uint8_t *param_buf, in wiced_bt_dev_vendor_specific_command()
|
| A D | hci_ambiq.c | 166 uint16_t opcode = (uint16_t)(evt_data[EVT_CMD_COMP_OP_LSB] + in hci_event_filter() local
|
| A D | hci_stm32wb0.c | 100 static uint8_t check_legacy_extended_call(uint16_t opcode, uint8_t *buffer_out) in check_legacy_extended_call()
|
| A D | hci_nxp_setup.c | 1198 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_OCF); in bt_nxp_set_calibration_data_annex55() local 1351 uint16_t opcode = BT_OP(BT_OGF_VS, HCI_CMD_STORE_BT_CAL_DATA_ANNEX100_OCF); in bt_nxp_set_calibration_data_annex100() local
|
| /drivers/flash/ |
| A D | flash_npcx_fiu_nor.c | 100 static int flash_npcx_uma_cmd_only(const struct device *dev, uint8_t opcode) in flash_npcx_uma_cmd_only() 107 static int flash_npcx_uma_cmd_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_cmd_by_addr() 116 static int flash_npcx_uma_read(const struct device *dev, uint8_t opcode, in flash_npcx_uma_read() 126 static int flash_npcx_uma_write(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write() 136 static int flash_npcx_uma_write_by_addr(const struct device *dev, uint8_t opcode, in flash_npcx_uma_write_by_addr()
|
| A D | spi_nor.c | 386 uint8_t opcode, unsigned int access, in spi_nor_access() 461 #define spi_nor_cmd_read(dev, opcode, dest, length) \ argument 463 #define spi_nor_cmd_addr_read(dev, opcode, addr, dest, length) \ argument 465 #define spi_nor_cmd_addr_read_3b(dev, opcode, addr, dest, length) \ argument 468 #define spi_nor_cmd_addr_read_4b(dev, opcode, addr, dest, length) \ argument 471 #define spi_nor_cmd_addr_fast_read(dev, opcode, addr, dest, length) \ argument 474 #define spi_nor_cmd_addr_fast_read_3b(dev, opcode, addr, dest, length) \ argument 478 #define spi_nor_cmd_addr_fast_read_4b(dev, opcode, addr, dest, length) \ argument 482 #define spi_nor_cmd_write(dev, opcode) \ argument 484 #define spi_nor_cmd_addr_write(dev, opcode, addr, src, length) \ argument [all …]
|
| A D | flash_cadence_qspi_nor_ll.c | 59 int cad_qspi_set_read_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_read_config() 77 int cad_qspi_set_write_config(struct cad_qspi_params *cad_params, uint32_t opcode, in cad_qspi_set_write_config() 150 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() 168 int cad_qspi_stig_read_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_read_cmd() 205 int cad_qspi_stig_wr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_wr_cmd() 238 int cad_qspi_stig_addr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_addr_cmd()
|
| A D | flash_andes_qspi_xip.c | 111 #define flash_andes_qspi_xip_cmd_read(dev, opcode, dest, length) \ argument 113 #define flash_andes_qspi_xip_cmd_write_data(dev, opcode, src, length) \ argument 115 #define flash_andes_qspi_xip_cmd_write(dev, opcode) \ argument 117 #define flash_andes_qspi_xip_cmd_addr_read(dev, opcode, addr, dest, length) \ argument 119 #define flash_andes_qspi_xip_cmd_addr_write(dev, opcode, addr, src, length) \ argument 161 static __ramfunc int flash_andes_qspi_xip_access(const struct device *const dev, uint8_t opcode, in flash_andes_qspi_xip_access()
|
| A D | spi_flash_at45.c | 113 const uint8_t opcode = CMD_READ_ID; in check_jedec_id() local 160 const uint8_t opcode = CMD_READ_STATUS; in read_status_register() local 406 static int perform_erase_op(const struct device *dev, uint8_t opcode, in perform_erase_op() 530 static int power_down_op(const struct device *dev, uint8_t opcode, in power_down_op()
|
| A D | flash_andes_qspi.c | 37 #define flash_andes_qspi_cmd_read(dev, opcode, dest, length) \ argument 39 #define flash_andes_qspi_cmd_addr_read(dev, opcode, addr, dest, length) \ argument 42 #define flash_andes_qspi_cmd_write(dev, opcode) \ argument 44 #define flash_andes_qspi_cmd_addr_write(dev, opcode, addr, src, length) \ argument 135 uint8_t opcode, uint8_t access, off_t addr, in flash_andes_qspi_access()
|
| A D | flash_npcx_fiu_qspi.h | 44 uint8_t opcode; member
|
| A D | nrf_qspi_nor.c | 462 uint8_t opcode = SPI_NOR_CMD_RDSR; in qspi_rdsr() local 505 uint8_t opcode = SPI_NOR_CMD_WRSR; in qspi_wrsr() local
|
| A D | flash_stm32_xspi.c | 1797 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b() 1816 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b()
|
| /drivers/sensor/rohm/bh1750/ |
| A D | bh1750.c | 50 static int bh1750_opcode_read(const struct device *dev, uint8_t opcode, in bh1750_opcode_read() 65 static int bh1750_opcode_write(const struct device *dev, uint8_t opcode) in bh1750_opcode_write()
|
| /drivers/sdhc/ |
| A D | sdhc_renesas_ra.h | 21 uint32_t opcode; member
|
| A D | sdhc_esp32.h | 89 uint32_t opcode; /*!< SD or MMC command index */ member
|
| A D | sdhc_max32.c | 301 static int cmd_opcode_converter(int opcode, unsigned int *cmd) in cmd_opcode_converter()
|
| /drivers/ethernet/ |
| A D | eth_enc424j600.c | 98 static void enc424j600_modify_sfru(const struct device *dev, uint8_t opcode, in enc424j600_modify_sfru() 159 static void enc424j600_write_mem(const struct device *dev, uint8_t opcode, in enc424j600_write_mem() 185 static void enc424j600_read_mem(const struct device *dev, uint8_t opcode, in enc424j600_read_mem()
|
| /drivers/sensor/s11059/ |
| A D | s11059.c | 126 const uint8_t opcode[] = {S11059_REG_ADDR_CONTROL, control}; in s11059_control_write() local 134 const uint8_t opcode[] = {S11059_REG_ADDR_MANUAL_TIMING, manual_time >> 8, in s11059_manual_timing_write() local
|
| /drivers/lora/ |
| A D | sx126x.c | 182 uint8_t SX126xReadCommand(RadioCommands_t opcode, in SX126xReadCommand() 200 void SX126xWriteCommand(RadioCommands_t opcode, uint8_t *buffer, uint16_t size) in SX126xWriteCommand()
|
| /drivers/dma/ |
| A D | dma_iproc_pax_v1.h | 79 uint64_t opcode : 4; /*opcode 59:56*/ member
|
| A D | dma_pl330.c | 151 static inline void dma_pl330_gen_op(uint8_t opcode, uint32_t addr, uint32_t val) in dma_pl330_gen_op()
|
| /drivers/crypto/ |
| A D | crypto_ataes132a.c | 42 static int ataes132a_send_command(const struct device *dev, uint8_t opcode, in ataes132a_send_command()
|
| /drivers/ethernet/phy/ |
| A D | phy_dm8806.c | 46 static uint16_t phy_calculate_checksum(uint16_t data, uint16_t reg_addr, uint8_t opcode) in phy_calculate_checksum()
|