/Linux-v4.19/sound/parisc/ |
D | harmony.c | 108 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() argument 110 return __raw_readl(h->iobase + r); in harmony_read() 114 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() argument 116 __raw_writel(v, h->iobase + r); in harmony_write() 120 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control() argument 122 while (harmony_read(h, HARMONY_CNTL) & HARMONY_CNTL_C) ; in harmony_wait_for_control() 126 harmony_reset(struct snd_harmony *h) in harmony_reset() argument 128 harmony_write(h, HARMONY_RESET, 1); in harmony_reset() 130 harmony_write(h, HARMONY_RESET, 0); in harmony_reset() 134 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts() argument [all …]
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | Kbuild | 1 generic-y += bugs.h 2 generic-y += cacheflush.h 3 generic-y += checksum.h 4 generic-y += compat.h 5 generic-y += cputime.h 6 generic-y += device.h 7 generic-y += div64.h 8 generic-y += dma.h 9 generic-y += dma-contiguous.h 10 generic-y += dma-mapping.h [all …]
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | Kbuild | 1 generic-y += asm-offsets.h 2 generic-y += atomic.h 3 generic-y += bitops.h 4 generic-y += bitsperlong.h 5 generic-y += bpf_perf_event.h 6 generic-y += bug.h 7 generic-y += bugs.h 8 generic-y += checksum.h 9 generic-y += clkdev.h 10 generic-y += cmpxchg.h [all …]
|
/Linux-v4.19/net/dccp/ccids/lib/ |
D | packet_history.c | 123 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() argument 127 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet() 133 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate() argument 138 if (dccp_delta_seqno(tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, seq) <= 0) in tfrc_rx_hist_duplicate() 141 for (i = 1; i <= h->loss_count; i++) in tfrc_rx_hist_duplicate() 142 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate() 148 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap() argument 150 const u8 idx_a = tfrc_rx_hist_index(h, a), in tfrc_rx_hist_swap() 151 idx_b = tfrc_rx_hist_index(h, b); in tfrc_rx_hist_swap() 153 swap(h->ring[idx_a], h->ring[idx_b]); in tfrc_rx_hist_swap() [all …]
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | Kbuild | 1 generic-y += asm-offsets.h 2 generic-y += barrier.h 3 generic-y += bugs.h 4 generic-y += cacheflush.h 5 generic-y += checksum.h 6 generic-y += compat.h 7 generic-y += current.h 8 generic-y += delay.h 9 generic-y += device.h 10 generic-y += div64.h [all …]
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | Kbuild | 1 generic-y += barrier.h 2 generic-y += bug.h 3 generic-y += bugs.h 4 generic-y += checksum.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 [all …]
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | Kbuild | 1 generic-y += atomic.h 2 generic-y += barrier.h 3 generic-y += bitops.h 4 generic-y += bug.h 5 generic-y += bugs.h 6 generic-y += cmpxchg.h 7 generic-y += compat.h 8 generic-y += current.h 9 generic-y += device.h 10 generic-y += div64.h [all …]
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | Kbuild | 1 generic-y += atomic.h 2 generic-y += barrier.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.h 9 generic-y += dma-mapping.h 10 generic-y += emergency-restart.h [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | hpsa.c | 237 static int hpsa_add_sas_host(struct ctlr_info *h); 238 static void hpsa_delete_sas_host(struct ctlr_info *h); 243 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, 261 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 262 static struct CommandList *cmd_alloc(struct ctlr_info *h); 263 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 264 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 266 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 269 static void hpsa_free_cmd_pool(struct ctlr_info *h); 273 static int hpsa_scsi_queue_command(struct Scsi_Host *h, struct scsi_cmnd *cmd); [all …]
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | Kbuild | 1 generic-y += atomic.h 2 generic-y += bugs.h 3 generic-y += compat.h 4 generic-y += current.h 5 generic-y += device.h 6 generic-y += div64.h 7 generic-y += emergency-restart.h 8 generic-y += exec.h 9 generic-y += extable.h 10 generic-y += fb.h [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83795 | 29 13 | VSEN1 (VCORE1) | 10h | in0 30 14 | VSEN2 (VCORE2) | 11h | in1 31 15 | VSEN3 (VCORE3) | 12h | in2 32 16 | VSEN4 | 13h | in3 33 17 | VSEN5 | 14h | in4 34 18 | VSEN6 | 15h | in5 35 19 | VSEN7 | 16h | in6 36 20 | VSEN8 | 17h | in7 37 21 | VSEN9 | 18h | in8 38 22 | VSEN10 | 19h | in9 [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/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 += emergency-restart.h 10 generic-y += extable.h 11 generic-y += fb.h [all …]
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 7 macros defined in <linux/ioctl.h>: 65 0x00 00-1F linux/fs.h conflict! 66 0x00 00-1F scsi/scsi_ioctl.h conflict! 67 0x00 00-1F linux/fb.h conflict! 68 0x00 00-1F linux/wavefront.h conflict! 69 0x02 all linux/fd.h 70 0x03 all linux/hdreg.h 71 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't reuse these. 72 0x06 all linux/lp.h 73 0x09 all linux/raid/md_u.h [all …]
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_net.c | 326 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell() argument 333 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell() 345 if ((h->ts[0] != TS_SYNC) || (h->ts[1] & TS_TEI) || in dvb_net_ule_new_ts_cell() 346 ((h->ts[3] & TS_SC) != 0)) { in dvb_net_ule_new_ts_cell() 348 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell() 349 (h->ts[1] & TS_TEI) >> 7, in dvb_net_ule_new_ts_cell() 350 (h->ts[3] & TS_SC) >> 6); in dvb_net_ule_new_ts_cell() 353 if (h->priv->ule_skb) { in dvb_net_ule_new_ts_cell() 354 dev_kfree_skb(h->priv->ule_skb); in dvb_net_ule_new_ts_cell() 356 h->dev->stats.rx_errors++; in dvb_net_ule_new_ts_cell() [all …]
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | Kbuild | 1 generic-y += barrier.h 2 generic-y += bitops.h 3 generic-y += bug.h 4 generic-y += bugs.h 5 generic-y += compat.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 [all …]
|
/Linux-v4.19/arch/um/include/asm/ |
D | Kbuild | 1 generic-y += barrier.h 2 generic-y += bpf_perf_event.h 3 generic-y += bug.h 4 generic-y += compat.h 5 generic-y += current.h 6 generic-y += delay.h 7 generic-y += device.h 8 generic-y += emergency-restart.h 9 generic-y += exec.h 10 generic-y += extable.h [all …]
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | Kbuild | 1 generic-y += bugs.h 2 generic-y += delay.h 3 generic-y += div64.h 4 generic-y += dma.h 5 generic-y += dma-contiguous.h 6 generic-y += early_ioremap.h 7 generic-y += emergency-restart.h 8 generic-y += hw_irq.h 9 generic-y += irq_regs.h 10 generic-y += kdebug.h [all …]
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | Kbuild.asm | 4 mandatory-y += auxvec.h 5 mandatory-y += bitsperlong.h 6 mandatory-y += byteorder.h 7 mandatory-y += errno.h 8 mandatory-y += fcntl.h 9 mandatory-y += ioctl.h 10 mandatory-y += ioctls.h 11 mandatory-y += ipcbuf.h 12 mandatory-y += mman.h 13 mandatory-y += msgbuf.h [all …]
|
/Linux-v4.19/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-v4.19/arch/unicore32/include/uapi/asm/ |
D | Kbuild | 4 generic-y += auxvec.h 5 generic-y += bitsperlong.h 6 generic-y += bpf_perf_event.h 7 generic-y += errno.h 8 generic-y += fcntl.h 9 generic-y += ioctl.h 10 generic-y += ioctls.h 11 generic-y += ipcbuf.h 12 generic-y += kvm_para.h 13 generic-y += mman.h [all …]
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | Kbuild | 1 generic-y += bug.h 2 generic-y += compat.h 3 generic-y += device.h 4 generic-y += div64.h 5 generic-y += dma-contiguous.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 += fb.h [all …]
|
/Linux-v4.19/arch/openrisc/include/uapi/asm/ |
D | Kbuild | 4 generic-y += auxvec.h 5 generic-y += bitsperlong.h 6 generic-y += bpf_perf_event.h 7 generic-y += errno.h 8 generic-y += fcntl.h 9 generic-y += ioctl.h 10 generic-y += ioctls.h 11 generic-y += ipcbuf.h 12 generic-y += kvm_para.h 13 generic-y += mman.h [all …]
|
/Linux-v4.19/arch/arc/include/asm/ |
D | Kbuild | 2 generic-y += bugs.h 3 generic-y += compat.h 4 generic-y += device.h 5 generic-y += div64.h 6 generic-y += dma-mapping.h 7 generic-y += emergency-restart.h 8 generic-y += extable.h 9 generic-y += fb.h 10 generic-y += ftrace.h 11 generic-y += hardirq.h [all …]
|