/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp.c | 247 bt_avctp_cr_t cr) in avrcp_vendor_dependent_handler() 252 static void avrcp_unit_info_handler(struct bt_avrcp *avrcp, struct net_buf *buf, bt_avctp_cr_t cr) in avrcp_unit_info_handler() 275 bt_avctp_cr_t cr) in avrcp_subunit_info_handler() 306 bt_avctp_cr_t cr) in avrcp_pass_through_handler() 325 bt_avctp_cr_t cr; in avrcp_recv() local 463 static struct net_buf *avrcp_create_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_pdu() 474 static struct net_buf *avrcp_create_unit_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_unit_pdu() 495 static struct net_buf *avrcp_create_subunit_pdu(struct bt_avrcp *avrcp, bt_avctp_cr_t cr) in avrcp_create_subunit_pdu() 523 bt_avctp_cr_t cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_send() local
|
D | rfcomm.c | 335 uint8_t cr, fcs; in rfcomm_send_sabm() local 355 uint8_t fcs, cr; in rfcomm_send_disc() local 384 uint8_t cr, uint8_t type, in rfcomm_make_uih_msg() 501 uint8_t fcs, cr; in rfcomm_send_dm() local 642 uint8_t cr, fcs; in rfcomm_send_ua() local 658 static int rfcomm_send_msc(struct bt_rfcomm_dlc *dlc, uint8_t cr, in rfcomm_send_msc() 679 static int rfcomm_send_rls(struct bt_rfcomm_dlc *dlc, uint8_t cr, in rfcomm_send_rls() 700 static int rfcomm_send_rpn(struct bt_rfcomm_session *session, uint8_t cr, in rfcomm_send_rpn() 716 static int rfcomm_send_test(struct bt_rfcomm_session *session, uint8_t cr, in rfcomm_send_test() 748 static int rfcomm_send_fcon(struct bt_rfcomm_session *session, uint8_t cr) in rfcomm_send_fcon() [all …]
|
D | avctp.c | 84 bt_avctp_cr_t cr; in avctp_l2cap_recv() local 159 struct net_buf *bt_avctp_create_pdu(struct bt_avctp *session, bt_avctp_cr_t cr, in bt_avctp_create_pdu()
|
D | avctp_internal.h | 65 #define BT_AVCTP_HDR_SET_CR(hdr, cr) \ argument
|
D | rfcomm_internal.h | 154 #define BT_RFCOMM_SET_ADDR(dlci, cr) ((((dlci) & 0x3f) << 2) | \ argument 159 #define BT_RFCOMM_SET_MSG_TYPE(type, cr) (((type) << 2) | (cr << 1) | 0x01) argument
|
/Zephyr-latest/drivers/sensor/ti/tmp112/ |
D | tmp112.h | 31 #define TMP112_CONV_RATE(cr) ((cr) << TMP112_CONV_RATE_SHIFT) argument 51 uint8_t cr; member
|
D | tmp112.c | 71 uint16_t cr; in tmp112_attr_set() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_xilinx_axi.c | 163 uint32_t cr = sys_read32(config->base + REG_CR); in i2c_xilinx_axi_target_isr() local 189 uint32_t cr = sys_read32(config->base + REG_CR); in i2c_xilinx_axi_target_isr() local 231 uint32_t cr = sys_read32(config->base + REG_CR); in i2c_xilinx_axi_isr() local 328 uint32_t cr = CR_EN | CR_MSMS; in i2c_xilinx_axi_read_nondyn() local 398 uint32_t cr = CR_EN; in i2c_xilinx_axi_read_dyn() local 485 uint32_t cr = CR_EN | CR_TX; in i2c_xilinx_axi_write() local
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32.c | 164 uint32_t cr = LL_UCPD_ReadReg(config->ucpd_port, CR); in ucpd_get_cc_enable_mask() local 268 int cr; in ucpd_set_vconn() local 372 uint32_t cr; in dead_battery() local 405 uint32_t cr; in ucpd_set_cc() local 455 uint32_t cr; in ucpd_cc_set_polarity() local 490 uint32_t cr; in ucpd_set_rx_enable() local 559 uint32_t cr; in ucpd_start_transmit() local
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_imx.c | 58 uint32_t cr, sr; in imx_pwm_set_cycles() local
|
/Zephyr-latest/drivers/sensor/maxim/max44009/ |
D | max44009.c | 78 uint32_t cr; in max44009_attr_set() local
|
/Zephyr-latest/drivers/sensor/ti/tmp1075/ |
D | tmp1075.h | 61 uint8_t cr; member
|
/Zephyr-latest/drivers/sensor/maxim/max31875/ |
D | max31875.c | 127 uint16_t cr; in max31875_attr_set() local
|
/Zephyr-latest/drivers/serial/ |
D | uart_pl011_registers.h | 30 uint32_t cr; member
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32h7x.c | 61 volatile uint32_t *cr; member
|
D | spi_nor.c | 665 uint16_t cr = -ENOSYS; in mxicy_rdcr() local 690 uint16_t cr) in mxicy_wrcr()
|
/Zephyr-latest/include/zephyr/modem/ |
D | cmux.h | 115 bool cr; member
|
/Zephyr-latest/subsys/modem/ |
D | modem_cmux.c | 64 uint8_t cr: 1; member
|