/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_stream.c | 56 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_configured_cb() local 75 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_qos_set_cb() local 94 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_enabled_cb() local 113 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_metadata_updated_cb() local 132 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_disabled_cb() local 151 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_released_cb() local 174 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_started_cb() local 193 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_stopped_cb() local 214 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_recv_cb() local 228 struct bt_bap_stream_ops *ops = cap_stream->ops; in cap_stream_sent_cb() local [all …]
|
D | ascs.c | 326 struct bt_bap_stream_ops *ops; in ase_enter_state_idle() local 348 struct bt_bap_stream_ops *ops; in ase_enter_state_codec_configured() local 363 struct bt_bap_stream_ops *ops; in ase_enter_state_qos_configured() local 378 struct bt_bap_stream_ops *ops; in ase_enter_state_enabling() local 397 struct bt_bap_stream_ops *ops; in ase_enter_state_streaming() local 410 struct bt_bap_stream_ops *ops; in ase_metadata_updated() local 423 struct bt_bap_stream_ops *ops; in ase_exit_state_streaming() local 459 struct bt_bap_stream_ops *ops; in ase_exit_state_enabling() local 482 struct bt_bap_stream_ops *ops; in ase_enter_state_disabling() local 877 const struct bt_bap_stream_ops *ops; in ascs_iso_recv() local [all …]
|
D | bap_broadcast_source.c | 143 const struct bt_bap_stream_ops *ops; in broadcast_source_iso_sent() local 172 const struct bt_bap_stream_ops *ops; in broadcast_source_iso_connected() local 211 const struct bt_bap_stream_ops *ops; in broadcast_source_iso_disconnected() local
|
D | bap_stream.c | 65 struct bt_bap_stream_ops *ops; in bt_bap_stream_init() local 106 struct bt_bap_stream_ops *ops) in bt_bap_stream_cb_register()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid.c | 74 const struct hid_device_ops *ops; member 108 const struct hid_device_ops *ops = ddata->ops; in usbd_hid_request() local 140 const struct hid_device_ops *ops = ddata->ops; in handle_set_idle() local 164 const struct hid_device_ops *ops = ddata->ops; in handle_get_idle() local 201 const struct hid_device_ops *ops = ddata->ops; in handle_set_report() local 237 const struct hid_device_ops *ops = ddata->ops; in handle_get_report() local 276 const struct hid_device_ops *const ops = ddata->ops; in handle_set_protocol() local 420 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_sof() local 432 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_enable() local 452 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_disable() local [all …]
|
D | usbd_hid_api.c | 30 const struct hid_device_ops *const ops) in hid_device_register() 42 struct hid_device_ops *ops; member 205 const struct hid_ops *ops) in usb_hid_register_device()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_offload.c | 17 void socket_offload_dns_register(const struct socket_dns_offload *ops) in socket_offload_dns_register()
|
/Zephyr-latest/samples/subsys/usb/audio/headset/src/ |
D | main.c | 62 static const struct usb_audio_ops ops = { variable
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | dut.c | 47 static struct bt_l2cap_chan_ops ops = { variable
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | has_server.c | 32 static const struct bt_has_preset_ops ops = { variable
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_nm.h | 60 const struct wifi_mgmt_ops *ops; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp_null.c | 76 static const struct bt_l2cap_chan_ops ops = { in bt_smp_accept() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | dut.c | 74 static const struct bt_l2cap_chan_ops ops = { variable
|
/Zephyr-latest/samples/subsys/usb/hid-mouse/src/ |
D | main.c | 132 static const struct hid_ops ops = { variable
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco_internal.h | 53 struct bt_sco_chan_ops *ops; member
|
D | avctp.c | 130 static const struct bt_l2cap_chan_ops ops = { in bt_avctp_connect() local
|
D | avctp_internal.h | 84 const struct bt_avctp_ops_cb *ops; member
|
D | a2dp.c | 155 struct bt_a2dp_stream_ops *ops; in a2dp_process_config_ind() local 397 struct bt_a2dp_stream_ops *ops; in bt_a2dp_set_config_cb() local 597 void bt_a2dp_stream_cb_register(struct bt_a2dp_stream *stream, struct bt_a2dp_stream_ops *ops) in bt_a2dp_stream_cb_register() 863 struct bt_a2dp_stream_ops *ops; in a2dp_stream_l2cap_disconnected() local
|
/Zephyr-latest/include/zephyr/drivers/ |
D | disk.h | 95 const struct disk_operations *ops; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | central.c | 53 static struct bt_l2cap_chan_ops ops = { in server_accept_cb() local
|
/Zephyr-latest/drivers/sensor/nxp/p3t1755/ |
D | p3t1755.h | 52 const struct p3t1755_io_ops ops; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ |
D | dut.c | 80 static struct bt_l2cap_chan_ops ops = { in server_accept_cb() local
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | rfcomm.h | 93 struct bt_rfcomm_dlc_ops *ops; member
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 367 const struct bt_has_preset_ops *ops; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 84 static struct bt_l2cap_chan_ops ops = { variable
|