Home
last modified time | relevance | path

Searched refs:initialised (Results 1 – 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/Documentation/arm64/
Dbooting.rst206 the kernel image will be entered must be initialised by software at a
218 - ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1.
225 - ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1
226 - ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1.
235 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0.
239 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0.
247 - SCR_EL3.APK (bit 16) must be initialised to 0b1
248 - SCR_EL3.API (bit 17) must be initialised to 0b1
252 - HCR_EL2.APK (bit 40) must be initialised to 0b1
253 - HCR_EL2.API (bit 41) must be initialised to 0b1
[all …]
/kernel/linux/linux-5.10/drivers/video/backlight/
Dili9320.c101 lcd->initialised = 1; in ili9320_init_chip()
107 if (!lcd->initialised) in ili9320_power_on()
272 lcd->initialised = 0; in ili9320_suspend()
Dili9320.h48 int initialised; member
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dsp8870.c38 u8 initialised:1; member
299 if (state->initialised) return 0; in sp8870_init()
300 state->initialised = 1; in sp8870_init()
557 state->initialised = 0; in sp8870_attach()
Dsp887x.c31 u8 initialised:1; member
526 if (!state->initialised) { in sp887x_init()
542 state->initialised = 1; in sp887x_init()
579 state->initialised = 0; in sp887x_attach()
Dstv0288.c32 u8 initialised:1; member
408 state->initialised = 0; in stv0288_sleep()
567 state->initialised = 0; in stv0288_attach()
Dstv0299.c50 u8 initialised:1; member
624 state->initialised = 0; in stv0299_sleep()
679 state->initialised = 0; in stv0299_attach()
Dsi21xx.c138 u8 initialised:1; member
850 state->initialised = 0; in si21xx_sleep()
913 state->initialised = 0; in si21xx_attach()
Dnxt200x.c52 u8 initialised:1; member
1107 if (!state->initialised) { in nxt200x_init()
1119 state->initialised = 1; in nxt200x_init()
1154 state->initialised = 0; in nxt200x_attach()
/kernel/linux/linux-5.10/Documentation/arm/
Dporting.rst29 Start address of zero-initialised work area for the decompressor.
121 It is expected that the debugging region will be re-initialised
130 initialised.
/kernel/linux/linux-5.10/arch/arm/mm/
Dl2c-l2x0-resume.S30 @ Check that the address has been initialised
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Doperations.rst58 with the operation to be initialised and the release function to use.
103 initialised before submitting the operation::
116 initialised before submitting the operation::
/kernel/linux/linux-5.10/drivers/tty/serial/
Dzs.h44 int initialised; member
Ddz.c80 int initialised; member
548 if (mux->initialised) in dz_reset()
558 mux->initialised = 1; in dz_reset()
Dsb1250-duart.c88 int initialised; member
516 if (sport->initialised) in sbd_init_port()
530 sport->initialised = 1; in sbd_init_port()
/kernel/linux/linux-5.10/security/lockdown/
DKconfig16 subsystem is fully initialised. If enabled, lockdown will
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h340 int initialised; member
394 int initialised; member
/kernel/linux/linux-5.10/Documentation/watchdog/
Dmlx-wdt.rst51 Watchdog can be initialised in nowayout way, i.e. oncse started
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-class-rfkill37 Description: Whether the soft blocked state is initialised from non-volatile
/kernel/linux/linux-5.10/sound/aoa/codecs/
Donyx.c50 u32 initialised:1, member
584 if (!onyx->initialised) { in onyx_register_init()
600 onyx->initialised = 1; in onyx_register_init()
/kernel/linux/linux-5.10/drivers/tty/
Dmips_ejtag_fdc.c296 bool initialised; member
375 if (c->initialised) in mips_ejtag_fdc_console_init()
384 c->initialised = true; in mips_ejtag_fdc_console_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dtx.c465 if (!tx_queue->initialised) in ef4_setup_tc()
603 tx_queue->initialised = true; in ef4_init_tx_queue()
/kernel/linux/linux-5.10/Documentation/core-api/
Didr.rst34 object with the reserved ID and finally insert the initialised object
/kernel/linux/linux-5.10/drivers/leds/trigger/
DKconfig97 This allows LEDs to be initialised in the ON state.
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dtx_common.c94 tx_queue->initialised = true; in efx_init_tx_queue()

123