/Linux-v5.4/include/ |
D | Kbuild | 11 header-test- += acpi/acbuffer.h 12 header-test- += acpi/acpi.h 13 header-test- += acpi/acpi_bus.h 14 header-test- += acpi/acpi_drivers.h 15 header-test- += acpi/acpi_io.h 16 header-test- += acpi/acpi_lpat.h 17 header-test- += acpi/acpiosxf.h 18 header-test- += acpi/acpixf.h 19 header-test- += acpi/acrestyp.h 20 header-test- += acpi/actbl.h [all …]
|
/Linux-v5.4/sound/parisc/ |
D | harmony.c | 95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() argument 97 return __raw_readl(h->iobase + r); in harmony_read() 101 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() argument 103 __raw_writel(v, h->iobase + r); in harmony_write() 107 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control() argument 109 while (harmony_read(h, HARMONY_CNTL) & HARMONY_CNTL_C) ; in harmony_wait_for_control() 113 harmony_reset(struct snd_harmony *h) in harmony_reset() argument 115 harmony_write(h, HARMONY_RESET, 1); in harmony_reset() 117 harmony_write(h, HARMONY_RESET, 0); in harmony_reset() 121 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts() argument [all …]
|
/Linux-v5.4/net/dccp/ccids/lib/ |
D | packet_history.c | 110 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() argument 114 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet() 120 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate() argument 125 if (dccp_delta_seqno(tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, seq) <= 0) in tfrc_rx_hist_duplicate() 128 for (i = 1; i <= h->loss_count; i++) in tfrc_rx_hist_duplicate() 129 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate() 135 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap() argument 137 const u8 idx_a = tfrc_rx_hist_index(h, a), in tfrc_rx_hist_swap() 138 idx_b = tfrc_rx_hist_index(h, b); in tfrc_rx_hist_swap() 140 swap(h->ring[idx_a], h->ring[idx_b]); in tfrc_rx_hist_swap() [all …]
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | Kbuild | 2 generic-y += asm-offsets.h 3 generic-y += barrier.h 4 generic-y += bugs.h 5 generic-y += cacheflush.h 6 generic-y += checksum.h 7 generic-y += compat.h 8 generic-y += current.h 9 generic-y += delay.h 10 generic-y += device.h 11 generic-y += div64.h [all …]
|
/Linux-v5.4/usr/include/ |
D | Makefile | 19 header-test- += asm/ipcbuf.h 20 header-test- += asm/msgbuf.h 21 header-test- += asm/sembuf.h 22 header-test- += asm/shmbuf.h 23 header-test- += asm/signal.h 24 header-test- += asm/ucontext.h 25 header-test- += drm/vmwgfx_drm.h 26 header-test- += linux/am437x-vpfe.h 27 header-test- += linux/android/binder.h 28 header-test- += linux/android/binderfs.h [all …]
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | Kbuild | 2 generic-y += asm-offsets.h 3 generic-y += atomic.h 4 generic-y += bitops.h 5 generic-y += bug.h 6 generic-y += bugs.h 7 generic-y += checksum.h 8 generic-y += cmpxchg.h 9 generic-y += compat.h 10 generic-y += device.h 11 generic-y += div64.h [all …]
|
/Linux-v5.4/arch/csky/include/asm/ |
D | Kbuild | 2 generic-y += asm-offsets.h 3 generic-y += bugs.h 4 generic-y += compat.h 5 generic-y += current.h 6 generic-y += delay.h 7 generic-y += device.h 8 generic-y += div64.h 9 generic-y += dma.h 10 generic-y += dma-contiguous.h 11 generic-y += dma-mapping.h [all …]
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | Kbuild | 2 generic-y += atomic.h 3 generic-y += barrier.h 4 generic-y += bitops.h 5 generic-y += bug.h 6 generic-y += bugs.h 7 generic-y += cmpxchg.h 8 generic-y += compat.h 9 generic-y += current.h 10 generic-y += device.h 11 generic-y += div64.h [all …]
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | Kbuild | 2 generic-y += barrier.h 3 generic-y += bug.h 4 generic-y += bugs.h 5 generic-y += checksum.h 6 generic-y += compat.h 7 generic-y += current.h 8 generic-y += device.h 9 generic-y += div64.h 10 generic-y += dma.h 11 generic-y += dma-mapping.h [all …]
|
/Linux-v5.4/drivers/scsi/ |
D | hpsa.c | 238 static int hpsa_add_sas_host(struct ctlr_info *h); 239 static void hpsa_delete_sas_host(struct ctlr_info *h); 244 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, 263 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 264 static struct CommandList *cmd_alloc(struct ctlr_info *h); 265 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 266 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 268 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 271 static void hpsa_free_cmd_pool(struct ctlr_info *h); 275 static int hpsa_scsi_queue_command(struct Scsi_Host *h, struct scsi_cmnd *cmd); [all …]
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | Kbuild | 2 generic-y += atomic.h 3 generic-y += barrier.h 4 generic-y += bugs.h 5 generic-y += compat.h 6 generic-y += current.h 7 generic-y += device.h 8 generic-y += div64.h 9 generic-y += dma.h 10 generic-y += dma-mapping.h 11 generic-y += emergency-restart.h [all …]
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | Kbuild | 2 generic-y += atomic.h 3 generic-y += bugs.h 4 generic-y += compat.h 5 generic-y += current.h 6 generic-y += device.h 7 generic-y += div64.h 8 generic-y += dma-mapping.h 9 generic-y += emergency-restart.h 10 generic-y += exec.h 11 generic-y += extable.h [all …]
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | Kbuild | 2 generic-y += barrier.h 3 generic-y += bug.h 4 generic-y += bugs.h 5 generic-y += compat.h 6 generic-y += current.h 7 generic-y += device.h 8 generic-y += div64.h 9 generic-y += dma-mapping.h 10 generic-y += emergency-restart.h 11 generic-y += extable.h [all …]
|
/Linux-v5.4/Documentation/hwmon/ |
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-v5.4/Documentation/ioctl/ |
D | ioctl-number.rst | 11 macros defined in <linux/ioctl.h>: 73 0x00 00-1F linux/fs.h conflict! 74 0x00 00-1F scsi/scsi_ioctl.h conflict! 75 0x00 00-1F linux/fb.h conflict! 76 0x00 00-1F linux/wavefront.h conflict! 77 0x02 all linux/fd.h 78 0x03 all linux/hdreg.h 79 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't r… 80 0x06 all linux/lp.h 81 0x09 all linux/raid/md_u.h [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | vpstate.c | 42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse() argument 44 if (!h) in nvbios_vpstate_parse() 47 h->offset = nvbios_vpstate_offset(b); in nvbios_vpstate_parse() 48 if (!h->offset) in nvbios_vpstate_parse() 51 h->version = nvbios_rd08(b, h->offset); in nvbios_vpstate_parse() 52 switch (h->version) { in nvbios_vpstate_parse() 54 h->hlen = nvbios_rd08(b, h->offset + 0x1); in nvbios_vpstate_parse() 55 h->elen = nvbios_rd08(b, h->offset + 0x2); in nvbios_vpstate_parse() 56 h->slen = nvbios_rd08(b, h->offset + 0x3); in nvbios_vpstate_parse() 57 h->scount = nvbios_rd08(b, h->offset + 0x4); in nvbios_vpstate_parse() [all …]
|
/Linux-v5.4/Documentation/driver-api/80211/ |
D | cfg80211.rst | 5 .. kernel-doc:: include/net/cfg80211.h 11 .. kernel-doc:: include/net/cfg80211.h 14 .. kernel-doc:: include/net/cfg80211.h 17 .. kernel-doc:: include/net/cfg80211.h 20 .. kernel-doc:: include/net/cfg80211.h 23 .. kernel-doc:: include/net/cfg80211.h 26 .. kernel-doc:: include/net/cfg80211.h 29 .. kernel-doc:: include/net/cfg80211.h 32 .. kernel-doc:: include/net/cfg80211.h 35 .. kernel-doc:: include/net/cfg80211.h [all …]
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table.h 3 generic-y += barrier.h 4 generic-y += bitops.h 5 generic-y += bug.h 6 generic-y += bugs.h 7 generic-y += compat.h 8 generic-y += device.h 9 generic-y += div64.h 10 generic-y += dma-mapping.h 11 generic-y += emergency-restart.h [all …]
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | Kbuild | 2 generic-y += bugs.h 3 generic-y += checksum.h 4 generic-y += compat.h 5 generic-y += device.h 6 generic-y += div64.h 7 generic-y += extable.h 8 generic-y += flat.h 9 generic-y += dma.h 10 generic-y += dma-contiguous.h 11 generic-y += dma-mapping.h [all …]
|
/Linux-v5.4/drivers/media/dvb-core/ |
D | dvb_net.c | 315 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell() argument 322 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell() 334 if ((h->ts[0] != TS_SYNC) || (h->ts[1] & TS_TEI) || in dvb_net_ule_new_ts_cell() 335 ((h->ts[3] & TS_SC) != 0)) { in dvb_net_ule_new_ts_cell() 337 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell() 338 (h->ts[1] & TS_TEI) >> 7, in dvb_net_ule_new_ts_cell() 339 (h->ts[3] & TS_SC) >> 6); in dvb_net_ule_new_ts_cell() 342 if (h->priv->ule_skb) { in dvb_net_ule_new_ts_cell() 343 dev_kfree_skb(h->priv->ule_skb); in dvb_net_ule_new_ts_cell() 345 h->dev->stats.rx_errors++; in dvb_net_ule_new_ts_cell() [all …]
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table.h 3 generic-y += bug.h 4 generic-y += compat.h 5 generic-y += device.h 6 generic-y += div64.h 7 generic-y += dma-contiguous.h 8 generic-y += dma-mapping.h 9 generic-y += emergency-restart.h 10 generic-y += exec.h 11 generic-y += extable.h [all …]
|
/Linux-v5.4/fs/reiserfs/ |
D | ibalance.c | 29 int h, in internal_define_dest_src_infos() argument 42 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 43 src_bi->bi_parent = PATH_H_PPARENT(tb->tb_path, h); in internal_define_dest_src_infos() 44 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos() 46 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 47 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 48 dest_bi->bi_position = get_left_neighbor_position(tb, h); in internal_define_dest_src_infos() 49 *d_key = tb->lkey[h]; in internal_define_dest_src_infos() 50 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 54 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() [all …]
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table.h 3 generic-y += barrier.h 4 generic-y += compat.h 5 generic-y += device.h 6 generic-y += dma-mapping.h 7 generic-y += emergency-restart.h 8 generic-y += exec.h 9 generic-y += extable.h 10 generic-y += futex.h 11 generic-y += hw_irq.h [all …]
|
/Linux-v5.4/include/uapi/asm-generic/ |
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-v5.4/Documentation/media/ |
D | Makefile | 10 FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \ 11 videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst 24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions 27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions 30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions 33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions 36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions 39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions 42 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions 45 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions [all …]
|