Searched defs:ctrl (Results 1 – 10 of 10) sorted by relevance
| /subsys/sip_svc/ |
| A D | sip_svc_subsys.c | 140 static uint32_t sip_svc_get_c_idx(struct sip_svc_controller *ctrl, uint32_t c_token) in sip_svc_get_c_idx() 166 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_register() local 198 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_unregister() local 274 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_open() local 351 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_close() local 395 static void sip_svc_callback(struct sip_svc_controller *ctrl, uint32_t trans_id, in sip_svc_callback() 462 static int sip_svc_request_handler(struct sip_svc_controller *ctrl) in sip_svc_request_handler() 546 static int sip_svc_async_response_handler(struct sip_svc_controller *ctrl) in sip_svc_async_response_handler() 649 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ctrl_ptr; in sip_svc_thread() local 681 struct sip_svc_controller *ctrl = (struct sip_svc_controller *)ct; in sip_svc_send() local [all …]
|
| A D | sip_svc_shell.c | 22 static int parse_common_args(const struct shell *sh, char **argv, void **ctrl) in parse_common_args() 42 struct sip_svc_controller *ctrl; in cmd_reg() local 65 struct sip_svc_controller *ctrl; in cmd_unreg() local 99 struct sip_svc_controller *ctrl; in cmd_open() local 153 struct sip_svc_controller *ctrl; in cmd_close() local 206 struct sip_svc_controller *ctrl; in cmd_send() local 343 struct sip_svc_controller *ctrl; in cmd_info() local
|
| /subsys/bluetooth/host/classic/ |
| A D | rfcomm_internal.h | 112 #define BT_RFCOMM_GET_FRAME_TYPE(ctrl) ((ctrl) & 0xef) argument 118 #define BT_RFCOMM_GET_PF(ctrl) (((ctrl) & 0x10) >> 4) argument
|
| A D | avdtp.c | 1596 static int bt_avdtp_ctrl(struct bt_avdtp *session, struct bt_avdtp_ctrl_params *param, uint8_t ctrl, in bt_avdtp_ctrl()
|
| /subsys/net/lib/ptp/ |
| A D | transport.c | 299 uint8_t ctrl[CMSG_SPACE(sizeof(struct net_ptp_time))] = {0}; in ptp_transport_recv() local
|
| /subsys/usb/device/class/ |
| A D | cdc_acm.c | 812 uint32_t ctrl, uint32_t val) in cdc_acm_line_ctrl_set() 893 uint32_t ctrl, uint32_t *val) in cdc_acm_line_ctrl_get()
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | lll_sync_iso.h | 50 uint64_t ctrl:1; member
|
| A D | pdu.h | 1155 struct pdu_big_ctrl ctrl; member
|
| /subsys/usb/device_next/class/ |
| A D | usbd_cdc_acm.c | 1021 const uint32_t ctrl, const uint32_t val) in cdc_acm_line_ctrl_set() 1065 const uint32_t ctrl, uint32_t *const val) in cdc_acm_line_ctrl_get()
|
| A D | usbd_uvc.c | 915 struct video_control ctrl = {.id = map->cid}; in uvc_get_vc_ctrl() local 1027 struct video_control ctrl = {.id = map->cid}; in uvc_set_vc_ctrl() local
|
Completed in 27 milliseconds