| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | init.c | 31 #include <subdev/bios/init.h> 42 nvkm_printk(init->subdev, lvl, info, "0x%08x[%c]: "fmt, \ 43 init->offset, init_exec(init) ? \ 44 '0' + (init->nested - 1) : ' ', ##args); \ 47 if (init->subdev->debug >= NV_DBG_TRACE) \ 55 * init parser control flow helpers 59 init_exec(struct nvbios_init *init) in init_exec() argument 61 return (init->execute == 1) || ((init->execute & 5) == 5); in init_exec() 65 init_exec_set(struct nvbios_init *init, bool exec) in init_exec_set() argument 67 if (exec) init->execute &= 0xfd; in init_exec_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | base.c | 30 nvkm_devinit_mmio(struct nvkm_devinit *init, u32 addr) in nvkm_devinit_mmio() argument 32 if (init->func->mmio) in nvkm_devinit_mmio() 33 addr = init->func->mmio(init, addr); in nvkm_devinit_mmio() 38 nvkm_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 khz) in nvkm_devinit_pll_set() argument 40 return init->func->pll_set(init, type, khz); in nvkm_devinit_pll_set() 44 nvkm_devinit_meminit(struct nvkm_devinit *init) in nvkm_devinit_meminit() argument 46 if (init->func->meminit) in nvkm_devinit_meminit() 47 init->func->meminit(init); in nvkm_devinit_meminit() 51 nvkm_devinit_disable(struct nvkm_devinit *init) in nvkm_devinit_disable() argument 53 if (init && init->func->disable) in nvkm_devinit_disable() [all …]
|
| H A D | gm200.c | 32 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec) in pmu_code() argument 34 struct nvkm_device *device = init->base.subdev.device; in pmu_code() 52 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len) in pmu_data() argument 54 struct nvkm_device *device = init->base.subdev.device; in pmu_data() 64 pmu_args(struct nv50_devinit *init, u32 argp, u32 argi) in pmu_args() argument 66 struct nvkm_device *device = init->base.subdev.device; in pmu_args() 73 pmu_exec(struct nv50_devinit *init, u32 init_addr) in pmu_exec() argument 75 struct nvkm_device *device = init->base.subdev.device; in pmu_exec() 82 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument 85 struct nvkm_subdev *subdev = &init->base.subdev; in pmu_load() [all …]
|
| /OK3568_Linux_fs/docs/licenses/ |
| H A D | manifest.csv | 2 …7c9d76e1fd6d017fb47550c","linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-init-sys… 3 …inux-develop/rockchip-linux/buildroot/../kernel","skeleton-init-common [unknown] skeleton-init-sys… 4 …-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-init-sys… 5 …+] sbc [GPL-2.0+ (programs), LGPL-2.1+ (library)] skeleton-init-common [unknown] skeleton-init-sys… 6 …+] sbc [GPL-2.0+ (programs), LGPL-2.1+ (library)] skeleton-init-common [unknown] skeleton-init-sys… 7 …g clause] pcre [BSD-3-Clause] readline [GPL-3.0+] skeleton-init-common [unknown] skeleton-init-sys… 8 …-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-init-sys… 9 …-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-init-sys… 10 …Zlib] linux-headers [GPL-2.0] pcre [BSD-3-Clause] skeleton-init-common [unknown] skeleton-init-sys… 11 …-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleton-init-common [unknown] skeleton-init-sys… [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/ |
| H A D | initramfs-framework_1.0.bb | 11 SRC_URI = "file://init \ 27 install -d ${D}/init.d 30 install -m 0755 ${WORKDIR}/init ${D}/init 31 install -m 0755 ${WORKDIR}/nfsrootfs ${D}/init.d/85-nfsrootfs 32 install -m 0755 ${WORKDIR}/rootfs ${D}/init.d/90-rootfs 33 install -m 0755 ${WORKDIR}/finish ${D}/init.d/99-finish 36 install -m 0755 ${WORKDIR}/exec ${D}/init.d/89-exec 39 install -m 0755 ${WORKDIR}/mdev ${D}/init.d/01-mdev 42 install -m 0755 ${WORKDIR}/udev ${D}/init.d/01-udev 45 install -m 0755 ${WORKDIR}/e2fs ${D}/init.d/10-e2fs [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | mca.rst | 2 An ad-hoc collection of notes on IA64 MCA and INIT processing 9 MCA/INIT are completely asynchronous. They can occur at any time, when 11 holding a spinlock. Trying to get any lock from MCA/INIT state is 32 sends an unmaskable INIT event to the slave cpus that have not 35 * Because MCA/INIT can be delivered at any time, including when the cpu 37 event are _completely_ undefined. In particular the MCA/INIT 40 TP on return. However MCA/INIT events expose us to these PAL 43 * If an MCA/INIT event occurs while the kernel was running (not user 44 space) and the kernel has called PAL then the MCA/INIT handler cannot 47 Because the MCA/INIT handlers cannot trust the kernel stack, they [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | umcast_kern.c | 14 #include <linux/init.h> 31 struct umcast_init *init = data; in umcast_init() local 35 dpri->addr = init->addr; in umcast_init() 36 dpri->lport = init->lport; in umcast_init() 37 dpri->rport = init->rport; in umcast_init() 38 dpri->unicast = init->unicast; in umcast_init() 39 dpri->ttl = init->ttl; in umcast_init() 64 .init = umcast_init, 72 struct umcast_init *init = data; in mcast_setup() local 76 *init = ((struct umcast_init) in mcast_setup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H A D | r128_ioc32.c | 67 drm_r128_init_t init; in compat_r128_init() local 72 init.func = init32.func; in compat_r128_init() 73 init.sarea_priv_offset = init32.sarea_priv_offset; in compat_r128_init() 74 init.is_pci = init32.is_pci; in compat_r128_init() 75 init.cce_mode = init32.cce_mode; in compat_r128_init() 76 init.cce_secure = init32.cce_secure; in compat_r128_init() 77 init.ring_size = init32.ring_size; in compat_r128_init() 78 init.usec_timeout = init32.usec_timeout; in compat_r128_init() 79 init.fb_bpp = init32.fb_bpp; in compat_r128_init() 80 init.front_offset = init32.front_offset; in compat_r128_init() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0026-efi-Fix-use-after-free-in-halt-reboot-path.patch | 48 grub-core/kern/arm/efi/init.c | 3 +++ 49 grub-core/kern/arm64/efi/init.c | 3 +++ 51 grub-core/kern/efi/init.c | 1 - 52 grub-core/kern/i386/efi/init.c | 9 +++++++-- 53 grub-core/kern/ia64/efi/init.c | 9 +++++++-- 54 grub-core/kern/riscv/efi/init.c | 3 +++ 59 diff --git a/grub-core/kern/arm/efi/init.c b/grub-core/kern/arm/efi/init.c 61 --- a/grub-core/kern/arm/efi/init.c 62 +++ b/grub-core/kern/arm/efi/init.c 71 diff --git a/grub-core/kern/arm64/efi/init.c b/grub-core/kern/arm64/efi/init.c [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | gf100.c | 28 #define pack_for_each_init(init, pack, head) \ argument 29 for (pack = head; pack && pack->init; pack++) \ 30 for (init = pack->init; init && init->count; init++) 37 const struct nvkm_therm_clkgate_init *init; in gf100_clkgate_init() local 40 pack_for_each_init(init, pack, p) { in gf100_clkgate_init() 41 next = init->addr + init->count * 8; in gf100_clkgate_init() 42 addr = init->addr; in gf100_clkgate_init() 45 init->addr, init->count, init->data); in gf100_clkgate_init() 48 addr, init->data); in gf100_clkgate_init() 49 nvkm_wr32(device, addr, init->data); in gf100_clkgate_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | gcc-msm8994.c | 6 #include <linux/init.h> 56 .hw.init = &(struct clk_init_data) 71 .hw.init = &(struct clk_init_data) 84 .clkr.hw.init = &(struct clk_init_data) 99 .hw.init = &(struct clk_init_data) 113 .clkr.hw.init = &(struct clk_init_data) 138 .clkr.hw.init = &(struct clk_init_data) 159 .clkr.hw.init = &(struct clk_init_data) 179 .clkr.hw.init = &(struct clk_init_data) 207 .clkr.hw.init = &(struct clk_init_data) [all …]
|
| H A D | gcc-sm8250.c | 42 .hw.init = &(struct clk_init_data){ 65 .clkr.hw.init = &(struct clk_init_data){ 81 .hw.init = &(struct clk_init_data){ 98 .hw.init = &(struct clk_init_data){ 200 .clkr.hw.init = &(struct clk_init_data){ 224 .clkr.hw.init = &(struct clk_init_data){ 238 .clkr.hw.init = &(struct clk_init_data){ 252 .clkr.hw.init = &(struct clk_init_data){ 272 .clkr.hw.init = &(struct clk_init_data){ 286 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-msm8998.c | 123 .hw.init = &(struct clk_init_data){ 144 .hw.init = &(struct clk_init_data){ 156 .clkr.hw.init = &(struct clk_init_data){ 167 .clkr.hw.init = &(struct clk_init_data){ 178 .clkr.hw.init = &(struct clk_init_data){ 189 .clkr.hw.init = &(struct clk_init_data){ 205 .hw.init = &(struct clk_init_data){ 217 .clkr.hw.init = &(struct clk_init_data){ 228 .clkr.hw.init = &(struct clk_init_data){ 239 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-apq8084.c | 109 .clkr.hw.init = &(struct clk_init_data){ 120 .hw.init = &(struct clk_init_data){ 132 .clkr.hw.init = &(struct clk_init_data){ 144 .clkr.hw.init = &(struct clk_init_data){ 156 .clkr.hw.init = &(struct clk_init_data){ 172 .clkr.hw.init = &(struct clk_init_data){ 183 .hw.init = &(struct clk_init_data){ 199 .clkr.hw.init = &(struct clk_init_data){ 210 .hw.init = &(struct clk_init_data){ 231 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-sdm660.c | 145 .hw.init = &(struct clk_init_data){ 159 .hw.init = &(struct clk_init_data){ 171 .hw.init = &(struct clk_init_data){ 182 .clkr.hw.init = &(struct clk_init_data){ 196 .hw.init = &(struct clk_init_data){ 208 .hw.init = &(struct clk_init_data){ 219 .clkr.hw.init = &(struct clk_init_data){ 233 .hw.init = &(struct clk_init_data){ 245 .clkr.hw.init = &(struct clk_init_data) 266 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-sdm845.c | 159 .hw.init = &(struct clk_init_data){ 174 .hw.init = &(struct clk_init_data){ 198 .clkr.hw.init = &(struct clk_init_data){ 217 .clkr.hw.init = &(struct clk_init_data){ 236 .clkr.hw.init = &(struct clk_init_data){ 259 .clkr.hw.init = &(struct clk_init_data){ 273 .clkr.hw.init = &(struct clk_init_data){ 287 .clkr.hw.init = &(struct clk_init_data){ 307 .clkr.hw.init = &(struct clk_init_data){ 321 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | mmcc-apq8084.c | 222 .clkr.hw.init = &(struct clk_init_data){ 233 .hw.init = &(struct clk_init_data){ 249 .clkr.hw.init = &(struct clk_init_data){ 260 .hw.init = &(struct clk_init_data){ 275 .clkr.hw.init = &(struct clk_init_data){ 291 .clkr.hw.init = &(struct clk_init_data){ 306 .clkr.hw.init = &(struct clk_init_data){ 318 .clkr.hw.init = &(struct clk_init_data){ 343 .clkr.hw.init = &(struct clk_init_data){ 367 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-msm8974.c | 65 .clkr.hw.init = &(struct clk_init_data){ 76 .hw.init = &(struct clk_init_data){ 88 .clkr.hw.init = &(struct clk_init_data){ 100 .clkr.hw.init = &(struct clk_init_data){ 112 .clkr.hw.init = &(struct clk_init_data){ 128 .clkr.hw.init = &(struct clk_init_data){ 139 .hw.init = &(struct clk_init_data){ 155 .clkr.hw.init = &(struct clk_init_data){ 166 .hw.init = &(struct clk_init_data){ 185 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-sm8150.c | 43 .hw.init = &(struct clk_init_data){ 70 .clkr.hw.init = &(struct clk_init_data){ 86 .hw.init = &(struct clk_init_data){ 104 .hw.init = &(struct clk_init_data){ 241 .clkr.hw.init = &(struct clk_init_data){ 264 .clkr.hw.init = &(struct clk_init_data){ 290 .clkr.hw.init = &(struct clk_init_data){ 314 .clkr.hw.init = &(struct clk_init_data){ 329 .clkr.hw.init = &(struct clk_init_data){ 344 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-msm8996.c | 174 .hw.init = &(struct clk_init_data){ 188 .hw.init = &(struct clk_init_data){ 200 .hw.init = &(struct clk_init_data){ 211 .clkr.hw.init = &(struct clk_init_data){ 224 .hw.init = &(struct clk_init_data){ 239 .hw.init = &(struct clk_init_data){ 255 .hw.init = &(struct clk_init_data){ 267 .clkr.hw.init = &(struct clk_init_data){ 290 .clkr.hw.init = &(struct clk_init_data){ 310 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
| H A D | gcc-ipq8074.c | 400 .hw.init = &(struct clk_init_data){ 414 .hw.init = &(struct clk_init_data){ 429 .clkr.hw.init = &(struct clk_init_data){ 445 .hw.init = &(struct clk_init_data){ 461 .clkr.hw.init = &(struct clk_init_data){ 478 .hw.init = &(struct clk_init_data){ 494 .clkr.hw.init = &(struct clk_init_data){ 512 .hw.init = &(struct clk_init_data){ 528 .clkr.hw.init = &(struct clk_init_data){ 542 .hw.init = &(struct clk_init_data){ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/socfpga/ |
| H A D | clk-periph-s10.c | 86 struct clk_init_data init; in s10_register_periph() local 96 init.name = name; in s10_register_periph() 97 init.ops = &peri_c_clk_ops; in s10_register_periph() 98 init.flags = clks->flags; in s10_register_periph() 100 init.num_parents = clks->num_parents; in s10_register_periph() 101 init.parent_names = parent_name ? &parent_name : NULL; in s10_register_periph() 102 if (init.parent_names == NULL) in s10_register_periph() 103 init.parent_data = clks->parent_data; in s10_register_periph() 105 periph_clk->hw.hw.init = &init; in s10_register_periph() 120 struct clk_init_data init; in s10_register_cnt_periph() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | apll.c | 143 const struct clk_init_data *init = clk_hw->hw.init; in omap_clk_register_apll() local 172 kfree(init->parent_names); in omap_clk_register_apll() 173 kfree(init); in omap_clk_register_apll() 179 kfree(init->parent_names); in omap_clk_register_apll() 180 kfree(init); in omap_clk_register_apll() 188 struct clk_init_data *init = NULL; in of_dra7_apll_setup() local 194 init = kzalloc(sizeof(*init), GFP_KERNEL); in of_dra7_apll_setup() 195 if (!ad || !clk_hw || !init) in of_dra7_apll_setup() 199 clk_hw->hw.init = init; in of_dra7_apll_setup() 201 init->name = node->name; in of_dra7_apll_setup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | comminit.c | 21 #include <linux/init.h> 62 union aac_init *init; in aac_alloc_comm() local 105 dev->init = (union aac_init *)(base + fibsize + host_rrq_size); in aac_alloc_comm() 108 init = dev->init; in aac_alloc_comm() 114 init->r8.init_struct_revision = in aac_alloc_comm() 116 init->r8.init_flags = cpu_to_le32(INITFLAGS_NEW_COMM_SUPPORTED | in aac_alloc_comm() 119 init->r8.init_flags |= in aac_alloc_comm() 121 init->r8.rr_queue_count = cpu_to_le32(dev->max_msix); in aac_alloc_comm() 122 init->r8.max_io_size = in aac_alloc_comm() 124 init->r8.max_num_aif = init->r8.reserved1 = in aac_alloc_comm() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-versaclock5.c | 854 struct clk_init_data init; in vc5_probe() local 882 memset(&init, 0, sizeof(init)); in vc5_probe() 886 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe() 894 parent_names[init.num_parents++] = __clk_get_name(vc5->pin_xin); in vc5_probe() 899 parent_names[init.num_parents++] = in vc5_probe() 903 if (!init.num_parents) { in vc5_probe() 908 init.name = kasprintf(GFP_KERNEL, "%pOFn.mux", client->dev.of_node); in vc5_probe() 909 init.ops = &vc5_mux_ops; in vc5_probe() 910 init.flags = 0; in vc5_probe() 911 init.parent_names = parent_names; in vc5_probe() [all …]
|