/Zephyr-latest/drivers/espi/ |
D | espi_taf_npcx.c | 463 .opcode = ESPI_TAF_RPMC_OP1_CMD, in espi_taf_npcx_rpmc_op1() 491 .opcode = ESPI_TAF_RPMC_OP2_CMD, in espi_taf_npcx_rpmc_op2()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | adv.c | 1839 uint16_t opcode; in bt_le_per_adv_set_param() local 1846 opcode = BT_HCI_OP_LE_SET_PER_ADV_PARAM_V2; in bt_le_per_adv_set_param() 1849 opcode = BT_HCI_OP_LE_SET_PER_ADV_PARAM; in bt_le_per_adv_set_param() 1880 buf = bt_hci_cmd_create(opcode, size); in bt_le_per_adv_set_param() 1899 if (opcode == BT_HCI_OP_LE_SET_PER_ADV_PARAM_V2) { in bt_le_per_adv_set_param() 1908 err = bt_hci_cmd_send_sync(opcode, buf, NULL); in bt_le_per_adv_set_param()
|
D | att.c | 89 uint8_t opcode; member 270 if (meta.opcode != 0) { in att_tx_destroy() 351 data->opcode = buf->data[0]; in chan_send() 648 const att_type_t op_type = att_op_get_type(meta->opcode); in att_on_sent_cb() 650 LOG_DBG("opcode 0x%x", meta->opcode); in att_on_sent_cb()
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 1773 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b() argument 1775 switch (opcode) { in spi_nor_convert_read_to_4b() 1788 return opcode; in spi_nor_convert_read_to_4b() 1792 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b() argument 1794 switch (opcode) { in spi_nor_convert_write_to_4b() 1803 return opcode; in spi_nor_convert_write_to_4b()
|
D | flash_stm32_ospi.c | 1936 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b() argument 1938 switch (opcode) { in spi_nor_convert_read_to_4b() 1951 return opcode; in spi_nor_convert_read_to_4b() 1955 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b() argument 1957 switch (opcode) { in spi_nor_convert_write_to_4b() 1966 return opcode; in spi_nor_convert_write_to_4b()
|
/Zephyr-latest/drivers/sdhc/ |
D | imx_usdhc.c | 638 if (cmd->opcode == SD_GO_IDLE_STATE) { in imx_usdhc_request() 642 host_cmd.index = cmd->opcode; in imx_usdhc_request() 660 switch (cmd->opcode) { in imx_usdhc_request()
|
D | intel_emmc_host.c | 979 switch (cmd->opcode) { in emmc_request() 998 ret = emmc_send_cmd_data(dev, cmd->opcode, cmd, data, true); in emmc_request() 1001 ret = emmc_send_cmd_no_data(dev, cmd->opcode, cmd); in emmc_request()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_scan_delegator.c | 987 uint8_t opcode; in write_control_point() local 998 opcode = net_buf_simple_pull_u8(&buf); in write_control_point() 1000 if (!BT_BAP_BASS_VALID_OPCODE(opcode)) { in write_control_point() 1006 switch (opcode) { in write_control_point()
|
D | vocs_client.c | 575 inst->cp.opcode = BT_VOCS_OPCODE_SET_OFFSET; in bt_vocs_client_state_set()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | media_proxy.h | 63 uint8_t opcode; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 527 pdu->ctrl.opcode = PDU_BIG_CTRL_TYPE_TERM_IND; in isr_tx_common() 550 pdu->ctrl.opcode = PDU_BIG_CTRL_TYPE_CHAN_MAP_IND; in isr_tx_common()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 133 uint16_t opcode; member 371 #define BT_OGF(opcode) (((opcode) >> 10) & BIT_MASK(6)) argument 373 #define BT_OCF(opcode) ((opcode) & BIT_MASK(10)) argument 2785 uint16_t opcode; member 2796 uint16_t opcode; member
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 365 const uint32_t opcode; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 914 uint8_t opcode; member 1117 uint8_t opcode; member
|
D | ull_llcp_phy.c | 877 switch (pdu->llctrl.opcode) { in llcp_lp_pu_rx() 1298 switch (pdu->llctrl.opcode) { in llcp_rp_pu_rx()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_unicast.c | 168 uint8_t opcode, uint8_t status) in btp_send_ascs_operation_completed_ev() argument 174 ev.opcode = opcode; in btp_send_ascs_operation_completed_ev()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 334 hdr.opcode = sys_cpu_to_le16(BLUENRG_ACI_WRITE_CONFIG_DATA); in bt_spi_send_aci_config()
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 139 E: Invalid opcode
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 93 <wrn> bt_hci_core: opcode 0x0c33 status 0x12
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 718 commands. They are defined based on a vendor identifier and a base opcode. 724 The Opcode_Base parameter points to an opcode that will identify the external 726 opcode and also define a flexible interface for external events. 756 | 0xXXXX | Base opcode of command |
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 589 struct bt_conn *conn, enum bt_gatt_ots_olcp_proc_type opcode, in write_olcp() argument 596 net_buf_simple_add_u8(&otc_tx_buf, opcode); in write_olcp()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 71 fit inside a single Bluetooth Mesh access message excluding the opcode (379 bytes or less). The
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 616 .opcode = cmd->op_code, in qspi_send_cmd()
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 1139 uint8_t opcode; member
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v1.c | 111 hdr->opcode = pl->direction; in rm_write_dma_header_desc()
|