/kernel/linux/linux-5.10/sound/pci/lola/ |
H A D | lola_clock.c | 15 unsigned int lola_sample_rate_convert(unsigned int coded) in lola_sample_rate_convert() argument 20 switch (coded & 0x3) { in lola_sample_rate_convert() 28 switch (coded & 0x1c) { in lola_sample_rate_convert() 39 switch (coded & 0x60) { in lola_sample_rate_convert()
|
H A D | lola.h | 495 unsigned int lola_sample_rate_convert(unsigned int coded);
|
/kernel/linux/linux-6.6/sound/pci/lola/ |
H A D | lola_clock.c | 15 unsigned int lola_sample_rate_convert(unsigned int coded) in lola_sample_rate_convert() argument 20 switch (coded & 0x3) { in lola_sample_rate_convert() 28 switch (coded & 0x1c) { in lola_sample_rate_convert() 39 switch (coded & 0x60) { in lola_sample_rate_convert()
|
H A D | lola.h | 494 unsigned int lola_sample_rate_convert(unsigned int coded);
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | int-handler.S | 150 # open coded PTR_LA t1, cpu_mask_nr_tbl 152 # open coded la t1, cpu_mask_nr_tbl 206 # open coded PTR_LA t1,asic_mask_nr_tbl 208 # open coded la t1, asic_mask_nr_tbl
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | int-handler.S | 150 # open coded PTR_LA t1, cpu_mask_nr_tbl 152 # open coded la t1, cpu_mask_nr_tbl 206 # open coded PTR_LA t1,asic_mask_nr_tbl 208 # open coded la t1, asic_mask_nr_tbl
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_v4l2.c | 132 /* This only makes sense for coded formats */ in vidioc_enum_framesizes() 241 bool coded; in hantro_try_fmt() local 243 coded = capture == ctx->is_encoder; in hantro_try_fmt() 253 fmt = hantro_get_default_fmt(ctx, coded); in hantro_try_fmt() 257 if (coded) { in hantro_try_fmt() 277 if (!coded) { in hantro_try_fmt() 288 * For coded formats the application can specify in hantro_try_fmt()
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlbex.S | 51 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.c | 179 /* For non-coded formats check if postprocessing scaling is possible */ in vidioc_enum_framesizes() 302 bool coded; in hantro_try_fmt() local 304 coded = capture == ctx->is_encoder; in hantro_try_fmt() 314 fmt = hantro_get_default_fmt(ctx, coded, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_try_fmt() 318 if (coded) { in hantro_try_fmt() 338 if (!coded) { in hantro_try_fmt() 364 * For coded formats the application can specify in hantro_try_fmt()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | network-coding.c | 577 * batadv_nc_send_packet() - send non-coded packet and free nc_packet struct 1047 * @nc_packet: structure containing the packet to the skb can be coded with 1077 * coded packets? in batadv_nc_code_packets() 1187 /* Both packets are newly coded */ in batadv_nc_code_packets() 1194 /* skb_src recoded and skb_dest is newly coded */ in batadv_nc_code_packets() 1203 /* skb_src is newly coded and skb_dest is recoded */ in batadv_nc_code_packets() 1212 /* skb_src is now coded into skb_dest, so free it */ in batadv_nc_code_packets() 1219 /* Send the coded packet and return true */ in batadv_nc_code_packets() 1241 * a network coded form. If so, we may not be able to use it for coding because 1243 * coded for 1742 batadv_nc_find_decoding_packet(struct batadv_priv *bat_priv, struct ethhdr *ethhdr, struct batadv_coded_packet *coded) batadv_nc_find_decoding_packet() argument [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | network-coding.c | 570 * batadv_nc_send_packet() - send non-coded packet and free nc_packet struct 1038 * @nc_packet: structure containing the packet to the skb can be coded with 1068 * coded packets? in batadv_nc_code_packets() 1178 /* Both packets are newly coded */ in batadv_nc_code_packets() 1185 /* skb_src recoded and skb_dest is newly coded */ in batadv_nc_code_packets() 1194 /* skb_src is newly coded and skb_dest is recoded */ in batadv_nc_code_packets() 1203 /* skb_src is now coded into skb_dest, so free it */ in batadv_nc_code_packets() 1210 /* Send the coded packet and return true */ in batadv_nc_code_packets() 1228 * a network coded form. If so, we may not be able to use it for coding because 1230 * coded for 1729 batadv_nc_find_decoding_packet(struct batadv_priv *bat_priv, struct ethhdr *ethhdr, struct batadv_coded_packet *coded) batadv_nc_find_decoding_packet() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | capability.h | 79 # error Fix up hand-coded capability macro initializers
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | winbond-cir.c | 288 u8 coded = 0x00; in wbcir_to_rc6cells() local 294 coded |= 0x02 << (i * 2); in wbcir_to_rc6cells() 296 coded |= 0x01 << (i * 2); in wbcir_to_rc6cells() 300 return coded; in wbcir_to_rc6cells() 405 * TX data is run-length coded in bytes: YXXXXXXX in wbcir_irq_tx()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | winbond-cir.c | 288 u8 coded = 0x00; in wbcir_to_rc6cells() local 294 coded |= 0x02 << (i * 2); in wbcir_to_rc6cells() 296 coded |= 0x01 << (i * 2); in wbcir_to_rc6cells() 300 return coded; in wbcir_to_rc6cells() 405 * TX data is run-length coded in bytes: YXXXXXXX in wbcir_irq_tx()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 52 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 1800 my ($res, $coded); 1806 $coded = sprintf("^%c", unpack('C', $2) + 64); 1807 $res .= $coded;
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 2044 my ($res, $coded); 2050 $coded = sprintf("^%c", unpack('C', $2) + 64); 2051 $res .= $coded;
|