Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c56 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 …]
Dascs.c326 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 …]
Dbap_broadcast_source.c143 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
Dbap_stream.c65 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/
Dusbd_hid.c74 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 …]
Dusbd_hid_api.c30 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/
Dsocket_offload.c17 void socket_offload_dns_register(const struct socket_dns_offload *ops) in socket_offload_dns_register()
/Zephyr-latest/samples/subsys/usb/audio/headset/src/
Dmain.c62 static const struct usb_audio_ops ops = { variable
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c47 static struct bt_l2cap_chan_ops ops = { variable
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dhas_server.c32 static const struct bt_has_preset_ops ops = { variable
/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h60 const struct wifi_mgmt_ops *ops; member
/Zephyr-latest/subsys/bluetooth/host/
Dsmp_null.c76 static const struct bt_l2cap_chan_ops ops = { in bt_smp_accept() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c74 static const struct bt_l2cap_chan_ops ops = { variable
/Zephyr-latest/samples/subsys/usb/hid-mouse/src/
Dmain.c132 static const struct hid_ops ops = { variable
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco_internal.h53 struct bt_sco_chan_ops *ops; member
Davctp.c130 static const struct bt_l2cap_chan_ops ops = { in bt_avctp_connect() local
Davctp_internal.h84 const struct bt_avctp_ops_cb *ops; member
Da2dp.c155 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/
Ddisk.h95 const struct disk_operations *ops; member
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dcentral.c53 static struct bt_l2cap_chan_ops ops = { in server_accept_cb() local
/Zephyr-latest/drivers/sensor/nxp/p3t1755/
Dp3t1755.h52 const struct p3t1755_io_ops ops; member
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c80 static struct bt_l2cap_chan_ops ops = { in server_accept_cb() local
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h93 struct bt_rfcomm_dlc_ops *ops; member
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h367 const struct bt_has_preset_ops *ops; member
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c84 static struct bt_l2cap_chan_ops ops = { variable

123