Searched refs:initial (Results 1 – 6 of 6) sorted by relevance
| /drivers/misc/ |
| A D | i2c_eeprom_emul.c | 101 int initial = len - overflow; in sandbox_i2c_eeprom_xfer() local 103 memcpy(msg->buf, priv->data + offset, initial); in sandbox_i2c_eeprom_xfer() 104 memcpy(msg->buf + initial, priv->data, in sandbox_i2c_eeprom_xfer() 133 int initial = len - overflow; in sandbox_i2c_eeprom_xfer() local 135 memcpy(priv->data + offset, ptr, initial); in sandbox_i2c_eeprom_xfer() 136 memcpy(priv->data, ptr + initial, overflow); in sandbox_i2c_eeprom_xfer()
|
| /drivers/led/ |
| A D | Kconfig | 191 int "initial state" 226 int "initial state" 261 int "initial state" 296 int "initial state" 331 int "initial state" 366 int "initial state"
|
| /drivers/phy/allwinner/ |
| A D | Kconfig | 20 int "Delay initial USB scan by x ms to allow builtin devices to init"
|
| /drivers/ddr/fsl/ |
| A D | Kconfig | 201 menu "PowerPC / M68K initial memory controller definitions (FLASH, SDRAM, etc)"
|
| /drivers/rtc/ |
| A D | Kconfig | 123 used. The initial time may be provided via the environment variable
|
| /drivers/video/ |
| A D | Kconfig | 1082 since video starts up after U-Boot has displayed the initial banner. 1408 since video starts up after U-Boot has displayed the initial banner.
|
Completed in 24 milliseconds