/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | audio-graph-card.c | 108 struct link_info *li, in graph_parse_node() 113 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_parse_node() 114 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in graph_parse_node() 147 struct link_info *li, in graph_link_init() 151 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_link_init() 170 struct link_info *li) in graph_dai_link_of_dpcm() 173 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_dai_link_of_dpcm() 174 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in graph_dai_link_of_dpcm() 176 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm() 182 if (li in graph_dai_link_of_dpcm() 106 graph_parse_node(struct asoc_simple_priv *priv, struct device_node *ep, struct link_info *li, int *cpu) graph_parse_node() argument 144 graph_link_init(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li, char *name) graph_link_init() argument 167 graph_dai_link_of_dpcm(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_dai_link_of_dpcm() argument 261 graph_dai_link_of(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_dai_link_of() argument 321 __graph_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li)) __graph_for_each_link() argument 395 graph_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li)) graph_for_each_link() argument 428 graph_count_noml(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_count_noml() argument 457 graph_count_dpcm(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_count_dpcm() argument 490 graph_get_dais_count(struct asoc_simple_priv *priv, struct link_info *li) graph_get_dais_count() argument 547 struct link_info *li; audio_graph_parse_of() local [all...] |
H A D | simple-card.c | 153 struct link_info *li, in simple_parse_node() 159 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in simple_parse_node() 160 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in simple_parse_node() 193 struct link_info *li, in simple_link_init() 197 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in simple_link_init() 214 struct link_info *li, in simple_dai_link_of_dpcm() 218 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in simple_dai_link_of_dpcm() 219 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in simple_dai_link_of_dpcm() 232 if (li->cpu) { in simple_dai_link_of_dpcm() 243 ret = simple_parse_node(priv, np, li, prefi in simple_dai_link_of_dpcm() 151 simple_parse_node(struct asoc_simple_priv *priv, struct device_node *np, struct link_info *li, char *prefix, int *cpu) simple_parse_node() argument 190 simple_link_init(struct asoc_simple_priv *priv, struct device_node *node, struct device_node *codec, struct link_info *li, char *prefix, char *name) simple_link_init() argument 211 simple_dai_link_of_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of_dpcm() argument 291 simple_dai_link_of(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of() argument 351 __simple_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top)) __simple_for_each_link() argument 462 simple_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top)) simple_for_each_link() argument 520 simple_parse_of(struct asoc_simple_priv *priv, struct link_info *li) simple_parse_of() argument 558 simple_count_noml(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_noml() argument 594 simple_count_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_dpcm() argument 625 simple_get_dais_count(struct asoc_simple_priv *priv, struct link_info *li) simple_get_dais_count() argument 717 struct link_info *li; asoc_simple_probe() local [all...] |
H A D | audio-graph-card2.c | 402 struct link_info *li, in __graph_parse_node() 406 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in __graph_parse_node() 407 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in __graph_parse_node() 512 struct link_info *li, int is_cpu) in graph_parse_node() 528 li, is_cpu, idx); in graph_parse_node() 536 ret = __graph_parse_node(priv, gtype, ep, li, is_cpu, 0); in graph_parse_node() 595 struct link_info *li, in graph_link_init() 598 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_link_init() 649 struct link_info *li) in audio_graph2_link_normal() 661 ret = graph_parse_node(priv, GRAPH_NORMAL, codec_port, li, in audio_graph2_link_normal() 399 __graph_parse_node(struct asoc_simple_priv *priv, enum graph_type gtype, struct device_node *ep, struct link_info *li, int is_cpu, int idx) __graph_parse_node() argument 509 graph_parse_node(struct asoc_simple_priv *priv, enum graph_type gtype, struct device_node *port, struct link_info *li, int is_cpu) graph_parse_node() argument 593 graph_link_init(struct asoc_simple_priv *priv, struct device_node *port, struct link_info *li, int is_cpu_node) graph_link_init() argument 647 audio_graph2_link_normal(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) audio_graph2_link_normal() argument 681 audio_graph2_link_dpcm(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) audio_graph2_link_dpcm() argument 774 audio_graph2_link_c2c(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) audio_graph2_link_c2c() argument 871 graph_link(struct asoc_simple_priv *priv, struct graph2_custom_hooks *hooks, enum graph_type gtype, struct device_node *lnk, struct link_info *li) graph_link() argument 943 graph_count_normal(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) graph_count_normal() argument 972 graph_count_dpcm(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) graph_count_dpcm() argument 1012 graph_count_c2c(struct asoc_simple_priv *priv, struct device_node *lnk, struct link_info *li) graph_count_c2c() argument 1054 graph_count(struct asoc_simple_priv *priv, struct graph2_custom_hooks *hooks, enum graph_type gtype, struct device_node *lnk, struct link_info *li) graph_count() argument 1097 graph_for_each_link(struct asoc_simple_priv *priv, struct graph2_custom_hooks *hooks, struct link_info *li, int (*func)(struct asoc_simple_priv *priv, struct graph2_custom_hooks *hooks, enum graph_type gtype, struct device_node *lnk, struct link_info *li)) graph_for_each_link() argument 1131 struct link_info *li; audio_graph2_parse_of() local [all...] |
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | oct_ilm.c | 28 static struct latency_info li; variable 34 struct latency_info curr_li = li; in show_latency() 74 static void init_latency_info(struct latency_info *li, int startup) in init_latency_info() argument 85 li->io_interval = (octeon_get_io_clock_rate() * interval) / 1000; in init_latency_info() 86 li->cpu_interval = (octeon_get_clock_rate() * interval) / 1000; in init_latency_info() 88 li->timer_start1 = 0; in init_latency_info() 89 li->timer_start2 = 0; in init_latency_info() 90 li->max_latency = 0; in init_latency_info() 91 li->min_latency = (u64)-1; in init_latency_info() 92 li in init_latency_info() [all...] |
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | oct_ilm.c | 28 static struct latency_info li; variable 34 struct latency_info curr_li = li; in oct_ilm_show() 63 static void init_latency_info(struct latency_info *li, int startup) in init_latency_info() argument 74 li->io_interval = (octeon_get_io_clock_rate() * interval) / 1000; in init_latency_info() 75 li->cpu_interval = (octeon_get_clock_rate() * interval) / 1000; in init_latency_info() 77 li->timer_start1 = 0; in init_latency_info() 78 li->timer_start2 = 0; in init_latency_info() 79 li->max_latency = 0; in init_latency_info() 80 li->min_latency = (u64)-1; in init_latency_info() 81 li in init_latency_info() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | crtsavres.S | 238 li r11,-192 241 li r11,-176 244 li r11,-160 247 li r11,-144 250 li r11,-128 253 li r11,-112 256 li r11,-96 259 li r11,-80 262 li r11,-64 265 li r1 [all...] |
H A D | copy_32.S | 125 li r7,4 208 li r11,4 359 li r11,4 363 li r3,4 365 li r7,0 367 li r7,1 374 li r7,MAX_COPY_PREFETCH 408 li r3,4 409 li r7,0 427 65: li r [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | crtsavres.S | 238 li r11,-192 241 li r11,-176 244 li r11,-160 247 li r11,-144 250 li r11,-128 253 li r11,-112 256 li r11,-96 259 li r11,-80 262 li r11,-64 265 li r1 [all...] |
H A D | copy_32.S | 122 li r7,4 205 li r11,4 356 li r11,4 360 li r3,4 362 li r7,0 364 li r7,1 371 li r7,MAX_COPY_PREFETCH 405 li r3,4 406 li r7,0 424 65: li r [all...] |
/kernel/linux/linux-5.10/arch/mips/netlogic/common/ |
H A D | reset.S | 59 li t0, LSU_DEFEATURE 66 li t0, ICU_DEFEATURE 71 li t0, SCHED_DEFEATURE 83 li t1, (1 << 29) /* ELPA bit */ 101 li t0, LSU_DEBUG_DATA0 102 li t1, LSU_DEBUG_ADDR 103 li t2, 0 /* index */ 104 li t3, 0x1000 /* loop count */ 131 li t0, 0x80000000 132 li t [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | bmips_vec.S | 42 li k1, CKSEG1 51 li k0, ST0_IE | ST0_BEV | STATUSF_IP1 55 li k0, 0xff400000 63 li k1, 0xa0080000 70 li k1, CKSEG1 88 li k1, (1 << 19) 95 li k1, PRID_IMP_BMIPS5000 101 li k1, (3 << 25) 115 li k1, ST0_ERL | ST0_EXL | ST0_BEV | ST0_IE 135 li k [all...] |
H A D | bmips_5xxx_init.S | 139 li v0, 0x40 161 li v1, 1 232 li v0, 0x40 253 li v1, 1 375 li a0, KSEG0 396 li a0, KSEG0 421 li t1, 0x4 427 li t1, 0x4 433 li t1, 0x4 456 li t [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | bmips_vec.S | 42 li k1, CKSEG1 51 li k0, ST0_IE | ST0_BEV | STATUSF_IP1 55 li k0, 0xff400000 63 li k1, 0xa0080000 70 li k1, CKSEG1 88 li k1, (1 << 19) 95 li k1, PRID_IMP_BMIPS5000 101 li k1, (3 << 25) 115 li k1, ST0_ERL | ST0_EXL | ST0_BEV | ST0_IE 135 li k [all...] |
H A D | bmips_5xxx_init.S | 139 li v0, 0x40 161 li v1, 1 232 li v0, 0x40 253 li v1, 1 375 li a0, KSEG0 396 li a0, KSEG0 421 li t1, 0x4 427 li t1, 0x4 433 li t1, 0x4 456 li t [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_log.c | 150 struct nf_loginfo *li = &priv->loginfo; in nft_log_init() local 154 li->type = NF_LOG_TYPE_LOG; in nft_log_init() 159 li->type = NF_LOG_TYPE_ULOG; in nft_log_init() 174 switch (li->type) { in nft_log_init() 177 li->u.log.level = in nft_log_init() 180 li->u.log.level = NFT_LOGLEVEL_WARNING; in nft_log_init() 182 if (li->u.log.level > NFT_LOGLEVEL_AUDIT) { in nft_log_init() 188 li->u.log.logflags = in nft_log_init() 190 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init() 197 li in nft_log_init() 233 struct nf_loginfo *li = &priv->loginfo; nft_log_destroy() local 248 const struct nf_loginfo *li = &priv->loginfo; nft_log_dump() local [all...] |
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | audio-graph-card.c | 206 struct link_info *li, in graph_dai_link_of_dpcm() 210 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in graph_dai_link_of_dpcm() 211 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in graph_dai_link_of_dpcm() 213 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm() 223 if (!li->cpu && dup_codec) in graph_dai_link_of_dpcm() 230 li->link++; in graph_dai_link_of_dpcm() 234 if (li->cpu) { in graph_dai_link_of_dpcm() 247 dai_props->cpu_dai = &priv->dais[li->dais++]; in graph_dai_link_of_dpcm() 278 dai_props->codec_dai = &priv->dais[li->dais++]; in graph_dai_link_of_dpcm() 281 dai_props->codec_conf = &priv->codec_conf[li in graph_dai_link_of_dpcm() 203 graph_dai_link_of_dpcm(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li, int dup_codec) graph_dai_link_of_dpcm() argument 334 graph_dai_link_of(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_dai_link_of() argument 409 graph_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li, int dup_codec)) graph_for_each_link() argument 484 struct link_info li; graph_parse_of() local 519 graph_count_noml(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li) graph_count_noml() argument 534 graph_count_dpcm(struct asoc_simple_priv *priv, struct device_node *cpu_ep, struct device_node *codec_ep, struct link_info *li, int dup_codec) graph_count_dpcm() argument 556 graph_get_dais_count(struct asoc_simple_priv *priv, struct link_info *li) graph_get_dais_count() argument 635 struct link_info li; graph_probe() local [all...] |
H A D | simple-card.c | 118 struct link_info *li, in simple_dai_link_of_dpcm() 122 struct snd_soc_dai_link *dai_link = simple_priv_to_link(priv, li->link); in simple_dai_link_of_dpcm() 123 struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link); in simple_dai_link_of_dpcm() 138 if (li->cpu == (np == codec)) in simple_dai_link_of_dpcm() 143 li->link++; in simple_dai_link_of_dpcm() 149 if (li->cpu) { in simple_dai_link_of_dpcm() 162 dai_props->cpu_dai = &priv->dais[li->dais++]; in simple_dai_link_of_dpcm() 192 dai_props->codec_dai = &priv->dais[li->dais++]; in simple_dai_link_of_dpcm() 195 dai_props->codec_conf = &priv->codec_conf[li->conf++]; in simple_dai_link_of_dpcm() 247 struct link_info *li, in simple_dai_link_of() 115 simple_dai_link_of_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of_dpcm() argument 244 simple_dai_link_of(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of() argument 345 simple_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top)) simple_for_each_link() argument 433 struct link_info li; simple_parse_of() local 482 simple_count_noml(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_noml() argument 494 simple_count_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_dpcm() argument 507 simple_get_dais_count(struct asoc_simple_priv *priv, struct link_info *li) simple_get_dais_count() argument 596 struct link_info li; asoc_simple_probe() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | head.S | 32 c.li s4,-13 147 li t0, SR_FS_VS 155 li a2, SBI_HART_BOOT_TASK_PTR_OFFSET 159 li a3, SBI_HART_BOOT_STACK_PTR_OFFSET 217 li a0, -1 219 li a0, (PMP_A_NAPOT | PMP_R | PMP_W | PMP_X) 241 li t0, SR_FS_VS 245 li t0, CONFIG_NR_CPUS 254 li a2, 1 361 li s [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_log.c | 136 struct nf_loginfo *li = &priv->loginfo; in nft_log_init() local 140 li->type = NF_LOG_TYPE_LOG; in nft_log_init() 145 li->type = NF_LOG_TYPE_ULOG; in nft_log_init() 160 switch (li->type) { in nft_log_init() 163 li->u.log.level = in nft_log_init() 166 li->u.log.level = NFT_LOGLEVEL_WARNING; in nft_log_init() 168 if (li->u.log.level > NFT_LOGLEVEL_AUDIT) { in nft_log_init() 174 li->u.log.logflags = in nft_log_init() 176 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init() 183 li in nft_log_init() 215 struct nf_loginfo *li = &priv->loginfo; nft_log_destroy() local 229 const struct nf_loginfo *li = &priv->loginfo; nft_log_dump() local [all...] |
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | head.S | 29 c.li s4,-13 85 li a1, SATP_MODE 139 li t0, SR_FS 207 li a0, -1 209 li a0, (PMP_A_NAPOT | PMP_R | PMP_W | PMP_X) 231 li t0, SR_FS 235 li t0, CONFIG_NR_CPUS 243 li a2, 1 317 li sp, 0 318 li g [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vector.S | 18 li r4,VRSTATE_VSCR 33 li r4, VRSTATE_VSCR 64 li r4,-1 80 li r4,1 83 li r4,1 84 li r10,VRSTATE_VSCR 106 li r4,VRSTATE_VSCR 133 li r6,1 214 li r0,4 216 li r [all...] |
H A D | entry_64.S | 89 li r11,0 108 li r11,\trapnr 136 li r5,1 /* scv */ 168 li r9,0 169 li r10,0 170 li r11,0 171 li r12,0 187 li r3,0 223 li r10,IRQS_ALL_DISABLED 253 li r1 [all...] |
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | int-handler.S | 237 li a0,DEC_CPU_IRQ_BASE 239 li t1,CAUSEF_IP>>CAUSEB_IP # mask 241 li t2,4 # nr of bits / 2 244 li a0,KN02_IRQ_BASE 245 li t1,KN02_IRQ_ALL # mask 247 li t2,4 # nr of bits / 2 250 li a0,IO_IRQ_BASE 251 li t1,IO_IRQ_ALL # mask 253 li t2,8 # nr of bits / 2 259 li a [all...] |
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | int-handler.S | 237 li a0,DEC_CPU_IRQ_BASE 239 li t1,CAUSEF_IP>>CAUSEB_IP # mask 241 li t2,4 # nr of bits / 2 244 li a0,KN02_IRQ_BASE 245 li t1,KN02_IRQ_ALL # mask 247 li t2,4 # nr of bits / 2 250 li a0,IO_IRQ_BASE 251 li t1,IO_IRQ_ALL # mask 253 li t2,8 # nr of bits / 2 259 li a [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 78 li r0,MSR_RI 80 li r6,MSR_IR | MSR_DR 109 li r6,7 131 li r0, 0 161 li r0, MSR_RI 196 li r0, 1 205 li r12, 0 209 li r3, NAPPING_NOVCPU 212 li r3, 0 /* Don't wake on privileged (OS) doorbell */ 225 li r [all...] |