| /Zephyr-latest/soc/ite/ec/common/ | 
| D | soc_dt.h | 13 #define IT8XXX2_DEV_WUC(idx, inst)					\  argument15 #define IT8XXX2_DEV_WUC_MASK(idx, inst)					\  argument
 27 #define IT8XXX2_DT_INST_WUCCTRL(inst, idx)				\  argument
 37 #define IT8XXX2_DT_WUC_ITEMS_FUNC(idx, inst)				\  argument
 50 #define IT8XXX2_DT_INST_WUCCTRL_LEN(inst)				\  argument
 60 #define IT8XXX2_DT_WUC_ITEMS_LIST(inst) {				\  argument
 73 #define IT8XXX2_DT_GPIO_IRQ_FUNC(idx, inst)				\  argument
 83 #define IT8XXX2_DT_GPIO_IRQ_LIST(inst) {			        \  argument
 
 | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | has_client.c | 38 	struct bt_has_client *inst = &clients[bt_conn_index(conn)];  in inst_by_conn()  local47 static void inst_cleanup(struct bt_has_client *inst)  in inst_cleanup()
 54 static enum bt_has_capabilities get_capabilities(const struct bt_has_client *inst)  in get_capabilities()
 66 static void handle_read_preset_rsp(struct bt_has_client *inst, struct net_buf_simple *buf)  in handle_read_preset_rsp()
 102 static void handle_generic_update(struct bt_has_client *inst, struct net_buf_simple *buf,  in handle_generic_update()
 133 static void handle_preset_deleted(struct bt_has_client *inst, struct net_buf_simple *buf,  in handle_preset_deleted()
 144 static void handle_preset_availability(struct bt_has_client *inst, struct net_buf_simple *buf,  in handle_preset_availability()
 156 static void handle_preset_changed(struct bt_has_client *inst, struct net_buf_simple *buf)  in handle_preset_changed()
 203 	struct bt_has_client *inst = CONTAINER_OF(params, struct bt_has_client,  in control_point_notify_cb()  local
 240 static void discover_complete(struct bt_has_client *inst)  in discover_complete()
 [all …]
 
 | 
| D | aics.c | 127 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_aics_state()  local140 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_aics_gain_settings()  local
 153 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_type()  local
 171 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_input_status()  local
 193 static void notify_work_reschedule(struct bt_aics *inst, enum bt_aics_notify notify,  in notify_work_reschedule()
 207 static void notify(struct bt_aics *inst, enum bt_aics_notify notify, const struct bt_uuid *uuid,  in notify()
 223 	struct bt_aics *inst = CONTAINER_OF(d_work, struct bt_aics, srv.notify_work);  in notify_work_handler()  local
 241 static void value_changed(struct bt_aics *inst, enum bt_aics_notify notify)  in value_changed()
 254 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in write_aics_control()  local
 374 	struct bt_aics *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in write_description()  local
 [all …]
 
 | 
| D | aics_client.c | 62 	struct bt_aics *inst;  in aics_client_notify_handler()  local129 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in aics_client_read_state_cb()  local
 178 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in aics_client_read_gain_settings_cb()  local
 227 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in aics_client_read_type_cb()  local
 272 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in aics_client_read_status_cb()  local
 311 static void aics_cp_notify_app(struct bt_aics *inst, uint8_t err)  in aics_cp_notify_app()
 354 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in internal_read_state_cb()  local
 407 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->handle);  in aics_client_write_aics_cp_cb()  local
 450 static int aics_client_common_control(uint8_t opcode, struct bt_aics *inst)  in aics_client_common_control()
 499 	struct bt_aics *inst = lookup_aics_by_handle(conn, params->single.handle);  in aics_client_read_desc_cb()  local
 [all …]
 
 | 
| D | vocs_client.c | 61 	struct bt_vocs_client *inst;  in vocs_client_notify_handler()  local126 	struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle);  in vocs_client_read_offset_state_cb()  local
 167 	struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle);  in vocs_client_read_location_cb()  local
 207 	struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle);  in internal_read_volume_offset_state_cb()  local
 258 	struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->handle);  in vocs_client_write_vocs_cp_cb()  local
 308 	struct bt_vocs_client *inst = lookup_vocs_by_handle(conn, params->single.handle);  in vocs_client_read_output_desc_cb()  local
 347 static bool valid_inst_discovered(struct bt_vocs_client *inst)  in valid_inst_discovered()
 358 	struct bt_vocs_client *inst = CONTAINER_OF(params, struct bt_vocs_client, discover_params);  in vocs_discover_func()  local
 440 int bt_vocs_client_state_get(struct bt_vocs_client *inst)  in bt_vocs_client_state_get()
 477 int bt_vocs_client_location_set(struct bt_vocs_client *inst, uint32_t location)  in bt_vocs_client_location_set()
 [all …]
 
 | 
| D | tbs.c | 119 static bool inst_is_registered(const struct tbs_inst *inst)  in inst_is_registered()124 static bool inst_is_gtbs(const struct tbs_inst *inst)  in inst_is_gtbs()
 133 static uint8_t inst_index(const struct tbs_inst *inst)  in inst_index()
 151 	struct tbs_inst *inst = NULL;  in inst_lookup_index()  local
 166 static struct bt_tbs_call *lookup_call_in_inst(struct tbs_inst *inst, uint8_t call_index)  in lookup_call_in_inst()
 210 static bool inst_check_attr(struct tbs_inst *inst, const struct bt_gatt_attr *attr)  in inst_check_attr()
 259 static bool is_authorized(const struct tbs_inst *inst, struct bt_conn *conn)  in is_authorized()
 388 	struct tbs_inst *inst;  member
 396 	struct tbs_inst *inst = cb_info->inst;  in set_value_changed_cb()  local
 425 static void set_value_changed(struct tbs_inst *inst, void (*value_cb)(struct tbs_flags *flags),  in set_value_changed()
 [all …]
 
 | 
| D | vocs.c | 53 	struct bt_vocs_server *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_offset_state()  local79 static void notify_work_reschedule(struct bt_vocs_server *inst, enum bt_vocs_notify notify,  in notify_work_reschedule()
 93 static void notify(struct bt_vocs_server *inst, enum bt_vocs_notify notify,  in notify()
 109 	struct bt_vocs_server *inst = CONTAINER_OF(d_work, struct bt_vocs_server, notify_work);  in notify_work_handler()  local
 126 static void value_changed(struct bt_vocs_server *inst, enum bt_vocs_notify notify)  in value_changed()
 137 	struct bt_vocs_server *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in write_location()  local
 172 	struct bt_vocs_server *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in read_location()  local
 183 	struct bt_vocs_server *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in write_vocs_control()  local
 254 	struct bt_vocs_server *inst = BT_AUDIO_CHRC_USER_DATA(attr);  in write_output_desc()  local
 283 static int vocs_write(struct bt_vocs_server *inst,  in vocs_write()
 [all …]
 
 | 
| /Zephyr-latest/soc/nuvoton/npcx/common/ | 
| D | soc_dt.h | 40 #define NPCX_DT_INST_PROP_ENUM_OR(inst, prop, default_value) \  argument61 #define NPCX_DT_CLK_CFG_ITEM(inst)                                             \  argument
 76 #define NPCX_DT_CLK_CFG_ITEM_BY_IDX(inst, i)                                   \  argument
 90 #define NPCX_DT_CLK_CFG_ITEM_BY_NAME(inst, name)                               \  argument
 103 #define NPCX_DT_CLK_CFG_ITEMS_LEN(inst) DT_INST_PROP_LEN(inst, clocks)  argument
 113 #define NPCX_DT_CLK_CFG_ITEMS_FUNC(child, inst) \  argument
 136 #define NPCX_DT_CLK_CFG_ITEMS_LIST(inst) {        \  argument
 149 #define NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, name) \  argument
 159 #define NPCX_DT_WUI_ITEM_BY_NAME(inst, name)				       \  argument
 176 #define NPCX_DT_PHANDLE_FROM_WUI_MAPS(inst, i) \  argument
 [all …]
 
 | 
| /Zephyr-latest/drivers/comparator/ | 
| D | comparator_mcux_acmp.c | 82 #define MCUX_ACMP_DT_INST_ENUM(inst, name, prop) \  argument85 #define MCUX_ACMP_DT_INST_ENUM_OR(inst, name, prop, or)						\  argument
 90 #define MCUX_ACMP_DT_INST_OFFSET_MODE(inst) \  argument
 93 #define MCUX_ACMP_DT_INST_HYST_MODE(inst) \  argument
 96 #define MCUX_ACMP_DT_INST_EN_HS_MODE(inst) \  argument
 99 #define MCUX_ACMP_DT_INST_INV_OUT(inst) \  argument
 102 #define MCUX_ACMP_DT_INST_USE_UNFILTERED_OUT(inst) \  argument
 105 #define MCUX_ACMP_DT_INST_EN_PIN_OUT(inst) \  argument
 108 #define MCUX_ACMP_DT_INST_MODE_CONFIG_INIT(inst)						\  argument
 118 #define MCUX_ACMP_DT_INST_P_MUX_IN(inst) \  argument
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/devicetree/ | 
| D | pwms.h | 331 #define DT_INST_PWMS_CTLR_BY_IDX(inst, idx) \  argument343 #define DT_INST_PWMS_CTLR_BY_NAME(inst, name) \  argument
 353 #define DT_INST_PWMS_CTLR(inst) DT_INST_PWMS_CTLR_BY_IDX(inst, 0)  argument
 363 #define DT_INST_PWMS_CELL_BY_IDX(inst, idx, cell) \  argument
 375 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \  argument
 384 #define DT_INST_PWMS_CELL(inst, cell) \  argument
 394 #define DT_INST_PWMS_CHANNEL_BY_IDX(inst, idx) \  argument
 405 #define DT_INST_PWMS_CHANNEL_BY_NAME(inst, name) \  argument
 414 #define DT_INST_PWMS_CHANNEL(inst) DT_INST_PWMS_CHANNEL_BY_IDX(inst, 0)  argument
 423 #define DT_INST_PWMS_PERIOD_BY_IDX(inst, idx) \  argument
 [all …]
 
 | 
| D | pinctrl.h | 311 #define DT_INST_PINCTRL_BY_IDX(inst, pc_idx, idx) \  argument329 #define DT_INST_PINCTRL_0(inst, idx) \  argument
 344 #define DT_INST_PINCTRL_BY_NAME(inst, name, idx) \  argument
 358 #define DT_INST_PINCTRL_NAME_TO_IDX(inst, name) \  argument
 371 #define DT_INST_PINCTRL_IDX_TO_NAME_TOKEN(inst, pc_idx) \  argument
 384 #define DT_INST_PINCTRL_IDX_TO_NAME_UPPER_TOKEN(inst, pc_idx) \  argument
 398 #define DT_INST_NUM_PINCTRLS_BY_IDX(inst, pc_idx) \  argument
 411 #define DT_INST_NUM_PINCTRLS_BY_NAME(inst, name) \  argument
 422 #define DT_INST_NUM_PINCTRL_STATES(inst) \  argument
 435 #define DT_INST_PINCTRL_HAS_IDX(inst, pc_idx) \  argument
 [all …]
 
 | 
| D | clocks.h | 261 #define DT_INST_CLOCKS_HAS_IDX(inst, idx) \  argument270 #define DT_INST_CLOCKS_HAS_NAME(inst, name) \  argument
 278 #define DT_INST_NUM_CLOCKS(inst) \  argument
 291 #define DT_INST_CLOCKS_CTLR_BY_IDX(inst, idx) \  argument
 301 #define DT_INST_CLOCKS_CTLR(inst) DT_INST_CLOCKS_CTLR_BY_IDX(inst, 0)  argument
 314 #define DT_INST_CLOCKS_CTLR_BY_NAME(inst, name) \  argument
 326 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \  argument
 338 #define DT_INST_CLOCKS_CELL_BY_NAME(inst, name, cell) \  argument
 347 #define DT_INST_CLOCKS_CELL(inst, cell) \  argument
 
 | 
| D | reset.h | 178 #define DT_INST_RESET_CTLR_BY_IDX(inst, idx) \  argument188 #define DT_INST_RESET_CTLR(inst) \  argument
 202 #define DT_INST_RESET_CTLR_BY_NAME(inst, name) \  argument
 214 #define DT_INST_RESET_CELL_BY_IDX(inst, idx, cell) \  argument
 226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \  argument
 235 #define DT_INST_RESET_CELL(inst, cell) \  argument
 289 #define DT_INST_RESET_ID_BY_IDX(inst, idx) \  argument
 298 #define DT_INST_RESET_ID(inst) \  argument
 
 | 
| D | io-channels.h | 100 #define DT_INST_IO_CHANNELS_CTLR_BY_IDX(inst, idx) \  argument112 #define DT_INST_IO_CHANNELS_CTLR_BY_NAME(inst, name) \  argument
 122 #define DT_INST_IO_CHANNELS_CTLR(inst) DT_INST_IO_CHANNELS_CTLR_BY_IDX(inst, 0)  argument
 221 #define DT_INST_IO_CHANNELS_INPUT_BY_IDX(inst, idx) \  argument
 233 #define DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, name) \  argument
 241 #define DT_INST_IO_CHANNELS_INPUT(inst) DT_INST_IO_CHANNELS_INPUT_BY_IDX(inst, 0)  argument
 
 | 
| D | port-endpoint.h | 36 #define _DT_INST_PORT_BY_ID(inst, pid)                                                             \  argument87 #define DT_INST_PORT_BY_ID(inst, pid)                                                              \  argument
 102 #define _DT_INST_ENDPOINT_BY_ID(inst, pid, eid)                                                    \  argument
 163 #define DT_INST_ENDPOINT_BY_ID(inst, pid, eid)                                                     \  argument
 
 | 
| D | spi.h | 221 #define DT_INST_SPI_DEV_HAS_CS_GPIOS(inst) \  argument231 #define DT_INST_SPI_DEV_CS_GPIOS_CTLR(inst) \  argument
 240 #define DT_INST_SPI_DEV_CS_GPIOS_PIN(inst) \  argument
 250 #define DT_INST_SPI_DEV_CS_GPIOS_FLAGS(inst) \  argument
 
 | 
| D | dma.h | 102 #define DT_INST_DMAS_CTLR_BY_IDX(inst, idx) \  argument114 #define DT_INST_DMAS_CTLR_BY_NAME(inst, name) \  argument
 124 #define DT_INST_DMAS_CTLR(inst) DT_INST_DMAS_CTLR_BY_IDX(inst, 0)  argument
 176 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \  argument
 251 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \  argument
 269 #define DT_INST_DMAS_HAS_IDX(inst, idx) \  argument
 289 #define DT_INST_DMAS_HAS_NAME(inst, name) \  argument
 
 | 
| /Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ | 
| D | cypress_psoc6_dt.h | 111 #define CY_PSOC6_PIN_TO_GPIO_REG_ADDR(inst, i) \  argument115 #define CY_PSOC6_PIN(inst, i) \  argument
 119 #define CY_PSOC6_PIN_HSIOM(inst, i) \  argument
 123 #define CY_PSOC6_PIN_FLAG(inst, i, flag) \  argument
 127 #define CY_PSOC6_PIN_FLAGS(inst, i) \  argument
 142 #define CY_PSOC6_DT_INST_PIN(inst, idx)					\  argument
 151 #define CY_PSOC6_DT_INST_NUM_PINS(inst) DT_INST_NUM_PINCTRLS_BY_IDX(inst, 0)  argument
 154 #define CY_PSOC6_PIN_ELEM(idx, inst) CY_PSOC6_DT_INST_PIN(inst, idx)  argument
 157 #define CY_PSOC6_DT_INST_PINS(inst)			\  argument
 
 | 
| /Zephyr-latest/include/zephyr/drivers/mspi/ | 
| D | devicetree.h | 68 #define MSPI_DEVICE_CONFIG_DT_INST(inst) MSPI_DEVICE_CONFIG_DT(DT_DRV_INST(inst))  argument109 #define MSPI_XIP_CONFIG_DT_INST(inst) MSPI_XIP_CONFIG_DT(DT_DRV_INST(inst))  argument
 149 #define MSPI_SCRAMBLE_CONFIG_DT_INST(inst) MSPI_SCRAMBLE_CONFIG_DT(DT_DRV_INST(inst))  argument
 174 #define MSPI_DEVICE_ID_DT_INST(inst) MSPI_DEVICE_ID_DT(DT_DRV_INST(inst))  argument
 227 #define MSPI_DEV_CE_GPIOS_DT_SPEC_INST_GET(inst)                                                  \  argument
 257 #define MSPI_CE_GPIOS_DT_SPEC_INST_GET(inst)                                                      \  argument
 316 #define MSPI_CE_CONTROL_INIT_INST(inst, delay_) MSPI_CE_CONTROL_INIT(DT_DRV_INST(inst), delay_)  argument
 
 | 
| /Zephyr-latest/drivers/sensor/st/lis2dh/ | 
| D | lis2dh.c | 506 #define LIS2DH_DEVICE_INIT(inst)					\  argument517 #define IS_LSM303AGR_DEV(inst) \  argument
 520 #define DISC_PULL_UP(inst) \  argument
 523 #define ANYM_ON_INT1(inst) \  argument
 526 #define ANYM_LATCH(inst) \  argument
 529 #define ANYM_MODE(inst) \  argument
 538 #define LIS2DH_CFG_INT(inst)				\  argument
 550 #define LIS2DH_CFG_INT(inst)  argument
 562 #define FRACTIONAL_BITS(inst)	\  argument
 568 #define LIS2DH_CFG_TEMPERATURE(inst)	\  argument
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/drivers/i3c/ | 
| D | devicetree.h | 52 #define I3C_DEVICE_ID_DT_INST(inst)					\  argument88 #define I3C_DEVICE_DESC_DT_INST(inst)					\  argument
 126 #define I3C_DEVICE_ARRAY_DT_INST(inst)					\  argument
 167 #define I3C_DEVICE_DT_INST_DEFINE(inst, ...)				\  argument
 196 #define I3C_I2C_DEVICE_DESC_DT_INST(inst) \  argument
 235 #define I3C_I2C_DEVICE_ARRAY_DT_INST(inst)				\  argument
 
 | 
| /Zephyr-latest/drivers/sensor/st/lps2xdf/ | 
| D | lps2xdf.c | 154 #define LPS2XDF_CFG_IRQ(inst)                                                  \  argument159 #define LPS2XDF_CFG_IRQ(inst)  argument
 162 #define LPS2XDF_CONFIG_COMMON(inst, name)                                      \  argument
 175 #define LPS2XDF_CONFIG_SPI(inst, name)                                         \  argument
 184 #define LPS2XDF_CONFIG_I2C(inst, name)                                         \  argument
 193 #define LPS2XDF_CONFIG_I3C(inst, name)                                         \  argument
 204 #define LPS2XDF_CONFIG_I3C_OR_I2C(inst, name)                                  \  argument
 209 #define LPS2XDF_DEFINE(inst, name)                                                           \  argument
 
 | 
| /Zephyr-latest/samples/bluetooth/hap_ha/src/ | 
| D | vcp_vol_renderer.c | 43 static void aics_state_cb(struct bt_aics *inst, int err, int8_t gain, uint8_t mute, uint8_t mode)  in aics_state_cb()53 static void aics_gain_setting_cb(struct bt_aics *inst, int err, uint8_t units, int8_t minimum,  in aics_gain_setting_cb()
 64 static void aics_input_type_cb(struct bt_aics *inst, int err, uint8_t input_type)  in aics_input_type_cb()
 73 static void aics_status_cb(struct bt_aics *inst, int err, bool active)  in aics_status_cb()
 82 static void aics_description_cb(struct bt_aics *inst, int err, char *description)  in aics_description_cb()
 90 static void vocs_state_cb(struct bt_vocs *inst, int err, int16_t offset)  in vocs_state_cb()
 99 static void vocs_location_cb(struct bt_vocs *inst, int err, uint32_t location)  in vocs_location_cb()
 108 static void vocs_description_cb(struct bt_vocs *inst, int err, char *description)  in vocs_description_cb()
 
 | 
| /Zephyr-latest/drivers/sensor/st/hts221/ | 
| D | hts221.c | 207 #define HTS221_DEVICE_INIT(inst)					\  argument222 #define HTS221_CFG_IRQ(inst)					\  argument
 225 #define HTS221_CFG_IRQ(inst)  argument
 228 #define HTS221_CONFIG_COMMON(inst)					\  argument
 238 #define HTS221_CONFIG_SPI(inst)							\  argument
 253 #define HTS221_CONFIG_I2C(inst)						\  argument
 267 #define HTS221_DEFINE(inst)						\  argument
 
 | 
| /Zephyr-latest/drivers/sensor/st/lps22hh/ | 
| D | lps22hh.c | 281 #define LPS22HH_CFG_IRQ(inst) \  argument284 #define LPS22HH_CFG_IRQ(inst)  argument
 287 #define LPS22HH_CONFIG_COMMON(inst)					\  argument
 297 #define LPS22HH_CONFIG_SPI(inst)					\  argument
 312 #define LPS22HH_CONFIG_I2C(inst)					\  argument
 325 #define LPS22HH_CONFIG_I3C(inst)					\  argument
 336 #define LPS22HH_CONFIG_I3C_OR_I2C(inst)					\  argument
 346 #define LPS22HH_DEFINE(inst)							\  argument
 
 |