| /drivers/demo/ |
| A D | Kconfig | 1 menu "Demo for driver model" 7 This uclass allows you to play around with driver model. It provides 13 bool "Enable simple demo device for driver model" 16 This device allows you to play around with driver model. It prints 18 this device. It can be used to help understand how driver model 22 bool "Enable shape demo device for driver model" 25 This device allows you to play around with driver model. It prints 27 this device. It can be used to help understand how driver model
|
| /drivers/net/ |
| A D | ag7xxx.c | 179 enum ag7xxx_model model; member 235 if (priv->model == AG7XXX_MODEL_AG933X || in ag7xxx_switch_reg_read() 236 priv->model == AG7XXX_MODEL_AG953X) { in ag7xxx_switch_reg_read() 240 priv->model == AG7XXX_MODEL_AG956X) { in ag7xxx_switch_reg_read() 246 if (priv->model == AG7XXX_MODEL_AG956X) in ag7xxx_switch_reg_read() 254 if (priv->model == AG7XXX_MODEL_AG956X) in ag7xxx_switch_reg_read() 300 if (priv->model == AG7XXX_MODEL_AG956X) in ag7xxx_switch_reg_write() 332 if (priv->model == AG7XXX_MODEL_AG956X) in ag7xxx_switch_reg_write() 666 if (priv->model == AG7XXX_MODEL_AG934X) in ag7xxx_mii_setup() 954 priv->model == AG7XXX_MODEL_AG953X || in ag933x_phy_setup_common() [all …]
|
| /drivers/pinctrl/ |
| A D | pinctrl-sx150x.c | 82 u8 model; member 131 .model = SX150X_123, 151 .model = SX150X_123, 174 .model = SX150X_123, 197 .model = SX150X_456, 216 .model = SX150X_456, 238 .model = SX150X_456, 261 .model = SX150X_789, 282 .model = SX150X_789, 303 .model = SX150X_789, [all …]
|
| /drivers/pinctrl/renesas/ |
| A D | pfc.c | 953 enum sh_pfc_model model = dev_get_driver_data(dev); in sh_pfc_pinctrl_probe() local 964 if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A7790) && model == SH_PFC_R8A7790) in sh_pfc_pinctrl_probe() 966 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A7791) && model == SH_PFC_R8A7791) in sh_pfc_pinctrl_probe() 968 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A7792) && model == SH_PFC_R8A7792) in sh_pfc_pinctrl_probe() 970 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A7793) && model == SH_PFC_R8A7793) in sh_pfc_pinctrl_probe() 972 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A7794) && model == SH_PFC_R8A7794) in sh_pfc_pinctrl_probe() 974 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A77951) && model == SH_PFC_R8A7795) in sh_pfc_pinctrl_probe() 976 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A77960) && model == SH_PFC_R8A77960) in sh_pfc_pinctrl_probe() 978 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A77961) && model == SH_PFC_R8A77961) in sh_pfc_pinctrl_probe() 980 else if (IS_ENABLED(CONFIG_PINCTRL_PFC_R8A774A1) && model == SH_PFC_R8A774A1) in sh_pfc_pinctrl_probe() [all …]
|
| /drivers/clk/owl/ |
| A D | clk_owl.c | 72 enum owl_soc model = dev_get_driver_data(clk->dev); in owl_clk_enable() local 76 if (model != S900) in owl_clk_enable() 84 if (model != S700) in owl_clk_enable() 109 enum owl_soc model = dev_get_driver_data(clk->dev); in owl_clk_disable() local 113 if (model != S900) in owl_clk_disable() 119 if (model != S700) in owl_clk_disable()
|
| /drivers/power/regulator/ |
| A D | Kconfig | 5 This config enables the driver model regulator support. 236 bool "Enable driver model for Qualcomm RPMh regulator" 244 bool "Enable driver model for Qualcomm USB vbus regulator" 280 This enables implementation of driver-model regulator uclass 337 This enables implementation of driver-model regulator uclass 347 This enables implementation of driver-model regulator uclass 358 This enables implementation of driver-model regulator uclass 366 This enables implementation of driver-model regulator uclass 393 This config enables implementation of driver-model regulator 414 This enables implementation of driver-model regulator uclass [all …]
|
| /drivers/power/pmic/ |
| A D | Kconfig | 5 This config enables the driver-model PMIC support. 20 This config enables the driver-model PMIC support in SPL. 72 This config enables driver-model PMIC uclass features for 79 This config enables driver-model PMIC uclass features in the SPL for 85 This config enables implementation of driver-model pmic uclass features 113 This config enables implementation of driver-model pmic uclass 122 This config enables implementation of driver-model PMIC 136 This config enables implementation of driver-model PMIC 155 This config enables implementation of driver-model pmic uclass 177 This config enables implementation of driver-model pmic uclass features [all …]
|
| /drivers/input/ |
| A D | Kconfig | 15 bool "Enable driver model keyboard support" 19 using driver model. The API is implemented by keyboard.h and 24 bool "Enable driver model keyboard support for SPL" 28 using driver model. The API is implemented by keyboard.h and 33 bool "Enable driver model keyboard support for TPL" 37 using driver model. The API is implemented by keyboard.h and
|
| /drivers/video/stm32/ |
| A D | Kconfig | 33 framebuffer during device-model binding/probing. 42 framebuffer during device-model binding/probing. 51 framebuffer during device-model binding/probing.
|
| /drivers/serial/ |
| A D | Kconfig | 115 Enable driver model for serial. This replaces 180 Enable driver model for serial in SPL. This replaces 190 Enable driver model for serial in TPL. This replaces 200 Enable driver model for serial in VPL. This replaces 243 be available until the real driver model serial is running. 251 be available until the real driver model serial is running. 277 be available until the real driver-model serial is running. 431 driver model serial is running. 440 driver model serial is running. 464 The driver will be available until the real driver model [all …]
|
| /drivers/clk/ |
| A D | clk_versaclock.c | 148 const enum vc5_model model; member 188 .model = IDT_VC5_5P49V5923, 195 .model = IDT_VC5_5P49V5925, 202 .model = IDT_VC5_5P49V5933, 209 .model = IDT_VC5_5P49V5935, 216 .model = IDT_VC6_5P49V6901, 223 .model = IDT_VC6_5P49V6965, 659 static int vc5_map_index_to_output(const enum vc5_model model, in vc5_map_index_to_output() argument 662 switch (model) { in vc5_map_index_to_output() 952 idx = vc5_map_index_to_output(vc5->chip_info->model, n); in versaclock_probe() [all …]
|
| /drivers/core/ |
| A D | Kconfig | 15 Enable driver model in SPL. You will need to provide a 20 In most cases driver model will only allocate a few uclasses 28 Enable driver model in TPL. You will need to provide a 43 Enable driver model in VPL. You will need to provide a 49 bool "Enable warnings in driver model" 52 Enable this to see warnings related to driver model. 59 bool "Enable warnings in driver model in SPL" 72 bool "Enable debug messages in driver model core" 78 bool "Collect and show driver model stats" 89 bool "Collect and show driver model stats in SPL" [all …]
|
| /drivers/usb/ |
| A D | Kconfig | 41 Enable driver model for USB. The USB interface is then implemented 52 bool "Enable driver model for USB host mode in SPL" 58 bool "Enable driver model for USB Gadget" 61 Enable driver model for USB Gadget (Peripheral 65 bool "Enable driver model for USB Gadget in SPL" 68 Enable driver model for USB Gadget in SPL
|
| /drivers/button/ |
| A D | Kconfig | 29 Converter device. The ADC driver must use driver model. Buttons are 39 The GPIO driver must used driver model. Buttons are configured using
|
| /drivers/crypto/rsa_mod_exp/ |
| A D | Kconfig | 5 If you want to use driver model for RSA Modular Exponentiation, say Y.
|
| /drivers/fuzz/ |
| A D | Kconfig | 5 Enable driver model for fuzzing engine devices. This interface is
|
| /drivers/crypto/aes/ |
| A D | Kconfig | 5 If you want to use driver model for AES crypto operations, say Y.
|
| /drivers/timer/ |
| A D | Kconfig | 4 bool "Enable driver model for timer drivers" 7 Enable driver model for timer access. It uses the same API as 13 bool "Enable driver model for timer drivers in SPL" 22 bool "Enable driver model for timer drivers in TPL" 31 bool "Enable driver model for timer drivers in VPL" 47 In some cases the timer must be accessible before driver model is 49 execution before driver model is set up. Enable this option to
|
| A D | tsc_timer.c | 123 static int match_cpu(u8 family, u8 model) in match_cpu() argument 129 (model == freq_desc_tables[i].x86_model)) in match_cpu()
|
| /drivers/video/rockchip/ |
| A D | Kconfig | 31 framebuffer during device-model binding/probing. 41 framebuffer during device-model binding/probing.
|
| /drivers/rtc/ |
| A D | rx8025.c | 72 static int rx8025_is_osc_stopped(enum rx_model model, int ctrl2) in rx8025_is_osc_stopped() argument 80 if (model == model_rx_8025) in rx8025_is_osc_stopped()
|
| /drivers/scsi/ |
| A D | Kconfig | 2 bool "Support SCSI controllers with driver model"
|
| /drivers/ata/ |
| A D | Kconfig | 2 bool "Support SATA controllers with driver model" 9 to driver model. 157 This is only partially converted to driver model. See sata_bread()
|
| /drivers/memory/ |
| A D | Kconfig | 11 Enable driver model for Memory Controller devices. 27 This is a driver model based Memory Controller driver for sandbox.
|
| /drivers/dma/ |
| A D | Kconfig | 7 Enable driver model for DMA. DMA engines can do 89 Enable legacy DMA support. This does not use driver model and should
|