Searched refs:boot (Results 76 - 100 of 167) sorted by relevance

1234567

/linux-master/arch/x86/realmode/rm/
H A DMakefile76 -I$(srctree)/arch/x86/boot
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c107 ret = fw->func->boot(fw, pmbox0, pmbox1, mbox0_ok, irqsclr);
109 FLCNFW_ERR(fw, "boot failed: %d", ret);
129 if (fw->boot) {
282 fw->boot = kmemdup(blob->data + hdr->data_offset + desc->code_off,
284 if (!fw->boot)
H A Dga102.c153 .boot = ga102_flcn_fw_boot,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm20b.c88 .boot = gm200_flcn_fw_boot,
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S3 * linux/boot/head.S
31 #include <asm/boot.h>
77 * %edx contains the address we are loaded at by the boot loader (plus the
H A Dmisc.h35 #include <asm/boot.h>
56 /* boot/compressed/vmlinux start and end markers */
150 * bp->cc_blob_address should only be set by boot/compressed kernel.
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h120 bool boot);
/linux-master/arch/x86/purgatory/
H A DMakefile9 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/linux-master/arch/x86/xen/
H A Dxen-head.S10 #include <asm/boot.h>
58 * Note that, on SMP, the boot cpu uses init data section until
/linux-master/arch/powerpc/boot/
H A DMakefile106 # The pre-boot decompressors pull in a lot of kernel headers and other source
189 src-boot := $(src-wlib) $(src-plat) empty.c
191 src-boot := $(addprefix $(obj)/, $(src-boot))
192 obj-boot := $(addsuffix .o, $(basename $(src-boot)))
198 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@
239 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE
242 $(patsubst %.S,%.o, $(filter %.S, $(src-boot))): %.o: %.S FORCE
251 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrappe
[all...]
/linux-master/drivers/bluetooth/
H A Dbtmtkuart.c62 struct gpio_desc *boot; member in struct:btmtkuart_dev
782 bdev->boot = devm_gpiod_get_optional(&serdev->dev, "boot",
784 if (IS_ERR(bdev->boot)) {
785 err = PTR_ERR(bdev->boot);
797 if (IS_ERR(bdev->pins_boot) && !bdev->boot) {
800 "Should assign RXD to LOW at boot stage\n");
881 if (bdev->boot) {
882 gpiod_set_value_cansleep(bdev->boot, 1);
909 if (bdev->boot)
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh51 --boot-method "${BOOT_METHOD}" \
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h36 void (*boot)(struct nvkm_memory *, struct nvkm_vmm *); member in struct:nvkm_memory_func
65 #define nvkm_memory_boot(p,v) (p)->func->boot((p),(v))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c173 list_move_tail(&iobj->head, &imem->boot);
251 INIT_LIST_HEAD(&imem->boot);
H A Dnv04.c163 list_for_each_entry(iobj, &imem->boot, head) {
191 list_for_each_entry(iobj, &imem->boot, head) {
/linux-master/drivers/input/touchscreen/
H A Dmelfas_mip4.c141 u16 boot; member in struct:mip4_fw_version
216 v->boot = get_unaligned_le16(buf + 0);
310 ts->fw_version.boot, ts->fw_version.core,
1220 fw_version.boot, fw_version.core,
1224 ts->fw_version.boot, ts->fw_version.core,
1228 if (fw_version.boot != 0xEEEE && fw_version.boot != 0xFFFF &&
1233 } else if (fw_version.boot == 0xEEEE &&
1340 ts->fw_version.boot, ts->fw_version.core,
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_core.h22 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S22 @ boot protocol does, so we need some NOPs here.
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile28 /boot/vmlinux-$(shell uname -r)
/linux-master/tools/bpf/runqslower/
H A DMakefile24 /boot/vmlinux-$(KERNEL_REL)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dga102.c133 .boot = ga102_flcn_fw_boot,
/linux-master/arch/x86/platform/pvh/
H A Dhead.S17 #include <asm/boot.h>
31 * the boot start info structure.
/linux-master/include/linux/
H A Dtimekeeping.h28 * boot time but not counting the time spent in suspend.
91 * ktime_get_boottime - Get monotonic time since boot in ktime_t format
96 * Returns: monotonic time since boot in ktime_t format
183 * ktime_get_boottime_ns - Get the monotonic time since boot in nanoseconds
262 * struct ktime_timestamps - Simultaneous mono/boot/real timestamps
264 * @boot: Boottime timestamp
269 u64 boot; member in struct:ktime_timestamps
335 /* NMI safe mono/boot/realtime timestamps */
/linux-master/drivers/hid/bpf/progs/
H A DMakefile28 /boot/vmlinux-$(shell uname -r)
/linux-master/drivers/scsi/
H A Daha152x.h266 unsigned boot:1; /* boot: 0=disabled, 1=enabled */ member in struct:__anon8141::__anon8142
281 #define cf_boot fields.boot

Completed in 236 milliseconds

1234567