| /drivers/led/ |
| A D | led_axp192.c | 127 #define LED_AXPXXXX_DEFINE(n, model, compat) \ argument 128 static const struct led_axp192_config led_axp_config_##model##_##n = { \ 130 .addr = AXP##model##_REG_CHGLED, \ 132 .mode_mask = AXP##model##_CHGLED_CTRL_MASK, \ 133 .mode_offset = AXP##model##_CHGLED_CTRL_OFFSET, \ 136 DEVICE_DT_DEFINE(n, led_axp192_init, NULL, NULL, &led_axp_config_##model##_##n, \
|
| /drivers/gpio/ |
| A D | gpio_max2219x.c | 655 (model == 22190) ? DT_INST_PROP_BY_IDX(id, filter_wbes, idx) : 0, \ 667 .variant = MAX22190_CONFIG_SET_VARIANT(model), \ 670 MAX22190_FILTER_BY_IDX(id, model, 0), \ 671 MAX22190_FILTER_BY_IDX(id, model, 1), \ 672 MAX22190_FILTER_BY_IDX(id, model, 2), \ 673 MAX22190_FILTER_BY_IDX(id, model, 3), \ 674 MAX22190_FILTER_BY_IDX(id, model, 4), \ 675 MAX22190_FILTER_BY_IDX(id, model, 5), \ 676 MAX22190_FILTER_BY_IDX(id, model, 6), \ 677 MAX22190_FILTER_BY_IDX(id, model, 7), \ [all …]
|
| A D | gpio_mcp230xx.c | 78 #define GPIO_MCP230XX_DEVICE(inst, num_gpios, open_drain, model) \ argument 79 static struct mcp23xxx_drv_data mcp##model##_##inst##_drvdata = { \ 86 static const struct mcp23xxx_config mcp##model##_##inst##_config = { \ 101 DEVICE_DT_INST_DEFINE(inst, gpio_mcp23xxx_init, NULL, &mcp##model##_##inst##_drvdata, \ 102 &mcp##model##_##inst##_config, POST_KERNEL, \
|
| A D | gpio_mcp23sxx.c | 116 #define GPIO_MCP23SXX_DEVICE(inst, num_gpios, open_drain, model) \ argument 117 static struct mcp23xxx_drv_data mcp##model##_##inst##_drvdata = { \ 124 static struct mcp23xxx_config mcp##model##_##inst##_config = { \ 141 DEVICE_DT_INST_DEFINE(inst, gpio_mcp23xxx_init, NULL, &mcp##model##_##inst##_drvdata, \ 142 &mcp##model##_##inst##_config, POST_KERNEL, \
|
| A D | gpio_max14916.c | 368 #define GPIO_MAX14906_DEVICE(id, model) \ argument 369 static const struct max14916_config max##model##_##id##_cfg = { \ 392 static struct max14916_data max##model##_##id##_data; \ 394 DEVICE_DT_INST_DEFINE(id, &gpio_max14916_init, NULL, &max##model##_##id##_data, \ 395 &max##model##_##id##_cfg, POST_KERNEL, \
|
| /drivers/pinctrl/ |
| A D | Kconfig.gd32 | 10 AF pin multiplexing model. 18 AFIO pin multiplexing model.
|
| /drivers/sensor/st/lsm6dso/ |
| A D | lsm6dso.c | 858 #define LSM6DSO_DEVICE_INIT(inst, model) \ argument 862 &model##_data_##inst, \ 863 &model##_config_##inst, \ 911 #define LSM6DSO_CONFIG_SPI(inst, model) \ argument 913 STMEMSC_CTX_SPI(&model##_config_##inst.stmemsc_cfg), \ 926 #define LSM6DSO_CONFIG_I2C(inst, model) \ argument 940 #define LSM6DSO_DEFINE(inst, model) \ argument 941 static struct lsm6dso_data model##_data_##inst; \ 944 (LSM6DSO_CONFIG_SPI(inst, model)), \ 945 (LSM6DSO_CONFIG_I2C(inst, model))); \ [all …]
|
| /drivers/mfd/ |
| A D | mfd_axp192.c | 631 #define MFD_AXP192_CONST_CONFIG(model) \ argument 632 .reg_chip_id = AXP##model##_REG_CHIP_ID, \ 633 .vbus_config_reg = AXP##model##_VBUS_CFG_REG, \ 634 .chip_id = AXP##model##_CHIP_ID, \ 635 .val_vbusen_disable = AXP##model##_CHIP_ID, 637 #define MFD_AXP192_AXP2101_DEFINE(node, model) \ argument 642 MFD_AXP192_CONST_CONFIG(model) \
|
| /drivers/timer/ |
| A D | Kconfig.it51xxx | 11 HW timer model.
|
| A D | Kconfig.ite_it8xxx2 | 13 HW timer model
|
| A D | Kconfig.native_sim | 14 This module implements a kernel device driver for the native_sim HW timer model
|
| /drivers/ethernet/phy/ |
| A D | phy_adin2111.c | 620 #define ADIN2111_PHY_INITIALIZE(n, model) \ argument 621 static const struct phy_adin2111_config phy_adin##model##_config_##n = { \ 630 static struct phy_adin2111_data phy_adin##model##_data_##n = { \ 631 .sem = Z_SEM_INITIALIZER(phy_adin##model##_data_##n.sem, 1, 1), \ 634 &phy_adin##model##_data_##n, \ 635 &phy_adin##model##_config_##n, \
|
| /drivers/ethernet/ |
| A D | Kconfig.smsc911x | 16 Tells what Qemu network model to use. This value is given as
|
| A D | Kconfig.stellaris | 18 Tells what Qemu network model to use. This value is given as
|
| A D | Kconfig.e1000 | 20 Tells what Qemu network model to use. This value is given as
|
| /drivers/sensor/sensirion/scd4x/ |
| A D | scd4x.h | 65 enum scd4x_model_t model; member
|
| A D | scd4x.c | 727 if (cfg->model == SCD4X_MODEL_SCD40) { in scd4x_attr_set() 741 if (cfg->model == SCD4X_MODEL_SCD40) { in scd4x_attr_set() 815 if (cfg->model == SCD4X_MODEL_SCD40) { in scd4x_attr_get() 826 if (cfg->model == SCD4X_MODEL_SCD40) { in scd4x_attr_get() 895 .model = scd4x_model, \
|
| /drivers/eeprom/ |
| A D | Kconfig | 64 the programming model of the Atmel AT24. 80 the programming model of the Atmel AT25.
|
| /drivers/sensor/ |
| A D | sensor_shell.c | 950 sensor->model ? sensor->model : null_str, in cmd_get_sensor_info()
|