/drivers/pnp/pnpbios/ |
D | bioscalls.c | 290 static int __pnp_bios_get_dev_node(u8 *nodenum, char boot, in __pnp_bios_get_dev_node() argument 298 if (!boot && pnpbios_dont_use_current_config) in __pnp_bios_get_dev_node() 302 boot ? 2 : 1, PNP_DS, 0, &tmp_nodenum, in __pnp_bios_get_dev_node() 308 int pnp_bios_get_dev_node(u8 *nodenum, char boot, struct pnp_bios_node *data) in pnp_bios_get_dev_node() argument 312 status = __pnp_bios_get_dev_node(nodenum, boot, data); in pnp_bios_get_dev_node() 324 static int __pnp_bios_set_dev_node(u8 nodenum, char boot, in __pnp_bios_set_dev_node() argument 331 if (!boot && pnpbios_dont_use_current_config) in __pnp_bios_set_dev_node() 334 boot ? 2 : 1, PNP_DS, 0, 0, data, 65536, NULL, in __pnp_bios_set_dev_node() 339 int pnp_bios_set_dev_node(u8 nodenum, char boot, struct pnp_bios_node *data) in pnp_bios_set_dev_node() argument 343 status = __pnp_bios_set_dev_node(nodenum, boot, data); in pnp_bios_set_dev_node() [all …]
|
D | proc.c | 157 int boot = (long)data >> 8; in pnpbios_proc_show() local 164 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_show() 184 int boot = (long)data >> 8; in pnpbios_proc_write() local 191 if (pnp_bios_get_dev_node(&nodenum, boot, node)) { in pnpbios_proc_write() 203 if (pnp_bios_set_dev_node(node->handle, boot, node) != 0) { in pnpbios_proc_write()
|
/drivers/net/can/softing/ |
D | softing_cs.c | 35 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 47 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 59 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 71 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",}, 83 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 95 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 107 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",}, 119 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",}, 131 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
|
D | softing_platform.h | 32 } boot, load, app; member
|
/drivers/acpi/ |
D | acpi_fpdt.c | 92 FPDT_ATTR(boot, firmware_start); 93 FPDT_ATTR(boot, bootloader_load); 94 FPDT_ATTR(boot, bootloader_launch); 95 FPDT_ATTR(boot, exitbootservice_start); 96 FPDT_ATTR(boot, exitbootservice_end);
|
/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | base.c | 154 list_move_tail(&iobj->head, &imem->boot); in nvkm_instmem_boot() 174 list_for_each_entry(iobj, &imem->boot, head) { in nvkm_instmem_fini() 193 list_for_each_entry(iobj, &imem->boot, head) { in nvkm_instmem_init() 244 INIT_LIST_HEAD(&imem->boot); in nvkm_instmem_ctor()
|
/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 29 the previous guest boot) has no effect. 36 Description: The boottotool flag controls s-Par behavior on the next boot of 37 this guest. Setting the flag will cause the guest to boot from 48 action to perform on the next guest boot-up. The meaning of the
|
/drivers/platform/mellanox/ |
D | Kconfig | 54 request swapping the primary and alternate eMMC boot partition, 56 does not boot up correctly. This driver provides sysfs access 58 device driver to do necessary initial swap of the boot partition.
|
/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
D | gp108.c | 53 .boot = gm200_acr_unload_boot, 72 .boot = gm200_acr_load_boot,
|
D | tu102.c | 132 .boot = tu102_acr_hsfw_boot, 152 .boot = tu102_acr_hsfw_boot,
|
D | base.c | 55 ret = hsf->func->boot(acr, hsf); in nvkm_acr_hsf_boot() 104 if (lsf->func->boot) { in nvkm_acr_load() 105 ret = lsf->func->boot(lsf->falcon); in nvkm_acr_load()
|
/drivers/bluetooth/ |
D | btmtkuart.c | 123 struct gpio_desc *boot; member 917 bdev->boot = devm_gpiod_get_optional(&serdev->dev, "boot", in btmtkuart_parse_dt() 919 if (IS_ERR(bdev->boot)) { in btmtkuart_parse_dt() 920 err = PTR_ERR(bdev->boot); in btmtkuart_parse_dt() 932 if (IS_ERR(bdev->pins_boot) && !bdev->boot) { in btmtkuart_parse_dt() 1015 if (bdev->boot) { in btmtkuart_probe() 1016 gpiod_set_value_cansleep(bdev->boot, 1); in btmtkuart_probe() 1043 if (bdev->boot) in btmtkuart_probe() 1044 devm_gpiod_put(&serdev->dev, bdev->boot); in btmtkuart_probe()
|
/drivers/staging/mt7621-dts/ |
D | gbpc2.dts | 55 label = "u-boot"; 61 label = "u-boot-env";
|
D | gbpc1.dts | 71 label = "u-boot"; 77 label = "u-boot-env";
|
/drivers/firmware/ |
D | Kconfig | 50 tristate "BIOS Enhanced Disk Drive calls determine boot disk" 55 BIOS tries boot from. This information is then exported via sysfs. 57 This option is experimental and is known to fail to boot on some 93 you must specify the "console=hcdp" kernel boot argument. 146 detect iSCSI boot parameters dynamically during system boot, say Y. 197 The RSU provides a way for customers to update the boot 230 bootloader or kernel can show basic video-output during boot for
|
/drivers/platform/x86/intel/atomisp2/ |
D | Kconfig | 20 on at boot. This driver will turn the LED off at boot and also allows
|
/drivers/tty/hvc/ |
D | hvc_opal.c | 159 unsigned int termno, irq, boot = 0; in hvc_opal_probe() local 181 boot = 1; in hvc_opal_probe() 209 boot ? " (boot console)" : ""); in hvc_opal_probe()
|
/drivers/input/touchscreen/ |
D | melfas_mip4.c | 141 u16 boot; member 216 v->boot = get_unaligned_le16(buf + 0); in mip4_parse_fw_version() 310 ts->fw_version.boot, ts->fw_version.core, in mip4_query_device() 1220 fw_version.boot, fw_version.core, in mip4_parse_firmware() 1224 ts->fw_version.boot, ts->fw_version.core, in mip4_parse_firmware() 1228 if (fw_version.boot != 0xEEEE && fw_version.boot != 0xFFFF && in mip4_parse_firmware() 1233 } else if (fw_version.boot == 0xEEEE && in mip4_parse_firmware() 1340 ts->fw_version.boot, ts->fw_version.core, in mip4_sysfs_read_fw_version()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 35 void (*boot)(struct nvkm_memory *, struct nvkm_vmm *); member 63 #define nvkm_memory_boot(p,v) (p)->func->boot((p),(v))
|
/drivers/bus/mhi/host/ |
D | Makefile | 2 mhi-y := init.o main.o pm.o boot.o
|
/drivers/scsi/ |
D | aha152x.h | 266 unsigned boot:1; /* boot: 0=disabled, 1=enabled */ member 281 #define cf_boot fields.boot
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 180 s32 *npages, int boot) in mlx5_cmd_query_pages() argument 187 MLX5_SET(query_pages_in, in, op_mod, boot ? in mlx5_cmd_query_pages() 609 int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot) in mlx5_satisfy_startup_pages() argument 615 err = mlx5_cmd_query_pages(dev, &func_id, &npages, boot); in mlx5_satisfy_startup_pages() 620 npages, boot ? "boot" : "init", func_id); in mlx5_satisfy_startup_pages()
|
/drivers/mtd/spi-nor/ |
D | Kconfig | 28 prompt "Software write protection at boot" 35 flashes at boot-up.
|
/drivers/net/wireless/ti/wl1251/ |
D | Makefile | 3 acx.o boot.o init.o debugfs.o io.o
|
/drivers/thunderbolt/ |
D | icm.c | 649 u8 link, u8 depth, bool boot) in update_switch() argument 663 sw->boot = boot; in update_switch() 728 bool boot, dual_lane, speed_gen3; in icm_fr_device_connected() local 744 boot = pkg->link_info & ICM_LINK_INFO_BOOT; in icm_fr_device_connected() 789 pkg->connection_key, link, depth, boot); in icm_fr_device_connected() 854 sw->boot = boot; in icm_fr_device_connected() 1205 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local 1225 boot = pkg->link_info & ICM_LINK_INFO_BOOT; in __icm_tr_device_connected() 1241 0, 0, 0, boot); in __icm_tr_device_connected() 1277 sw->boot = boot; in __icm_tr_device_connected()
|