/Linux-v4.19/drivers/video/backlight/ |
D | ili9320.c | 104 lcd->initialised = 1; in ili9320_init_chip() 110 if (!lcd->initialised) in ili9320_power_on() 275 lcd->initialised = 0; in ili9320_suspend()
|
D | ili9320.h | 51 int initialised; member
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | sp8870.c | 51 u8 initialised:1; member 310 if (state->initialised) return 0; in sp8870_init() 311 state->initialised = 1; in sp8870_init() 568 state->initialised = 0; in sp8870_attach()
|
D | sp887x.c | 30 u8 initialised:1; member 525 if (!state->initialised) { in sp887x_init() 541 state->initialised = 1; in sp887x_init() 578 state->initialised = 0; in sp887x_attach()
|
D | stv0288.c | 44 u8 initialised:1; member 420 state->initialised = 0; in stv0288_sleep() 580 state->initialised = 0; in stv0288_attach()
|
D | si21xx.c | 143 u8 initialised:1; member 855 state->initialised = 0; in si21xx_sleep() 918 state->initialised = 0; in si21xx_attach()
|
D | stv0299.c | 62 u8 initialised:1; member 636 state->initialised = 0; in stv0299_sleep() 691 state->initialised = 0; in stv0299_attach()
|
D | nxt200x.c | 62 u8 initialised:1; member 1117 if (!state->initialised) { in nxt200x_init() 1129 state->initialised = 1; in nxt200x_init() 1164 state->initialised = 0; in nxt200x_attach()
|
/Linux-v4.19/Documentation/arm/ |
D | Porting | 25 Start address of zero-initialised work area for the decompressor. 118 It is expected that the debugging region will be re-initialised 127 initialised.
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 188 the kernel image will be entered must be initialised by software at a 194 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. 196 ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 197 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. 203 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0. 205 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0.
|
/Linux-v4.19/arch/arm/mm/ |
D | l2c-l2x0-resume.S | 30 @ Check that the address has been initialised
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | operations.txt | 58 with the operation to be initialised and the release function to use. 104 initialised before submitting the operation: 117 initialised before submitting the operation:
|
/Linux-v4.19/drivers/tty/serial/ |
D | zs.h | 44 int initialised; member
|
D | dz.c | 84 int initialised; member 552 if (mux->initialised) in dz_reset() 562 mux->initialised = 1; in dz_reset()
|
D | sb1250-duart.c | 93 int initialised; member 521 if (sport->initialised) in sbd_init_port() 535 sport->initialised = 1; in sbd_init_port()
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 348 int initialised; member 402 int initialised; member
|
/Linux-v4.19/Documentation/isdn/ |
D | README.hfc-pci | 33 Then the desired card will be the initialised in the desired order.
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 37 Description: Whether the soft blocked state is initialised from non-volatile
|
/Linux-v4.19/drivers/tty/ |
D | mips_ejtag_fdc.c | 295 bool initialised; member 374 if (c->initialised) in mips_ejtag_fdc_console_init() 383 c->initialised = true; in mips_ejtag_fdc_console_init()
|
/Linux-v4.19/sound/aoa/codecs/ |
D | onyx.c | 53 u32 initialised:1, member 585 if (!onyx->initialised) { in onyx_register_init() 601 onyx->initialised = 1; in onyx_register_init()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 468 if (!tx_queue->initialised) in ef4_setup_tc() 606 tx_queue->initialised = true; in ef4_init_tx_queue()
|
/Linux-v4.19/drivers/s390/crypto/ |
D | ap_bus.c | 76 static bool initialised; variable 830 if (!initialised) in ap_driver_register() 1606 initialised = true; in ap_module_init()
|
/Linux-v4.19/Documentation/core-api/ |
D | idr.rst | 34 object with the reserved ID and finally insert the initialised object
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 3 Firmware-initialised PCI host controllers and PCI emulations, such as the
|
/Linux-v4.19/drivers/leds/trigger/ |
D | Kconfig | 96 This allows LEDs to be initialised in the ON state.
|