/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_snd.c | 20 #include <linux/most.h> 57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); 111 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument 113 memcpy(most, alsa, bytes); in alsa_to_most_memcpy() 116 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument 118 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16() 121 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument 123 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 126 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument 128 swap_copy32(most, als in alsa_to_most_copy32() 131 most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) most_to_alsa_memcpy() argument 136 most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy16() argument 141 most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy24() argument 146 most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy32() argument [all...] |
H A D | configfs.c | 13 #include <linux/most.h> 598 struct most_snd_grp *most; in most_sound_make_group() local 602 list_for_each_entry(most, &ms->soundcard_list, list) { in most_sound_make_group() 603 if (!most->create_card) { in most_sound_make_group() 610 most = kzalloc(sizeof(*most), GFP_KERNEL); in most_sound_make_group() 611 if (!most) { in most_sound_make_group() 615 config_group_init_type_name(&most->group, name, &most_snd_grp_type); in most_sound_make_group() 616 list_add_tail(&most->list, &ms->soundcard_list); in most_sound_make_group() 617 return &most in most_sound_make_group() [all...] |
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 20 #include <linux/most.h> 55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); 119 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument 121 memcpy(most, alsa, bytes); in alsa_to_most_memcpy() 124 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument 126 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16() 129 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument 131 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 134 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument 136 swap_copy32(most, als in alsa_to_most_copy32() 139 most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) most_to_alsa_memcpy() argument 144 most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy16() argument 149 most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy24() argument 154 most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy32() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 26 * m <- {most conn node in serverSet[dest_ip]}; 209 /* get weighted most-connection node in the destination set */ 213 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local 221 most = e->dest; in ip_vs_dest_set_max() 222 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max() 223 moh = ip_vs_dest_conn_overhead(most); in ip_vs_dest_set_max() 229 /* find the destination with the weighted most load */ in ip_vs_dest_set_max() 236 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 238 most = dest; in ip_vs_dest_set_max() 246 IP_VS_DBG_ADDR(most in ip_vs_dest_set_max() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 26 * m <- {most conn node in serverSet[dest_ip]}; 209 /* get weighted most-connection node in the destination set */ 213 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local 221 most = e->dest; in ip_vs_dest_set_max() 222 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max() 223 moh = ip_vs_dest_conn_overhead(most); in ip_vs_dest_set_max() 229 /* find the destination with the weighted most load */ in ip_vs_dest_set_max() 236 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 238 most = dest; in ip_vs_dest_set_max() 246 IP_VS_DBG_ADDR(most in ip_vs_dest_set_max() [all...] |
/kernel/linux/linux-5.10/drivers/most/ |
H A D | configfs.c | 13 #include <linux/most.h> 598 struct most_snd_grp *most; in most_sound_make_group() local 602 list_for_each_entry(most, &ms->soundcard_list, list) { in most_sound_make_group() 603 if (!most->create_card) { in most_sound_make_group() 610 most = kzalloc(sizeof(*most), GFP_KERNEL); in most_sound_make_group() 611 if (!most) { in most_sound_make_group() 615 config_group_init_type_name(&most->group, name, &most_snd_grp_type); in most_sound_make_group() 616 list_add_tail(&most->list, &ms->soundcard_list); in most_sound_make_group() 617 return &most in most_sound_make_group() [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | fm801.c | 750 u8 data, clk, wren, most; member 755 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 756 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 757 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 791 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins() 806 FM801_GPIO_GS(gpio.most); in snd_fm801_tea575x_set_direction() 819 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction() 821 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | fm801.c | 751 u8 data, clk, wren, most; member 756 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 757 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 758 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 792 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins() 807 FM801_GPIO_GS(gpio.most); in snd_fm801_tea575x_set_direction() 820 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction() 822 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_snan.S | 161 | Get the 32 most significant bits of etemp mantissa 183 | Get the 16 most significant bits of etemp mantissa 205 | Get the 8 most significant bits of etemp mantissa
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_snan.S | 161 | Get the 32 most significant bits of etemp mantissa 183 | Get the 16 most significant bits of etemp mantissa 205 | Get the 8 most significant bits of etemp mantissa
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | rsrc_nonstatic.c | 189 u_char *b, hole, most; in do_io_probe() local 200 for (i = base, most = 0; i < base+num; i += 8) { in do_io_probe() 209 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe() 210 most = hole; in do_io_probe() 211 if (b[most] == 127) in do_io_probe() 227 if (inb(i+j) != most) in do_io_probe() 724 * potential conflicts, just the most obvious ones. in nonstatic_find_io()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | rsrc_nonstatic.c | 189 u_char *b, hole, most; in do_io_probe() local 200 for (i = base, most = 0; i < base+num; i += 8) { in do_io_probe() 209 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe() 210 most = hole; in do_io_probe() 211 if (b[most] == 127) in do_io_probe() 227 if (inb(i+j) != most) in do_io_probe() 724 * potential conflicts, just the most obvious ones. in nonstatic_find_io()
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | mkdebian | 155 The sources may be found at most Linux archive sites, including:
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H A D | failcmd.sh | 31 specifies how many times failures may happen at most.
|
/kernel/linux/linux-6.6/tools/testing/fault-injection/ |
H A D | failcmd.sh | 31 specifies how many times failures may happen at most.
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | divu.S | 32 ;; At the end, we have both the remainder and most of the quotient
|
H A D | divremu.S | 15 ;; At the end, we have both the remainder and most of the quotient
|
H A D | remu.S | 30 ;; so we duplicate most of the divsi3 code here.
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | mkdebian | 195 The sources may be found at most Linux archive sites, including:
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 109 add r5, r5, #0x3 @ give it at most 93uS 204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|
H A D | sram243x.S | 109 add r5, r5, #0x3 @ give it at most 93uS 204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 109 add r5, r5, #0x3 @ give it at most 93uS 204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|
H A D | sram243x.S | 109 add r5, r5, #0x3 @ give it at most 93uS 204 add r8, r8, #0x2 @ give it at most 62uS (min 31+)
|