Home
last modified time | relevance | path

Searched defs:offset (Results 4876 - 4900 of 17539) sorted by relevance

1...<<191192193194195196197198199200>>...702

/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dhpicmn.c297 unsigned int offset; member
470 unsigned int offset = phm->u.c.param1; in hpi_check_control_cache_single() local
/kernel/linux/linux-5.10/scripts/mod/
H A Dsumversion.c201 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final_ascii() local
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_memory.c387 struct page *snd_pcm_sgbuf_ops_page(struct snd_pcm_substream *substream, unsigned long offset) in snd_pcm_sgbuf_ops_page() argument
535 snd_pcm_lib_get_vmalloc_page(struct snd_pcm_substream *substream, unsigned long offset) snd_pcm_lib_get_vmalloc_page() argument
[all...]
H A Dhwdep.c42 static loff_t snd_hwdep_llseek(struct file * file, loff_t offset, int orig) in snd_hwdep_llseek() argument
50 snd_hwdep_read(struct file * file, char __user *buf, size_t count, loff_t *offset) snd_hwdep_read() argument
59 snd_hwdep_write(struct file * file, const char __user *buf, size_t count, loff_t *offset) snd_hwdep_write() argument
/kernel/linux/linux-5.10/security/selinux/ss/
H A Debitmap.c115 u32 offset; in ebitmap_netlbl_export() local
168 u32 offset = 0, idx; in ebitmap_netlbl_import() local
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Daudit.c31 int offset = pos % PAGE_SIZE; in tomoyo_print_bprm() local
H A Ddomain.c624 int offset = pos % PAGE_SIZE; in tomoyo_environ() local
924 const unsigned int offset = pos % PAGE_SIZE; in tomoyo_dump_page() local
[all...]
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_sw.c96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local
191 int offset; in fdt_add_reservemap_entry() local
255 unsigned int struct_top, offset; fdt_add_string_() local
343 int offset, nextoffset; fdt_finish() local
[all...]
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_appraise.c81 int rc, offset; in ima_fix_xattr() local
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.c239 size_t bufsize = 1024, offset = 0; in utilfdt_read_err() local
295 int offset; in utilfdt_write_err() local
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dinsert-sys-cert.c63 unsigned long offset; member
82 unsigned long offset = x[i].sh_offset; in get_offset_from_address() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt5514-spi.c324 unsigned int i, end, offset = 0; in rt5514_spi_burst_read() local
401 unsigned int i, end, offset in rt5514_spi_burst_write() local
[all...]
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dimx-pcm-fiq.c36 unsigned long offset; member
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_pvt.c30 int sst_shim_write(void __iomem *addr, int offset, int value) in sst_shim_write() argument
36 u32 sst_shim_read(void __iomem *addr, int offset) in sst_shim_read() argument
41 u64 sst_reg_read64(void __iomem *addr, int offset) in sst_reg_read64() argument
50 int sst_shim_write64(void __iomem *addr, int offset, u64 value) in sst_shim_write64() argument
56 u64 sst_shim_read64(void __iomem *addr, int offset) in sst_shim_read64() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/
H A Dmmap.c222 unsigned int offset = *startp; in perf_mmap__read() local
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.h55 unsigned long offset; member
76 unsigned long offset; member
109 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() argument
[all...]
H A Dcheck.h44 unsigned long offset; member
H A Darch.h45 int offset; member
61 int offset; member
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dloader.c89 int snd_sof_fw_parse_ext_data(struct snd_sof_dev *sdev, u32 bar, u32 offset) in snd_sof_fw_parse_ext_data() argument
441 int offset; sof_fw_ready() local
489 u32 offset; snd_sof_parse_module_memcpy() local
[all...]
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_effect.c40 long offset; /* offset in parameter record (-1 = not written) */ member
167 int offset; in snd_emux_send_effect() local
231 int offset; snd_emux_setup_effect() local
[all...]
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Ddecode.c87 arch_decode_instruction(const struct elf *elf, const struct section *sec, unsigned long offset, unsigned int maxlen, unsigned int *len, enum insn_type *type, unsigned long *immediate, struct list_head *ops_list) arch_decode_instruction() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/common/
H A Dsst-dsp.c23 void sst_shim32_write(void __iomem *addr, u32 offset, u32 value) in sst_shim32_write() argument
29 u32 sst_shim32_read(void __iomem *addr, u32 offset) in sst_shim32_read() argument
35 void sst_shim32_write64(void __iomem *addr, u32 offset, u64 value) in sst_shim32_write64() argument
41 u64 sst_shim32_read64(void __iomem *addr, u32 offset) in sst_shim32_read64() argument
48 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() argument
58 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read() argument
71 sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) sst_dsp_shim_write_unlocked() argument
77 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) sst_dsp_shim_read_unlocked() argument
83 sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_unlocked() argument
104 sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_forced_unlocked() argument
119 sst_dsp_shim_update_bits(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits() argument
133 sst_dsp_shim_update_bits_forced(struct sst_dsp *sst, u32 offset, u32 mask, u32 value) sst_dsp_shim_update_bits_forced() argument
144 sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask, u32 target, u32 time, char *operation) sst_dsp_register_poll() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dformat.c184 parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, unsigned char *fmt, int offset) parse_audio_format_rates_v1() argument
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-ac97.c62 static int snd_soc_ac97_gpio_request(struct gpio_chip *chip, unsigned offset) in snd_soc_ac97_gpio_request() argument
80 static int snd_soc_ac97_gpio_get(struct gpio_chip *chip, unsigned offset) in snd_soc_ac97_gpio_get() argument
70 snd_soc_ac97_gpio_direction_in(struct gpio_chip *chip, unsigned offset) snd_soc_ac97_gpio_direction_in() argument
93 snd_soc_ac97_gpio_set(struct gpio_chip *chip, unsigned offset, int value) snd_soc_ac97_gpio_set() argument
106 snd_soc_ac97_gpio_direction_out(struct gpio_chip *chip, unsigned offset, int value) snd_soc_ac97_gpio_direction_out() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Dinput.c190 snd_caiaq_input_report_abs(struct snd_usb_caiaqdev *cdev, int axis, const unsigned char *buf, int offset) snd_caiaq_input_report_abs() argument

Completed in 19 milliseconds

1...<<191192193194195196197198199200>>...702