/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
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 …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
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 …]
|
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 …]
|
/Linux-v5.15/drivers/clk/socfpga/ |
D | clk-periph-s10.c | 106 struct clk_init_data init; in s10_register_periph() local 117 init.name = name; in s10_register_periph() 118 init.ops = &peri_c_clk_ops; in s10_register_periph() 119 init.flags = clks->flags; in s10_register_periph() 121 init.num_parents = clks->num_parents; in s10_register_periph() 122 init.parent_names = parent_name ? &parent_name : NULL; in s10_register_periph() 123 if (init.parent_names == NULL) in s10_register_periph() 124 init.parent_data = clks->parent_data; in s10_register_periph() 126 periph_clk->hw.hw.init = &init; in s10_register_periph() 142 struct clk_init_data init; in n5x_register_periph() local [all …]
|
D | clk-pll-s10.c | 195 struct clk_init_data init; in s10_register_pll() local 206 init.ops = &clk_boot_ops; in s10_register_pll() 208 init.ops = &clk_pll_ops; in s10_register_pll() 210 init.name = name; in s10_register_pll() 211 init.flags = clks->flags; in s10_register_pll() 213 init.num_parents = clks->num_parents; in s10_register_pll() 214 init.parent_names = NULL; in s10_register_pll() 215 init.parent_data = clks->parent_data; in s10_register_pll() 216 pll_clk->hw.hw.init = &init; in s10_register_pll() 235 struct clk_init_data init; in agilex_register_pll() local [all …]
|
D | clk-gate-s10.c | 131 struct clk_init_data init; in s10_register_gate() local 162 init.ops = &dbgclk_ops; in s10_register_gate() 164 init.ops = &gateclk_ops; in s10_register_gate() 166 init.name = clks->name; in s10_register_gate() 167 init.flags = clks->flags; in s10_register_gate() 169 init.num_parents = clks->num_parents; in s10_register_gate() 170 init.parent_names = parent_name ? &parent_name : NULL; in s10_register_gate() 171 if (init.parent_names == NULL) in s10_register_gate() 172 init.parent_data = clks->parent_data; in s10_register_gate() 173 socfpga_clk->hw.hw.init = &init; in s10_register_gate() [all …]
|
/Linux-v5.15/arch/um/drivers/ |
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 …]
|
D | pcap_kern.c | 6 #include <linux/init.h> 22 struct pcap_init *init = data; in pcap_init() local 26 ppri->host_if = init->host_if; in pcap_init() 27 ppri->promisc = init->promisc; in pcap_init() 28 ppri->optimize = init->optimize; in pcap_init() 29 ppri->filter = init->filter; in pcap_init() 47 .init = pcap_init, 55 struct pcap_init *init = data; in pcap_setup() local 59 *init = ((struct pcap_init) in pcap_setup() 65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup() [all …]
|
D | vde_kern.c | 10 #include <linux/init.h> 18 struct vde_init *init = data; in vde_init() local 25 vpri->vde_switch = init->vde_switch; in vde_init() 26 vpri->descr = init->descr ? init->descr : "UML vde_transport"; in vde_init() 34 vde_init_libstuff(vpri, init); in vde_init() 64 .init = vde_init, 72 struct vde_init *init = data; in vde_setup() local 75 *init = ((struct vde_init) in vde_setup() 82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup() 83 &init->group, &mode_str, &init->descr, NULL); in vde_setup() [all …]
|
/Linux-v5.15/Documentation/ia64/ |
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 …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
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()
|
/Linux-v5.15/drivers/gpu/drm/r128/ |
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 …]
|
/Linux-v5.15/drivers/clk/ti/ |
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 …]
|
/Linux-v5.15/drivers/clk/qcom/ |
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) 112 .clkr.hw.init = &(struct clk_init_data) 137 .clkr.hw.init = &(struct clk_init_data) 158 .clkr.hw.init = &(struct clk_init_data) 178 .clkr.hw.init = &(struct clk_init_data) 206 .clkr.hw.init = &(struct clk_init_data) [all …]
|
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 …]
|
D | gcc-sm8250.c | 41 .hw.init = &(struct clk_init_data){ 64 .clkr.hw.init = &(struct clk_init_data){ 80 .hw.init = &(struct clk_init_data){ 97 .hw.init = &(struct clk_init_data){ 199 .clkr.hw.init = &(struct clk_init_data){ 223 .clkr.hw.init = &(struct clk_init_data){ 237 .clkr.hw.init = &(struct clk_init_data){ 251 .clkr.hw.init = &(struct clk_init_data){ 271 .clkr.hw.init = &(struct clk_init_data){ 285 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
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 …]
|
D | gcc-sdm845.c | 43 .hw.init = &(struct clk_init_data){ 60 .hw.init = &(struct clk_init_data){ 86 .clkr.hw.init = &(struct clk_init_data){ 209 .clkr.hw.init = &(struct clk_init_data){ 228 .clkr.hw.init = &(struct clk_init_data){ 251 .clkr.hw.init = &(struct clk_init_data){ 265 .clkr.hw.init = &(struct clk_init_data){ 279 .clkr.hw.init = &(struct clk_init_data){ 299 .clkr.hw.init = &(struct clk_init_data){ 313 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
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 …]
|
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 …]
|
D | gcc-sc8180x.c | 55 .hw.init = &(struct clk_init_data){ 81 .clkr.hw.init = &(struct clk_init_data){ 97 .hw.init = &(struct clk_init_data){ 116 .hw.init = &(struct clk_init_data){ 135 .hw.init = &(struct clk_init_data){ 277 .clkr.hw.init = &(struct clk_init_data){ 300 .clkr.hw.init = &(struct clk_init_data){ 326 .clkr.hw.init = &(struct clk_init_data){ 350 .clkr.hw.init = &(struct clk_init_data){ 365 .clkr.hw.init = &(struct clk_init_data){ [all …]
|
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 …]
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_module.c | 47 int (*init)(void); member 50 { .init = i915_check_nomodeset }, 51 { .init = i915_active_module_init, 53 { .init = i915_buddy_module_init, 55 { .init = i915_context_module_init, 57 { .init = i915_gem_context_module_init, 59 { .init = i915_objects_module_init, 61 { .init = i915_request_module_init, 63 { .init = i915_scheduler_module_init, 65 { .init = i915_vma_module_init, [all …]
|
/Linux-v5.15/drivers/clk/at91/ |
D | clk-main.c | 136 struct clk_init_data init; in at91_clk_register_main_osc() local 147 init.name = name; in at91_clk_register_main_osc() 148 init.ops = &main_osc_ops; in at91_clk_register_main_osc() 149 init.parent_names = &parent_name; in at91_clk_register_main_osc() 150 init.num_parents = 1; in at91_clk_register_main_osc() 151 init.flags = CLK_IGNORE_UNUSED; in at91_clk_register_main_osc() 153 osc->hw.init = &init; in at91_clk_register_main_osc() 257 struct clk_init_data init; in at91_clk_register_main_rc_osc() local 268 init.name = name; in at91_clk_register_main_rc_osc() 269 init.ops = &main_rc_osc_ops; in at91_clk_register_main_rc_osc() [all …]
|
/Linux-v5.15/drivers/scsi/aacraid/ |
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 …]
|