Home
last modified time | relevance | path

Searched refs:get (Results 576 - 600 of 2177) sorted by relevance

1...<<21222324252627282930>>...88

/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-spkr.c258 .get = spkr_mute_get, in snd_oxfw_add_spkr()
265 .get = spkr_volume_get, in snd_oxfw_add_spkr()
/kernel/linux/linux-6.6/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c272 .get = snd_msndmix_volume_get, .put = snd_msndmix_volume_put, \
287 .get = snd_msndmix_get_mux,
/kernel/linux/linux-5.10/sound/pci/
H A Dcmipci.c605 * does it this way .. maybe not. Never get any information from C-Media about
1028 .get = snd_cmipci_spdif_default_get,
1056 .get = snd_cmipci_spdif_mask_get,
1103 .get = snd_cmipci_spdif_stream_get,
1125 ctl->get(ctl, val); in save_mixer_state()
1163 ctl->get(ctl, val); in restore_mixer_state()
1304 * after the channel is reset, and get added to the data for the rear DACs when
1980 .get = snd_cmipci_get_volume, .put = snd_cmipci_put_volume, \
2081 .get = snd_cmipci_get_input_sw, .put = snd_cmipci_put_input_sw, \
2146 .get
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dcmipci.c601 * does it this way .. maybe not. Never get any information from C-Media about
1024 .get = snd_cmipci_spdif_default_get,
1052 .get = snd_cmipci_spdif_mask_get,
1099 .get = snd_cmipci_spdif_stream_get,
1121 ctl->get(ctl, val); in save_mixer_state()
1159 ctl->get(ctl, val); in restore_mixer_state()
1304 * after the channel is reset, and get added to the data for the rear DACs when
1988 .get = snd_cmipci_get_volume, .put = snd_cmipci_put_volume, \
2089 .get = snd_cmipci_get_input_sw, .put = snd_cmipci_put_input_sw, \
2154 .get
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-core.S238 vld1.8 {q1}, [r1]! @ get next pt block
276 vld1.8 {q0}, [r1]! @ get next ct block
313 vld1.8 {q1}, [r5] @ get iv
351 vld1.8 {q3}, [r5] @ get iv
517 vld1.8 {q0-q1}, [r1]! @ get 4 pt blocks
609 vld1.8 {q0-q1}, [r1]! @ get 4 ct blocks
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S42 /* Do end cruft out of band to get better cache patterns. */
65 2: lduh [%o0], %o4 ! get hword
69 4: ldub [%o0], %o5 ! get final byte
73 1: retl ! get outta here
76 /* Also do alignment out of band to get better cache patterns. */
105 /* The common case is to get called with a nicely aligned
144 cpout: retl ! get outta here
190 * because of this we thus do all the ldd's together to get
321 xor %o0, %o1, %o4 ! get changing bits
343 andcc %g1, 0xf, %o3 ! get lo
[all...]
/kernel/linux/linux-5.10/drivers/counter/
H A Dcounter.c45 if (!e->get) in counter_signal_enum_read()
48 err = e->get(counter, signal, &index); in counter_signal_enum_read()
108 if (!e->get) in counter_count_enum_read()
111 err = e->get(counter, count, &index); in counter_count_enum_read()
170 if (!e->get) in counter_device_enum_read()
173 err = e->get(counter, &index); in counter_device_enum_read()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S238 vld1.8 {q1}, [r1]! @ get next pt block
276 vld1.8 {q0}, [r1]! @ get next ct block
313 vld1.8 {q1}, [r5] @ get iv
351 vld1.8 {q3}, [r5] @ get iv
517 vld1.8 {q0-q1}, [r1]! @ get 4 pt blocks
609 vld1.8 {q0-q1}, [r1]! @ get 4 ct blocks
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S42 /* Do end cruft out of band to get better cache patterns. */
65 2: lduh [%o0], %o4 ! get hword
69 4: ldub [%o0], %o5 ! get final byte
73 1: retl ! get outta here
76 /* Also do alignment out of band to get better cache patterns. */
105 /* The common case is to get called with a nicely aligned
144 cpout: retl ! get outta here
183 * because of this we thus do all the ldd's together to get
314 xor %o0, %o1, %o4 ! get changing bits
335 andcc %g1, 0xf, %o3 ! get lo
[all...]
/kernel/linux/linux-5.10/sound/isa/sb/
H A Demu8000.c863 .get = mixer_bass_treble_get,
873 .get = mixer_bass_treble_get,
930 .get = mixer_chorus_reverb_get,
940 .get = mixer_chorus_reverb_get,
992 .get = mixer_fm_depth_get,
1002 .get = mixer_fm_depth_get,
/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart_mixer.c400 .get = mixart_analog_vol_get,
442 .get = mixart_audio_sw_get,
895 .get = mixart_pcm_vol_get,
946 .get = mixart_pcm_sw_get,
1020 .get = mixart_monitor_vol_get,
1085 .get = mixart_monitor_sw_get,
/kernel/linux/linux-5.10/fs/
H A Dlibfs.c561 * NOTE: Even though i_size might get updated by this function, mark_inode_dirty
879 int (*get)(void *, u64 *); member
891 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open()
900 attr->get = get; in simple_attr_open()
919 /* read from the buffer that is filled with the get function */
929 if (!attr->get) in simple_attr_read()
942 ret = attr->get(attr->data, &val); in simple_attr_read()
1286 * simple_get_link - generic helper to get the target of "fast" symlinks
/kernel/linux/linux-6.6/sound/isa/sb/
H A Demu8000.c863 .get = mixer_bass_treble_get,
873 .get = mixer_bass_treble_get,
930 .get = mixer_chorus_reverb_get,
940 .get = mixer_chorus_reverb_get,
992 .get = mixer_fm_depth_get,
1002 .get = mixer_fm_depth_get,
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_mixer.c400 .get = mixart_analog_vol_get,
442 .get = mixart_audio_sw_get,
895 .get = mixart_pcm_vol_get,
946 .get = mixart_pcm_sw_get,
1020 .get = mixart_monitor_vol_get,
1085 .get = mixart_monitor_sw_get,
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S227 bl __hyp_stub_install @ get into SVC mode, reversibly
238 mrs r2, cpsr @ get current mode
265 * We just need to get rid of any offset by aligning the
290 ldr r2, [r1, #4] @ get &_edata
292 ldr r2, [r2] @ get DTB signature
303 ldr sp, [r1] @ get stack location
364 * dtb data will get relocated along with the kernel if necessary.
687 * dcache_line_size - get the minimum D-cache line size from the CTR register
953 mrc p15, 0, r9, c0, c0 @ get processor ID
967 1: ldr r1, [r12, #0] @ get valu
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_scarlett_gen2.c438 /* get the starting port index number for a given port type/direction */
635 /* send a second message to get the response */ in scarlett2_usb()
750 /* Send a USB message to get data; result placed in *buf */
766 /* Send a USB message to get configuration parameters; result placed in *buf */
778 /* Send a USB message to get volume status; result placed in *buf */
909 /* Send USB message to get meter levels */
1100 .get = scarlett2_master_volume_ctl_get,
1111 .get = scarlett2_volume_ctl_get,
1199 .get = scarlett2_sw_hw_enum_ctl_get,
1261 .get
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c192 /* get gpio direction 0 = read, 1 = write */
498 /* If I don't do this, I get machine lockup due to continual interrupts */ in snd_vt1724_interrupt()
1580 .get = snd_vt1724_eeprom_get
1693 .get = snd_vt1724_spdif_default_get,
1726 .get = snd_vt1724_spdif_maskc_get,
1735 .get = snd_vt1724_spdif_maskp_get,
1773 .get = snd_vt1724_spdif_sw_get,
1945 .get = snd_vt1724_pro_internal_clock_get,
1976 .get = snd_vt1724_pro_rate_locking_get,
2007 .get
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c173 /* get gpio direction 0 = read, 1 = write */
479 /* If I don't do this, I get machine lockup due to continual interrupts */ in snd_vt1724_interrupt()
1561 .get = snd_vt1724_eeprom_get
1674 .get = snd_vt1724_spdif_default_get,
1707 .get = snd_vt1724_spdif_maskc_get,
1716 .get = snd_vt1724_spdif_maskp_get,
1754 .get = snd_vt1724_spdif_sw_get,
1926 .get = snd_vt1724_pro_internal_clock_get,
1957 .get = snd_vt1724_pro_rate_locking_get,
1988 .get
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c907 /* get current counters as zero point, rates are zeroed */ in ip_vs_zero_stats()
1474 /* Count only IPv4 services for old get/setsockopt interface */ in ip_vs_add_service()
2865 const struct ip_vs_get_services *get, in __ip_vs_get_service_entries()
2879 if (count >= get->num_services) in __ip_vs_get_service_entries()
2898 if (count >= get->num_services) in __ip_vs_get_service_entries()
2915 __ip_vs_get_dest_entries(struct netns_ipvs *ipvs, const struct ip_vs_get_dests *get, in __ip_vs_get_dest_entries() argument
2919 union nf_inet_addr addr = { .ip = get->addr }; in __ip_vs_get_dest_entries()
2923 if (get->fwmark) in __ip_vs_get_dest_entries()
2924 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, get->fwmark); in __ip_vs_get_dest_entries()
2926 svc = __ip_vs_service_find(ipvs, AF_INET, get in __ip_vs_get_dest_entries()
2864 __ip_vs_get_service_entries(struct netns_ipvs *ipvs, const struct ip_vs_get_services *get, struct ip_vs_get_services __user *uptr) __ip_vs_get_service_entries() argument
3093 struct ip_vs_get_services *get; do_ip_vs_get_ctl() local
3134 struct ip_vs_get_dests *get; do_ip_vs_get_ctl() local
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-gw-pld.c90 gw->chip.get = gw_pld_get8; in gw_pld_probe()
H A Dgpio-octeon.c106 chip->get = octeon_gpio_get; in octeon_gpio_probe()
H A Dgpio-pca9570.c106 gpio->chip.get = pca9570_get; in pca9570_probe()
H A Dgpio-bd71828.c120 bdgpio->gpio.get = bd71828_gpio_get; in bd71828_probe()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dbmips-cpufreq.c152 .get = bmips_cpufreq_get,
H A Dloongson2_cpufreq.c99 .get = cpufreq_generic_get,

Completed in 40 milliseconds

1...<<21222324252627282930>>...88