Home
last modified time | relevance | path

Searched defs:prop (Results 151 – 175 of 187) sorted by relevance

12345678

/Zephyr-latest/drivers/charger/
Dcharger_max20335.c452 static int max20335_get_prop(const struct device *dev, charger_prop_t prop, in max20335_get_prop()
472 static int max20335_set_prop(const struct device *dev, charger_prop_t prop, in max20335_set_prop()
Dcharger_pf1550.c457 static int pf1550_get_prop(const struct device *dev, charger_prop_t prop, in pf1550_get_prop()
477 static int pf1550_set_prop(const struct device *dev, charger_prop_t prop, in pf1550_set_prop()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.c337 const char *prop; in slot_data_load() local
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spi.c425 #define SPI_PROP(idx, prop) DT_PROP(SPI(idx), prop) argument
Dspi_nrfx_spis.c406 #define SPIS_PROP(idx, prop) DT_PROP(SPIS(idx), prop) argument
/Zephyr-latest/arch/arm/core/mpu/
Dnxp_mpu.c23 #define NODE_HAS_PROP_AND_OR(node_id, prop) \ argument
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h361 #define Z_PINCTRL_STATE_PINS_INIT(node_id, prop) \ argument
380 #define Z_PINCTRL_STATE_PIN_CHILD_GROUP_INIT(node_id, prop, idx) \ argument
390 #define Z_PINCTRL_STATE_PIN_CHILD_PIN_INIT(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c33 #define UARTE_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(UARTE(idx), prop) argument
34 #define UARTE_PROP(idx, prop) DT_PROP(UARTE(idx), prop) argument
84 #define INSTANCE_PROP(unused, prefix, i, prop) UARTE_PROP(prefix##i, prop) argument
85 #define INSTANCE_PRESENT(unused, prefix, i, prop) 1 argument
98 #define INSTANCE_NEEDS_CACHE_MGMT(unused, prefix, i, prop) UARTE_IS_CACHEABLE(prefix##i) argument
Duart_nrfx_uarte2.c950 #define UARTE_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(UARTE(idx), prop) argument
951 #define UARTE_PROP(idx, prop) DT_PROP(UARTE(idx), prop) argument
Duart_pl011.c654 #define PL011_IRQ_CONFIG_FUNC_BODY(n, prop, i) \ argument
/Zephyr-latest/drivers/gpio/
Dgpio_silabs_siwx91x.c368 #define CONFIGURE_SHARED_INTERRUPT(node_id, prop, idx) \ argument
Dgpio_mchp_mec5.c422 uint8_t prop = MEC_GPIO_PROP_DIR_IN; in gpio_mec5_get_config() local
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.c533 #define GPIO_DT_SPEC_INST_GET_BY_IDX_COND(id, prop, idx) \ argument
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c679 #define NXP_ENET_QOS_CONNECT_IRQS(node_id, prop, idx) \ argument
/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h318 #define SENSING_SENSOR_DEFINE(node, prop, idx, reg_ptr, cb_list_ptr) \ argument
/Zephyr-latest/drivers/flash/
Dnrf_qspi_nor.c153 #define QSPI_PROP_AT(prop, idx) DT_PROP_BY_IDX(QSPI_NODE, prop, idx) argument
154 #define QSPI_PROP_LEN(prop) DT_PROP_LEN(QSPI_NODE, prop) argument
Dflash_sam.c484 #define SAM_FLASH_PAGES_LAYOUT(node_id, prop, idx) \ argument
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c87 static bool ots_obj_validate_prop_against_oacp(uint32_t prop, uint32_t oacp) in ots_obj_validate_prop_against_oacp()
/Zephyr-latest/drivers/pwm/
Dpwm_mcux_ftm.c531 #define FTM_ISR_CONFIG(node_id, prop, idx) \ argument
/Zephyr-latest/arch/arm64/core/cortex_r/
Darm_mpu.c24 #define NODE_HAS_PROP_AND_OR(node_id, prop) \ argument
/Zephyr-latest/drivers/adc/
Dadc_ad4114.c434 #define FILL_MAP_INPUTS(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c557 #define XEC_GIRQ_SOURCES2(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c669 struct dai_properties *prop = (struct dai_properties *)dev->config; in dai_dmic_get_properties() local
/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c521 #define CHECK_GPIOTE_INST(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c2338 #define NUMAKER_GPIO_DT_SPEC_GET_BY_NAME(node_id, prop, name) \ argument
2346 #define NUMAKER_GPIO_DT_SPEC_INST_GET_BY_NAME_OR(inst, prop, name, default_value) \ argument
2441 #define NUMAKER_EADC_SPEC_GET_BY_IDX_COMMA(node_id, prop, idx) ADC_DT_SPEC_GET_BY_IDX(node_id, idx), argument

12345678