Searched full:_ch (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_internal.h | 188 #define BR_CHAN(_ch) CONTAINER_OF(_ch, struct bt_l2cap_br_chan, chan) argument
|
D | avctp.c | 33 #define AVCTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avctp, br_chan.chan) argument
|
D | sdp.c | 33 #define SDP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp, chan.chan) argument 79 #define SDP_CLIENT_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp_client, chan.chan) argument
|
D | avdtp.c | 43 #define AVDTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avdtp, br_chan.chan) argument
|
D | rfcomm.c | 57 #define RFCOMM_SESSION(_ch) CONTAINER_OF(_ch, \ argument
|
/Zephyr-latest/dts/bindings/pwm/ |
D | infineon,xmc4xxx-ccu4-pwm.yaml | 48 pwm_out_p{PORT}_{PIN}_ccu4{MODULE_IDX}_ch{CHANNEL_IDX}, where MODULE_IDX and
|
D | infineon,xmc4xxx-ccu8-pwm.yaml | 56 The 'pwm_out_p{PORT}_{PIN}_ccu8{MODULE_IDX}_ch{CHANNEL_IDX}_{HIGH_LOW}'
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 267 * @param _ch Address of object of bt_l2cap_chan type 272 #define BT_L2CAP_LE_CHAN(_ch) CONTAINER_OF(_ch, struct bt_l2cap_le_chan, chan) argument
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 36 #define ATT_CHAN(_ch) CONTAINER_OF(_ch, struct bt_att_chan, chan.chan) argument
|