Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 2926) sorted by relevance

12345678910>>...118

/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
/linux/include/asm-generic/
H A DKbuild7 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/tools/include/nolibc/
H A DMakefile26 arch_files := arch.h $(wildcard 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 inttypes.h \
[all …]
/linux/Documentation/hwmon/
H A Dw83795.rst40 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/media/dvb-core/
H A Ddvb_net.c316 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell() argument
323 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell()
335 if ((h->ts[0] != TS_SYNC) || (h->ts[1] & TS_TEI) || in dvb_net_ule_new_ts_cell()
336 ((h->ts[3] & TS_SC) != 0)) { in dvb_net_ule_new_ts_cell()
338 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell()
339 (h->ts[1] & TS_TEI) >> 7, in dvb_net_ule_new_ts_cell()
340 (h->ts[3] & TS_SC) >> 6); in dvb_net_ule_new_ts_cell()
343 if (h->priv->ule_skb) { in dvb_net_ule_new_ts_cell()
344 dev_kfree_skb(h->priv->ule_skb); in dvb_net_ule_new_ts_cell()
346 h->dev->stats.rx_errors++; in dvb_net_ule_new_ts_cell()
[all …]
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst11 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/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c42 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/include/uapi/asm-generic/
H A DKbuild6 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/drivers/media/pci/zoran/
H A Dvideocodec.c39 struct codec_list *h = codeclist_top; in videocodec_attach() local
55 if (!h) { in videocodec_attach()
60 while (h) { in videocodec_attach()
63 if ((master->flags & h->codec->flags) == master->flags) { in videocodec_attach()
64 zrdev_dbg(zr, "%s: try '%s'\n", __func__, h->codec->name); in videocodec_attach()
66 codec = kmemdup(h->codec, sizeof(struct videocodec), GFP_KERNEL); in videocodec_attach()
71 snprintf(codec->name + res, sizeof(codec->name) - res, "[%d]", h->attached); in videocodec_attach()
81 a = h->list; in videocodec_attach()
83 h->list = ptr; in videocodec_attach()
90 h->codec->name); in videocodec_attach()
[all …]
/linux/arch/um/include/asm/
H A DKbuild2 generic-y += bug.h
3 generic-y += compat.h
4 generic-y += device.h
5 generic-y += dma-mapping.h
6 generic-y += emergency-restart.h
7 generic-y += exec.h
8 generic-y += ftrace.h
9 generic-y += hw_irq.h
10 generic-y += irq_regs.h
11 generic-y += irq_work.h
[all …]
/linux/usr/include/
H A DMakefile19 no-header-test += asm/ucontext.h
20 no-header-test += drm/vmwgfx_drm.h
21 no-header-test += linux/am437x-vpfe.h
22 no-header-test += linux/coda.h
23 no-header-test += linux/cyclades.h
24 no-header-test += linux/errqueue.h
25 no-header-test += linux/hdlc/ioctl.h
26 no-header-test += linux/ivtv.h
27 no-header-test += linux/matroxfb.h
28 no-header-test += linux/omap3isp.h
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c9 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets() local
14 if (h->kinfo.dcb_ops->ieee_getets) in hns3_dcbnl_ieee_getets()
15 return h->kinfo.dcb_ops->ieee_getets(h, ets); in hns3_dcbnl_ieee_getets()
22 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets() local
27 if (h->kinfo.dcb_ops->ieee_setets) in hns3_dcbnl_ieee_setets()
28 return h->kinfo.dcb_ops->ieee_setets(h, ets); in hns3_dcbnl_ieee_setets()
35 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc() local
40 if (h->kinfo.dcb_ops->ieee_getpfc) in hns3_dcbnl_ieee_getpfc()
41 return h->kinfo.dcb_ops->ieee_getpfc(h, pfc); in hns3_dcbnl_ieee_getpfc()
48 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc() local
[all …]
/linux/mm/
H A Dhugetlb.c117 static int hugetlb_acct_memory(struct hstate *h, long delta);
162 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool() argument
174 spool->hstate = h; in hugepage_new_subpool()
177 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) { in hugepage_new_subpool()
499 struct hstate *h, in record_hugetlb_cgroup_uncharge_info() argument
506 &h_cg->rsvd_hugepage[hstate_index(h)]; in record_hugetlb_cgroup_uncharge_info()
520 resv->pages_per_hpage = pages_per_huge_page(h); in record_hugetlb_cgroup_uncharge_info()
524 VM_BUG_ON(resv->pages_per_hpage != pages_per_huge_page(h)); in record_hugetlb_cgroup_uncharge_info()
581 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add() argument
588 record_hugetlb_cgroup_uncharge_info(cg, h, map, nrg); in hugetlb_resv_map_add()
[all …]
H A Dhugetlb_sysfs.c45 struct hstate *h; in nr_hugepages_show_common() local
49 h = kobj_to_hstate(kobj, &nid); in nr_hugepages_show_common()
51 nr_huge_pages = h->nr_huge_pages; in nr_hugepages_show_common()
53 nr_huge_pages = h->nr_huge_pages_node[nid]; in nr_hugepages_show_common()
62 struct hstate *h; in nr_hugepages_store_common() local
71 h = kobj_to_hstate(kobj, &nid); in nr_hugepages_store_common()
72 return __nr_hugepages_store_common(obey_mempolicy, h, nid, count, len); in nr_hugepages_store_common()
113 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_show() local
114 return sysfs_emit(buf, "%lu\n", h->nr_overcommit_huge_pages); in nr_overcommit_hugepages_show()
122 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_store() local
[all …]
/linux/lib/crypto/
H A Dsm3.c41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
46 h += GG ## i(e, f, g) + ss1 + (w1); \
49 h = P0((h)); \
52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
53 R(1, a, b, c, d, e, f, g, h, t, w1, w2)
54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
55 R(2, a, b, c, d, e, f, g, h, t, w1, w2)
77 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
86 h = sctx->state[7]; in sm3_transform()
88 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform()
[all …]
/linux/net/xfrm/
H A Dxfrm_hash.h89 unsigned int h = family ^ reqid; in __xfrm_dst_hash() local
92 h ^= __xfrm4_daddr_saddr_hash(daddr, saddr); in __xfrm_dst_hash()
95 h ^= __xfrm6_daddr_saddr_hash(daddr, saddr); in __xfrm_dst_hash()
98 return (h ^ (h >> 16)) & hmask; in __xfrm_dst_hash()
106 unsigned int h = family; in __xfrm_src_hash() local
109 h ^= __xfrm4_daddr_saddr_hash(daddr, saddr); in __xfrm_src_hash()
112 h ^= __xfrm6_daddr_saddr_hash(daddr, saddr); in __xfrm_src_hash()
115 return (h ^ (h >> 16)) & hmask; in __xfrm_src_hash()
122 unsigned int h = (__force u32)spi ^ proto; in __xfrm_spi_hash() local
125 h ^= __xfrm4_addr_hash(daddr); in __xfrm_spi_hash()
[all …]
/linux/tools/perf/util/
H A Dsrccode.c92 struct srcfile *h; in find_srcfile() local
97 hlist_for_each_entry (h, &srcfile_htab[hval], hash_nd) { in find_srcfile()
98 if (!strcmp(fn, h->fn)) { in find_srcfile()
100 list_move(&h->nd, &srcfile_list); in find_srcfile()
101 return h; in find_srcfile()
109 h = list_entry(srcfile_list.prev, struct srcfile, nd); in find_srcfile()
110 free_srcfile(h); in find_srcfile()
119 h = malloc(sizeof(struct srcfile)); in find_srcfile()
120 if (!h) in find_srcfile()
123 h->fn = strdup(fn); in find_srcfile()
[all …]
/linux/arch/x86/entry/syscalls/
H A DMakefile27 $(uapi)/unistd_32.h: abis := i386
28 $(uapi)/unistd_32.h: $(syscall32) $(syshdr) FORCE
31 $(out)/unistd_32_ia32.h: abis := i386
32 $(out)/unistd_32_ia32.h: prefix := ia32_
33 $(out)/unistd_32_ia32.h: $(syscall32) $(syshdr) FORCE
36 $(uapi)/unistd_x32.h: abis := common,x32
37 $(uapi)/unistd_x32.h: offset := __X32_SYSCALL_BIT
38 $(uapi)/unistd_x32.h: $(syscall64) $(syshdr) FORCE
41 $(uapi)/unistd_64.h: abis := common,64
42 $(uapi)/unistd_64.h: $(syscall64) $(syshdr) FORCE
[all …]
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h129 TP_PROTO(const struct v4l2_ctrl_vp9_compressed_hdr *h),
130 TP_ARGS(h),
131 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_vp9_compressed_hdr, h)),
132 TP_fast_assign(__entry->h = *h;),
147 __print_symbolic(__entry->h.tx_mode,
154 __entry->h.tx8,
155 sizeof(__entry->h.tx8),
158 __entry->h.tx16,
159 sizeof(__entry->h.tx16),
162 __entry->h.tx32,
[all …]
/linux/Documentation/gpu/imagination/
H A Duapi.rst4 The sources associated with this section can be found in ``pvr_drm.h``.
6 .. kernel-doc:: include/uapi/drm/pvr_drm.h
11 .. kernel-doc:: include/uapi/drm/pvr_drm.h
14 .. kernel-doc:: include/uapi/drm/pvr_drm.h
19 .. kernel-doc:: include/uapi/drm/pvr_drm.h
22 .. kernel-doc:: include/uapi/drm/pvr_drm.h
27 .. kernel-doc:: include/uapi/drm/pvr_drm.h
30 .. kernel-doc:: include/uapi/drm/pvr_drm.h
33 .. kernel-doc:: include/uapi/drm/pvr_drm.h
36 .. kernel-doc:: include/uapi/drm/pvr_drm.h
[all …]
/linux/drivers/scsi/
H A Dhpsa.h31 void (*submit_command)(struct ctlr_info *h,
33 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val);
34 bool (*intr_pending)(struct ctlr_info *h);
35 unsigned long (*command_completed)(struct ctlr_info *h, u8 q);
420 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command() argument
423 writel(c->busaddr, h->vaddr + SA5_REQUEST_PORT_OFFSET); in SA5_submit_command()
424 (void) readl(h->vaddr + SA5_SCRATCHPAD_OFFSET); in SA5_submit_command()
427 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read() argument
430 writel(c->busaddr, h->vaddr + SA5_REQUEST_PORT_OFFSET); in SA5_submit_command_no_read()
433 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2() argument
[all …]
/linux/tools/include/linux/
H A Dbits.h34 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) argument
46 #define GENMASK_TYPE(t, h, l) \ argument
47 ((t)(GENMASK_INPUT_CHECK(h, l) + \
49 type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
51 #define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l) argument
52 #define GENMASK_ULL(h, l) GENMASK_TYPE(unsigned long long, h, l) argument
54 #define GENMASK_U8(h, l) GENMASK_TYPE(u8, h, l) argument
55 #define GENMASK_U16(h, l) GENMASK_TYPE(u16, h, l) argument
56 #define GENMASK_U32(h, l) GENMASK_TYPE(u32, h, l) argument
57 #define GENMASK_U64(h, l) GENMASK_TYPE(u64, h, l) argument
[all …]
/linux/drivers/acpi/
H A Dacpi_configfs.c79 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local
81 if (IS_ERR(h)) in acpi_table_aml_read()
82 return PTR_ERR(h); in acpi_table_aml_read()
85 memcpy(data, h, h->length); in acpi_table_aml_read()
87 return h->length; in acpi_table_aml_read()
101 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local
103 if (IS_ERR(h)) in acpi_table_signature_show()
104 return PTR_ERR(h); in acpi_table_signature_show()
106 return sysfs_emit(str, "%.*s\n", ACPI_NAMESEG_SIZE, h->signature); in acpi_table_signature_show()
111 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local
[all …]
/linux/tools/lib/subcmd/
H A Dparse-options.h118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
120 …ne OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value =… argument
121 …PT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value =… argument
122 …EAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value … argument
123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
125 .value = check_vtype(v, bool *), .help = (h), \
127 …e OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value =… argument
128 …_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = che… argument
129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
[all …]
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c229 struct rdac_dh_data *h; member
301 lun_table[qdata->h->lun] = 0x81; in rdac_failover_get()
362 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info() argument
366 struct c8_inquiry *inqp = &h->inq.c8; in get_lun_info()
375 h->lun = inqp->lun[7]; /* Uses only the last byte */ in get_lun_info()
388 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership() argument
392 struct c9_inquiry *inqp = &h->inq.c9; in check_ownership()
394 h->state = RDAC_STATE_ACTIVE; in check_ownership()
399 h->mode = RDAC_MODE_IOSHIP; /* LUN in IOSHIP mode */ in check_ownership()
401 h->mode = RDAC_MODE_AVT; /* LUN in AVT mode */ in check_ownership()
[all …]

12345678910>>...118