Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 11 of 11) sorted by relevance

/subsys/net/lib/mqtt/
A Dmqtt_decoder.c565 struct property_decoder prop[] = { in connack_properties_decode() local
707 struct property_decoder prop[] = { in publish_properties_decode() local
881 struct mqtt_common_ack_properties *prop) in common_ack_properties_decode()
900 struct mqtt_common_ack_properties *prop) in common_ack_properties_decode()
911 struct mqtt_common_ack_properties *prop) in common_pub_ack_decode()
946 struct mqtt_common_ack_properties *prop = NULL; in publish_ack_decode() local
962 struct mqtt_common_ack_properties *prop = NULL; in publish_receive_decode() local
978 struct mqtt_common_ack_properties *prop = NULL; in publish_release_decode() local
994 struct mqtt_common_ack_properties *prop = NULL; in publish_complete_decode() local
1089 struct property_decoder prop[] = { in disconnect_properties_decode() local
[all …]
A Dmqtt_encoder.c297 static uint8_t get_uint8_property_default(uint8_t prop) in get_uint8_property_default()
343 static int encode_uint16_property(uint8_t prop, uint16_t value, in encode_uint16_property()
995 const struct mqtt_common_ack_properties *prop) in common_ack_properties_length()
1002 const struct mqtt_common_ack_properties *prop, in common_ack_properties_encode()
1035 const struct mqtt_common_ack_properties *prop) in common_ack_properties_length()
1041 const struct mqtt_common_ack_properties *prop, in common_ack_properties_encode()
1053 const struct mqtt_common_ack_properties *prop, in common_ack_encode()
1104 const struct mqtt_common_ack_properties *prop = NULL; in publish_ack_encode() local
1124 const struct mqtt_common_ack_properties *prop = NULL; in publish_receive_encode() local
1144 const struct mqtt_common_ack_properties *prop = NULL; in publish_release_encode() local
[all …]
/subsys/usb/device/class/audio/
A Dusb_audio_internal.h67 #define POS(prop, ch_idx, ch_cnt) (ch_cnt * POS_##prop + \ argument
69 #define LEN(ch_cnt, prop) (ch_cnt * FEATURE_##prop##_SIZE) argument
80 #define IF_USB_AUDIO_PROP_HP(i, prop, bitmask) \ argument
82 #define IF_USB_AUDIO_PROP_MIC(i, prop, bitmask) \ argument
84 #define IF_USB_AUDIO_PROP_HS_HP(i, prop, bitmask) \ argument
86 #define IF_USB_AUDIO_PROP_HS_MIC(i, prop, bitmask) \ argument
88 #define IF_USB_AUDIO_PROP(dev, i, prop, bitmask) \ argument
163 #define GET_VOLUME_HS(i, prop) DT_PROP_OR(DT_INST(i, COMPAT_HS), prop, 0) argument
164 #define GET_VOLUME_HP(i, prop) DT_PROP_OR(DT_INST(i, COMPAT_HP), prop, 0) argument
165 #define GET_VOLUME_MIC(i, prop) DT_PROP_OR(DT_INST(i, COMPAT_MIC), prop, 0) argument
[all …]
/subsys/input/
A Dinput_keymap.c91 #define KEYMAP_ENTRY_VALIDATE(node_id, prop, idx) \ argument
97 #define CODES_INIT(node_id, prop, idx) \ argument
/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
A Dradio_nrf5_fem.h29 #define FEM_HAS_PROP(prop) DT_NODE_HAS_PROP(FEM_NODE, prop) argument
A Dradio.c36 #define NRF_FEM_GPIO(prop) \ argument
40 #define NRF_FEM_PSEL(prop) NRF_DT_GPIOS_TO_PSEL(FEM_NODE, prop) argument
/subsys/modbus/
A Dmodbus_core.c18 #define MB_RTU_DEFINE_GPIO_CFG(inst, prop) \ argument
33 #define MB_RTU_ASSIGN_GPIO_CFG(inst, prop) \ argument
/subsys/logging/backends/
A Dlog_backend_uart.c256 #define LBU_PHA_FN(node_id, prop, idx) LBU_DEFINE(DT_PHANDLE_BY_IDX(node_id, prop, idx), idx) argument
/subsys/bluetooth/mesh/
A Ddfu_slot.c337 const char *prop; in slot_data_load() local
/subsys/bluetooth/services/ots/
A Dots.c87 static bool ots_obj_validate_prop_against_oacp(uint32_t prop, uint32_t oacp) in ots_obj_validate_prop_against_oacp()
/subsys/usb/device_next/class/
A Dusbd_uac2_macros.h28 #define ARRAY_ELEMENT_LESS_THAN_NEXT(node, prop, idx) \ argument
33 #define IS_ARRAY_SORTED(node, prop) \ argument

Completed in 31 milliseconds