Home
last modified time | relevance | path

Searched defs:vol (Results 101 - 125 of 316) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/sound/pci/au88x0/
H A Dau88x0_pcm.c549 unsigned char vol; in snd_vortex_pcm_vol_put() local
/kernel/linux/linux-6.6/sound/sh/
H A Daica.h52 uint32_t vol; /* Volume 0-255 */ member
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart_mixer.c866 int vol = ucontrol->value.integer.value[i]; in mixart_pcm_vol_put() local
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dwtm.c196 unsigned char vol; in stac9460_dac_vol_get() local
331 unsigned char vol; in stac9460_adc_vol_get() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_volume.c115 VolumeContext *vol = ctx->priv; in init() local
126 VolumeContext *vol = ctx->priv; in uninit() local
134 VolumeContext *vol in query_formats() local
213 volume_init(VolumeContext *vol) volume_init() argument
248 VolumeContext *vol = ctx->priv; set_volume() local
281 VolumeContext *vol = ctx->priv; config_output() local
313 VolumeContext *vol = ctx->priv; process_command() local
329 VolumeContext *vol = inlink->dst->priv; filter_frame() local
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.h74 long vol[MAX_CHANNEL]; member
/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c433 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, in ntfs_cluster_read() argument
469 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, const s64 count, const void *b) ntfs_cluster_write() argument
[all...]
H A Dlogfile.c496 ntfs_volume *vol = log_na->ni->vol; in ntfs_check_logfile() local
H A Dlcnalloc.c74 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) in ntfs_cluster_update_zone_pos() argument
95 static void update_full_status(ntfs_volume *vol, LC argument
171 bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b, u8 *writeback) bitmap_writeback() argument
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) ntfs_cluster_alloc() argument
578 ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) ntfs_cluster_free_from_rl() argument
620 ntfs_cluster_free_basic(ntfs_volume *vol, s64 lcn, s64 count) ntfs_cluster_free_basic() argument
667 ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) ntfs_cluster_free() argument
[all...]
H A Dioctl.c89 static int fstrim_clusters(ntfs_volume *vol, LCN lcn, s64 length) in fstrim_clusters() argument
138 static int fstrim_limits(ntfs_volume *vol, in fstrim_limits() argument
229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity) in align_up() argument
238 align_down(ntfs_volume *vol, u64 count, u64 granularity) align_down() argument
255 fstrim(ntfs_volume *vol, void *data, u64 *trimmed) fstrim() argument
[all...]
H A Dobject_id.c187 static ntfs_index_context *open_object_id_index(ntfs_volume *vol) in open_object_id_index() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c279 static int info(ntfs_volume *vol) in info() argument
387 dump_file(ntfs_volume *vol, ntfs_inode *ino) dump_file() argument
484 ntfs_volume *vol; main() local
[all...]
H A Dntfsdump_logfile.c81 ntfs_volume *vol; member
124 static void device_err_exit(ntfs_volume *vol, ntfs_inode *ni, in device_err_exit() argument
196 ntfs_volume *vol; in logfile_open() local
[all...]
H A Dntfsmove.c387 static runlist * find_unused(ntfs_volume *vol, s64 size, u64 loc in find_unused() argument
512 static int bitmap_alloc(ntfs_volume *vol, runlist_element *rl) in bitmap_alloc() argument
530 static int bitmap_free(ntfs_volume *vol, runlist_element *rl) in bitmap_free() argument
548 data_copy(ntfs_volume *vol, runlist_element *from, runlist_element *to) data_copy() argument
601 move_runlist(ntfs_volume *vol, runlist_element *from, runlist_element *to) move_runlist() argument
667 move_datarun(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, runlist_element *run, u64 loc, int flags) move_datarun() argument
759 move_attribute(ntfs_volume *vol, ntfs_inode *ino, ATTR_RECORD *rec, u64 loc, int flags) move_attribute() argument
805 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags) move_file() argument
868 ntfs_volume *vol; main() local
[all...]
H A Dntfslabel.c238 static int change_serial(ntfs_volume *vol, u64 sector, le64 serial_number, in change_serial() argument
279 set_new_serial(ntfs_volume *vol) set_new_serial() argument
320 print_serial(ntfs_volume *vol) print_serial() argument
348 print_label(ntfs_volume *vol, unsigned long mnt_flags) print_label() argument
375 change_label(ntfs_volume *vol, char *label) change_label() argument
415 ntfs_volume *vol; main() local
[all...]
H A Dntfstruncate.c83 ntfs_volume *vol; variable
/third_party/pulseaudio/src/pulsecore/
H A Dremap.c275 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s16ne_c() local
305 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s32ne_c() local
335 float vol = m->map_table_f[oc][ic]; in remap_channels_matrix_float32ne_c() local
366 int32_t vol = m->map_table_i[oc][ic]; pa_setup_remap_arrange() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp117 const size_t vol = type.getArraySizeProduct(); in MetalLayoutOf() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgf100.c250 u8 kind, kind_inv, priv, ro, vol; in gf100_vmm_valid() local
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c260 u8 ma, vol, pull, bank, shift; in mxs_pinconf_group_set() local
/kernel/linux/linux-5.10/sound/sh/
H A Daica.c477 unsigned int vol; in aica_pcmvolume_put() local
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dprodigy192.c146 unsigned char vol; in stac9460_dac_vol_get() local
238 unsigned char vol; in stac9460_adc_vol_get() local
H A Dse.c25 } vol[8]; member
[all...]
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusbus428ctldefs.h78 struct usx2y_volume vol; member
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c742 int vol; in calc_volume() local
[all...]

Completed in 18 milliseconds

12345678910>>...13