/include/uapi/linux/ |
D | Kbuild | 26 genhdr-y += version.h 28 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \ 29 $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h),) 30 header-y += a.out.h 33 header-y += acct.h 34 header-y += adb.h 35 header-y += adfs_fs.h 36 header-y += affs_hardblocks.h 37 header-y += agpgart.h 38 header-y += aio_abi.h [all …]
|
/include/uapi/linux/netfilter/ |
D | Kbuild | 3 header-y += nf_conntrack_common.h 4 header-y += nf_conntrack_ftp.h 5 header-y += nf_conntrack_sctp.h 6 header-y += nf_conntrack_tcp.h 7 header-y += nf_conntrack_tuple_common.h 8 header-y += nf_log.h 9 header-y += nf_tables.h 10 header-y += nf_tables_compat.h 11 header-y += nf_nat.h 12 header-y += nfnetlink.h [all …]
|
/include/uapi/asm-generic/ |
D | Kbuild | 2 header-y += auxvec.h 3 header-y += bitsperlong.h 4 header-y += errno-base.h 5 header-y += errno.h 6 header-y += fcntl.h 7 header-y += int-l64.h 8 header-y += int-ll64.h 9 header-y += ioctl.h 10 header-y += ioctls.h 11 header-y += ipcbuf.h [all …]
|
D | Kbuild.asm | 4 opt-header += kvm.h 5 opt-header += kvm_para.h 6 opt-header += a.out.h 11 header-y += auxvec.h 12 header-y += bitsperlong.h 13 header-y += byteorder.h 14 header-y += errno.h 15 header-y += fcntl.h 16 header-y += ioctl.h 17 header-y += ioctls.h [all …]
|
/include/uapi/drm/ |
D | Kbuild | 2 header-y += drm.h 3 header-y += drm_fourcc.h 4 header-y += drm_mode.h 5 header-y += drm_sarea.h 6 header-y += amdgpu_drm.h 7 header-y += exynos_drm.h 8 header-y += i810_drm.h 9 header-y += i915_drm.h 10 header-y += mga_drm.h 11 header-y += nouveau_drm.h [all …]
|
/include/uapi/linux/netfilter_bridge/ |
D | Kbuild | 2 header-y += ebt_802_3.h 3 header-y += ebt_among.h 4 header-y += ebt_arp.h 5 header-y += ebt_arpreply.h 6 header-y += ebt_ip.h 7 header-y += ebt_ip6.h 8 header-y += ebt_limit.h 9 header-y += ebt_log.h 10 header-y += ebt_mark_m.h 11 header-y += ebt_mark_t.h [all …]
|
/include/uapi/sound/ |
D | Kbuild | 2 header-y += asequencer.h 3 header-y += asoc.h 4 header-y += asound.h 5 header-y += asound_fm.h 6 header-y += compress_offload.h 7 header-y += compress_params.h 8 header-y += emu10k1.h 9 header-y += firewire.h 10 header-y += hdsp.h 11 header-y += hdspm.h [all …]
|
/include/uapi/linux/tc_act/ |
D | Kbuild | 2 header-y += tc_csum.h 3 header-y += tc_defact.h 4 header-y += tc_gact.h 5 header-y += tc_ipt.h 6 header-y += tc_mirred.h 7 header-y += tc_nat.h 8 header-y += tc_pedit.h 9 header-y += tc_skbedit.h 10 header-y += tc_vlan.h 11 header-y += tc_bpf.h [all …]
|
/include/uapi/rdma/ |
D | Kbuild | 2 header-y += ib_user_cm.h 3 header-y += ib_user_mad.h 4 header-y += ib_user_sa.h 5 header-y += ib_user_verbs.h 6 header-y += rdma_netlink.h 7 header-y += rdma_user_cm.h 9 header-y += rdma_user_rxe.h 10 header-y += cxgb3-abi.h 11 header-y += cxgb4-abi.h 12 header-y += mlx4-abi.h [all …]
|
/include/uapi/linux/netfilter_ipv6/ |
D | Kbuild | 2 header-y += ip6_tables.h 3 header-y += ip6t_HL.h 4 header-y += ip6t_LOG.h 5 header-y += ip6t_NPT.h 6 header-y += ip6t_REJECT.h 7 header-y += ip6t_ah.h 8 header-y += ip6t_frag.h 9 header-y += ip6t_hl.h 10 header-y += ip6t_ipv6header.h 11 header-y += ip6t_mh.h [all …]
|
/include/uapi/linux/usb/ |
D | Kbuild | 2 header-y += audio.h 3 header-y += cdc.h 4 header-y += cdc-wdm.h 5 header-y += ch11.h 6 header-y += ch9.h 7 header-y += functionfs.h 8 header-y += g_printer.h 9 header-y += gadgetfs.h 10 header-y += midi.h 11 header-y += tmc.h [all …]
|
/include/linux/platform_data/ |
D | dma-atmel.h | 38 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… argument 40 #define ATC_SRC_PER(h) (0xFU & (h)) /* Channel src rq associated with periph handshaking ifc h */ argument 41 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking i… argument 46 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */ argument 51 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */ argument
|
/include/uapi/linux/netfilter_ipv4/ |
D | Kbuild | 2 header-y += ip_tables.h 3 header-y += ipt_CLUSTERIP.h 4 header-y += ipt_ECN.h 5 header-y += ipt_LOG.h 6 header-y += ipt_REJECT.h 7 header-y += ipt_TTL.h 8 header-y += ipt_ah.h 9 header-y += ipt_ecn.h 10 header-y += ipt_ttl.h
|
/include/uapi/linux/dvb/ |
D | Kbuild | 2 header-y += audio.h 3 header-y += ca.h 4 header-y += dmx.h 5 header-y += frontend.h 6 header-y += net.h 7 header-y += osd.h 8 header-y += version.h 9 header-y += video.h
|
/include/linux/spi/ |
D | mxs-spi.h | 62 #define HW_SSP_TIMING(h) (ssp_is_old(h) ? 0x050 : 0x070) argument 73 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) argument 109 #define HW_SSP_DATA(h) (ssp_is_old(h) ? 0x070 : 0x090) argument 111 #define HW_SSP_SDRESP0(h) (ssp_is_old(h) ? 0x080 : 0x0a0) argument 112 #define HW_SSP_SDRESP1(h) (ssp_is_old(h) ? 0x090 : 0x0b0) argument 113 #define HW_SSP_SDRESP2(h) (ssp_is_old(h) ? 0x0a0 : 0x0c0) argument 114 #define HW_SSP_SDRESP3(h) (ssp_is_old(h) ? 0x0b0 : 0x0d0) argument 115 #define HW_SSP_STATUS(h) (ssp_is_old(h) ? 0x0c0 : 0x100) argument
|
/include/linux/ |
D | rculist_bl.h | 10 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, in hlist_bl_set_first_rcu() argument 14 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first_rcu() 16 rcu_assign_pointer(h->first, in hlist_bl_set_first_rcu() 20 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu() argument 23 ((unsigned long)rcu_dereference_check(h->first, hlist_bl_is_locked(h)) & ~LIST_BL_LOCKMASK); in hlist_bl_first_rcu() 99 struct hlist_bl_head *h) in hlist_bl_add_head_rcu() argument 104 first = hlist_bl_first(h); in hlist_bl_add_head_rcu() 109 n->pprev = &h->first; in hlist_bl_add_head_rcu() 112 hlist_bl_set_first_rcu(h, n); in hlist_bl_add_head_rcu()
|
D | list_bl.h | 43 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE() argument 45 h->next = NULL; in INIT_HLIST_BL_NODE() 46 h->pprev = NULL; in INIT_HLIST_BL_NODE() 51 static inline bool hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed() argument 53 return !h->pprev; in hlist_bl_unhashed() 56 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() argument 59 ((unsigned long)h->first & ~LIST_BL_LOCKMASK); in hlist_bl_first() 62 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first() argument 66 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first() 68 h->first = (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK); in hlist_bl_set_first() [all …]
|
D | btree-type.h | 10 struct btree_head h; variable 16 btree_init_mempool(&head->h, mempool); in BTREE_FN() 21 return btree_init(&head->h); in BTREE_FN() 26 btree_destroy(&head->h); in BTREE_FN() 33 return btree_merge(&target->h, &victim->h, BTREE_TYPE_GEO, gfp); in BTREE_FN() 40 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() 47 return btree_insert(&head->h, BTREE_TYPE_GEO, &_key, val, gfp); in BTREE_FN() 54 return btree_update(&head->h, BTREE_TYPE_GEO, &_key, val); in BTREE_FN() 60 return btree_remove(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() 66 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN() [all …]
|
D | btree-128.h | 3 struct btree_head128 { struct btree_head h; }; member 8 btree_init_mempool(&head->h, mempool); in btree_init_mempool128() 13 return btree_init(&head->h); in btree_init128() 18 btree_destroy(&head->h); in btree_destroy128() 24 return btree_lookup(&head->h, &btree_geo128, (unsigned long *)&key); in btree_lookup128() 33 val = btree_get_prev(&head->h, &btree_geo128, in btree_get_prev128() 44 return btree_insert(&head->h, &btree_geo128, in btree_insert128() 52 return btree_update(&head->h, &btree_geo128, in btree_update128() 59 return btree_remove(&head->h, &btree_geo128, (unsigned long *)&key); in btree_remove128() 67 val = btree_last(&head->h, &btree_geo128, (unsigned long *)&key[0]); in btree_last128() [all …]
|
/include/uapi/linux/can/ |
D | Kbuild | 2 header-y += bcm.h 3 header-y += error.h 4 header-y += gw.h 5 header-y += netlink.h 6 header-y += raw.h
|
/include/uapi/linux/nfsd/ |
D | Kbuild | 2 header-y += cld.h 3 header-y += debug.h 4 header-y += export.h 5 header-y += nfsfh.h 6 header-y += stats.h
|
/include/uapi/mtd/ |
D | Kbuild | 2 header-y += inftl-user.h 3 header-y += mtd-abi.h 4 header-y += mtd-user.h 5 header-y += nftl-user.h 6 header-y += ubi-user.h
|
/include/uapi/xen/ |
D | Kbuild | 2 header-y += evtchn.h 3 header-y += gntalloc.h 4 header-y += gntdev.h 5 header-y += privcmd.h
|
/include/uapi/scsi/fc/ |
D | Kbuild | 2 header-y += fc_els.h 3 header-y += fc_fs.h 4 header-y += fc_gs.h 5 header-y += fc_ns.h
|
/include/uapi/linux/tc_ematch/ |
D | Kbuild | 2 header-y += tc_em_cmp.h 3 header-y += tc_em_meta.h 4 header-y += tc_em_nbyte.h 5 header-y += tc_em_text.h
|