/linux/drivers/accel/habanalabs/include/goya/asic_reg/ |
H A D | goya_regs.h | 11 #include "goya_blocks.h" 12 #include "stlb_regs.h" 13 #include "mmu_regs.h" 14 #include "pcie_aux_regs.h" 15 #include "pcie_wrap_regs.h" 16 #include "psoc_global_conf_regs.h" 17 #include "psoc_spi_regs.h" 18 #include "psoc_mme_pll_regs.h" 19 #include "psoc_pci_pll_regs.h" 20 #include "psoc_emmc_pll_regs.h" [all …]
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 11 macros defined in <linux/ioctl.h>: 76 0x00 00-1F linux/fs.h conflict! 77 0x00 00-1F scsi/scsi_ioctl.h conflict! 78 0x00 00-1F linux/fb.h conflict! 79 0x00 00-1F linux/wavefront.h conflict! 80 0x02 all linux/fd.h 81 0x03 all linux/hdreg.h 82 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't… 83 0x06 all linux/lp.h 84 0x07 9F-D0 linux/vmw_vmci_defs.h, uapi/linux/vm_sockets.h [all …]
|
/linux/sound/parisc/ |
H A D | harmony.c | 25 #include <linux/init.h> 26 #include <linux/slab.h> 27 #include <linux/time.h> 28 #include <linux/wait.h> 29 #include <linux/delay.h> 30 #include <linux/module.h> 31 #include <linux/interrupt.h> 32 #include <linux/spinlock.h> 33 #include <linux/dma-mapping.h> 34 #include <linux/io.h> 95 harmony_read(struct snd_harmony * h,unsigned r) harmony_read() argument 101 harmony_write(struct snd_harmony * h,unsigned r,unsigned long v) harmony_write() argument 107 harmony_wait_for_control(struct snd_harmony * h) harmony_wait_for_control() argument 113 harmony_reset(struct snd_harmony * h) harmony_reset() argument 121 harmony_disable_interrupts(struct snd_harmony * h) harmony_disable_interrupts() argument 131 harmony_enable_interrupts(struct snd_harmony * h) harmony_enable_interrupts() argument 141 harmony_mute(struct snd_harmony * h) harmony_mute() argument 152 harmony_unmute(struct snd_harmony * h) harmony_unmute() argument 163 harmony_set_control(struct snd_harmony * h) harmony_set_control() argument 185 struct snd_harmony *h = dev; snd_harmony_interrupt() local 295 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_playback_trigger() local 331 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_capture_trigger() local 365 snd_harmony_set_data_format(struct snd_harmony * h,int fmt,int force) snd_harmony_set_data_format() argument 397 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_playback_prepare() local 427 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_capture_prepare() local 458 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_playback_pointer() local 487 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_capture_pointer() local 515 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_playback_open() local 534 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_capture_open() local 553 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_playback_close() local 561 struct snd_harmony *h = snd_pcm_substream_chip(ss); snd_harmony_capture_close() local 583 snd_harmony_pcm_init(struct snd_harmony * h) snd_harmony_pcm_init() argument 643 snd_harmony_set_new_gain(struct snd_harmony * h) snd_harmony_set_new_gain() argument 670 struct snd_harmony *h = snd_kcontrol_chip(kc); snd_harmony_volume_get() local 699 struct snd_harmony *h = snd_kcontrol_chip(kc); snd_harmony_volume_put() local 743 struct snd_harmony *h = snd_kcontrol_chip(kc); snd_harmony_captureroute_get() local 760 struct snd_harmony *h = snd_kcontrol_chip(kc); snd_harmony_captureroute_put() local 809 snd_harmony_mixer_reset(struct snd_harmony * h) snd_harmony_mixer_reset() argument 818 snd_harmony_mixer_init(struct snd_harmony * h) snd_harmony_mixer_init() argument 841 snd_harmony_free(struct snd_harmony * h) snd_harmony_free() argument 859 struct snd_harmony *h = dev->device_data; snd_harmony_dev_free() local 869 struct snd_harmony *h; snd_harmony_create() local 922 struct snd_harmony *h; snd_harmony_probe() local [all...] |
/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/ |
H A D | gaudi2_regs.h | 11 #include "gaudi2_blocks_linux_driver.h" 12 #include "psoc_reset_conf_regs.h" 13 #include "psoc_global_conf_regs.h" 14 #include "cpu_if_regs.h" 15 #include "pcie_aux_regs.h" 16 #include "pcie_dbi_regs.h" 17 #include "pcie_wrap_regs.h" 18 #include "pmmu_hbw_stlb_regs.h" 19 #include "psoc_timestamp_regs.h" 20 #include "psoc_etr_regs.h" [all …]
|
/linux/drivers/accel/habanalabs/include/gaudi/asic_reg/ |
H A D | gaudi_regs.h | 11 #include "gaudi_blocks.h" 12 #include "psoc_global_conf_regs.h" 13 #include "psoc_timestamp_regs.h" 14 #include "cpu_if_regs.h" 15 #include "mmu_up_regs.h" 16 #include "stlb_regs.h" 17 #include "dma0_qm_regs.h" 18 #include "dma1_qm_regs.h" 19 #include "dma2_qm_regs.h" 20 #include "dma3_qm_regs.h" [all …]
|
/linux/include/asm-generic/ |
H A D | Kbuild | 7 mandatory-y += atomic.h 8 mandatory-y += archrandom.h 9 mandatory-y += barrier.h 10 mandatory-y += bitops.h 11 mandatory-y += bug.h 12 mandatory-y += cacheflush.h 13 mandatory-y += cfi.h 14 mandatory-y += checksum.h 15 mandatory-y += compat.h 16 mandatory-y += current.h [all …]
|
/linux/fs/xfs/ |
H A D | xfs_trace.c | 6 #include "xfs.h" 7 #include "xfs_fs.h" 8 #include "xfs_shared.h" 9 #include "xfs_bit.h" 10 #include "xfs_format.h" 11 #include "xfs_log_format.h" 12 #include "xfs_trans_resv.h" 13 #include "xfs_mount.h" 14 #include "xfs_group.h" 15 #include "xfs_defer.h" [all …]
|
/linux/tools/perf/ |
H A D | check-headers.sh | 8 "include/uapi/linux/const.h" 9 "include/uapi/drm/drm.h" 10 "include/uapi/drm/i915_drm.h" 11 "include/uapi/linux/bits.h" 12 "include/uapi/linux/fadvise.h" 13 "include/uapi/linux/fscrypt.h" 14 "include/uapi/linux/genetlink.h" 15 "include/uapi/linux/if_addr.h" 16 "include/uapi/linux/in.h" 17 "include/uapi/linux/kcmp.h" [all …]
|
/linux/rust/bindings/ |
H A D | bindings_helper.h | 29 #include <linux/hrtimer_types.h> 31 #include <linux/acpi.h> 32 #include <drm/drm_device.h> 33 #include <drm/drm_drv.h> 34 #include <drm/drm_file.h> 35 #include <drm/drm_gem.h> 36 #include <drm/drm_ioctl.h> 37 #include <kunit/test.h> 38 #include <linux/auxiliary_bus.h> 39 #include <linux/bitmap.h> [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier.c | 3 #include <test_progs.h> 5 #include "cap_helpers.h" 6 #include "verifier_and.skel.h" 7 #include "verifier_arena.skel.h" 8 #include "verifier_arena_large.skel.h" 9 #include "verifier_array_access.skel.h" 10 #include "verifier_basic_stack.skel.h" 11 #include "verifier_bitfield_write.skel.h" 12 #include "verifier_bounds.skel.h" 13 #include "verifier_bounds_deduction.skel.h" [all...] |
/linux/Documentation/hwmon/ |
H A D | w83795.rst | 40 13 VSEN1 (VCORE1) 10h in0 41 14 VSEN2 (VCORE2) 11h in1 42 15 VSEN3 (VCORE3) 12h in2 43 16 VSEN4 13h in3 44 17 VSEN5 14h in4 45 18 VSEN6 15h in5 46 19 VSEN7 16h in6 47 20 VSEN8 17h in7 48 21 VSEN9 18h in8 49 22 VSEN10 19h in9 [all …]
|
/linux/drivers/message/fusion/lsi/ |
H A D | mpi_targ.h | 6 * Name: mpi_targ.h 10 * mpi_targ.h Version: 01.05.06 74 U16 IoIndex; /* 00h */ 75 U16 Reserved; /* 02h */ 76 union /* 04h */ 91 U8 BufferPostFlags; /* 00h */ 92 U8 BufferCount; /* 01h */ 93 U8 ChainOffset; /* 02h */ 94 U8 Function; /* 03h */ 95 U8 BufferLength; /* 04h */ [all …]
|
H A D | mpi_ioc.h | 6 * Name: mpi_ioc.h 10 * mpi_ioc.h Version: 01.05.16 146 U8 WhoInit; /* 00h */ 147 U8 Reserved; /* 01h */ 148 U8 ChainOffset; /* 02h */ 149 U8 Function; /* 03h */ 150 U8 Flags; /* 04h */ 151 U8 MaxDevices; /* 05h */ 152 U8 MaxBuses; /* 06h */ 153 U8 MsgFlags; /* 07h */ [all …]
|
H A D | mpi_fc.h | 6 * Name: mpi_fc.h 10 * mpi_fc.h Version: 01.05.01 62 U8 BufferPostFlags; /* 00h */ 63 U8 BufferCount; /* 01h */ 64 U8 ChainOffset; /* 02h */ 65 U8 Function; /* 03h */ 66 U16 Reserved; /* 04h */ 67 U8 Reserved1; /* 06h */ 68 U8 MsgFlags; /* 07h */ 69 U32 MsgContext; /* 08h */ [all …]
|
H A D | mpi_tool.h | 6 * Name: mpi_tool.h 10 * mpi_tool.h Version: 01.05.03 49 U8 Tool; /* 00h */ 50 U8 Reserved; /* 01h */ 51 U8 MsgLength; /* 02h */ 52 U8 Function; /* 03h */ 53 U16 Reserved1; /* 04h */ 54 U8 Reserved2; /* 06h */ 55 U8 MsgFlags; /* 07h */ 56 U32 MsgContext; /* 08h */ [all …]
|
H A D | mpi_cnfg.h | 6 * Name: mpi_cnfg.h 10 * mpi_cnfg.h Version: 01.05.18 341 U8 PageVersion; /* 00h */ 342 U8 PageLength; /* 01h */ 343 U8 PageNumber; /* 02h */ 344 U8 PageType; /* 03h */ 359 U8 PageVersion; /* 00h */ 360 U8 Reserved1; /* 01h */ 361 U8 PageNumber; /* 02h */ 362 U8 PageType; /* 03h */ [all …]
|
/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c |
|
/linux/drivers/crypto/caam/ |
H A D | compat.h | 9 #include <linux/kernel.h> 10 #include <linux/module.h> 11 #include <linux/mod_devicetable.h> 12 #include <linux/device.h> 13 #include <linux/interrupt.h> 14 #include <linux/crypto.h> 15 #include <linux/hash.h> 16 #include <linux/hw_random.h> 17 #include <linux/of_platform.h> 18 #include <linux/dma-mapping.h> [all …]
|
/linux/tools/include/nolibc/ |
H A D | Makefile | 26 arch_file := arch-$(ARCH).h 28 compiler.h \ 29 crt.h \ 30 ctype.h \ 31 dirent.h \ 32 elf.h \ 33 errno.h \ 34 fcntl.h \ 35 getopt.h \ 36 limits.h \ [all …]
|
H A D | nolibc.h | 2 /* nolibc.h 58 * for a few functions usually found in string.h, ctype.h, or stdlib.h. 60 * The nolibc.h file is only a convenient entry point which includes all other 67 * -static -include nolibc.h -o hello hello.c -lgcc 76 * ctype.h, errno.h, signal.h, stdarg.h, stdboo [all...] |
/linux/drivers/s390/crypto/ |
H A D | pkey_base.c | 11 #include <linux/cpufeature.h> 12 #include <linux/export.h> 13 #include <linux/init.h> 14 #include <linux/list.h> 15 #include <linux/module.h> 16 #include <linux/rculist.h> 18 #include "pkey_base.h" 39 const struct pkey_handler *h; in pkey_handler_register() local 52 list_for_each_entry_rcu(h, &handler_list, list) { in pkey_handler_register() 53 if (h == handler) { in pkey_handler_register() [all …]
|
/linux/kernel/sched/ |
H A D | build_utility.c | 12 #include <linux/sched/clock.h> 13 #include <linux/sched/cputime.h> 14 #include <linux/sched/debug.h> 15 #include <linux/sched/isolation.h> 16 #include <linux/sched/loadavg.h> 17 #include <linux/sched/nohz.h> 18 #include <linux/sched/mm.h> 19 #include <linux/sched/rseq_api.h> 20 #include <linux/sched/task_stack.h> 22 #include <linux/cpufreq.h> [all …]
|
/linux/include/uapi/asm-generic/ |
H A D | Kbuild | 6 mandatory-y += auxvec.h 7 mandatory-y += bitsperlong.h 8 mandatory-y += bpf_perf_event.h 9 mandatory-y += byteorder.h 10 mandatory-y += errno.h 11 mandatory-y += fcntl.h 12 mandatory-y += ioctl.h 13 mandatory-y += ioctls.h 14 mandatory-y += ipcbuf.h 15 mandatory-y += mman.h [all …]
|
/linux/fs/xfs/scrub/ |
H A D | trace.c | 6 #include "xfs.h" 7 #include "xfs_fs.h" 8 #include "xfs_shared.h" 9 #include "xfs_format.h" 10 #include "xfs_log_format.h" 11 #include "xfs_trans_resv.h" 12 #include "xfs_mount.h" 13 #include "xfs_inode.h" 14 #include "xfs_btree.h" 15 #include "xfs_ag.h" [all …]
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_net.c | 45 #include <linux/module.h> 46 #include <linux/kernel.h> 47 #include <linux/netdevice.h> 48 #include <linux/nospec.h> 49 #include <linux/etherdevice.h> 50 #include <linux/dvb/net.h> 51 #include <linux/uio.h> 52 #include <linux/uaccess.h> 53 #include <linux/crc32.h> 54 #include <linux/mutex.h> [all …]
|