/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-setup.c | 33 char *ctype; in plat_mem_setup() local 63 ctype = ArcGetEnvironmentVariable("console"); in plat_mem_setup() 66 if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) { in plat_mem_setup() 71 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0, in plat_mem_setup() 73 } else if (!ctype || *ctype != 'g') { in plat_mem_setup()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | platform.c | 101 static void __init alchemy_setup_uarts(int ctype) in alchemy_setup_uarts() argument 105 int c = alchemy_get_uarts(ctype); in alchemy_setup_uarts() 123 memcpy(ports, au1x00_uart_data[ctype], s * c); in alchemy_setup_uarts() 217 static void __init alchemy_setup_usb(int ctype) in alchemy_setup_usb() argument 226 res[0].start = alchemy_ohci_data[ctype][0]; in alchemy_setup_usb() 229 res[1].start = alchemy_ohci_data[ctype][1]; in alchemy_setup_usb() 242 if ((ctype == ALCHEMY_CPU_AU1200) || (ctype == ALCHEMY_CPU_AU1300)) { in alchemy_setup_usb() 246 res[0].start = alchemy_ehci_data[ctype][0]; in alchemy_setup_usb() 249 res[1].start = alchemy_ehci_data[ctype][1]; in alchemy_setup_usb() 262 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_setup_usb() [all …]
|
D | clock.c | 150 int ctype) in alchemy_clk_setup_cpu() argument 742 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument 750 switch (ctype) { in alchemy_clk_init_fgens() 787 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init_fgens() 948 static int __init alchemy_clk_setup_imux(int ctype) in alchemy_clk_setup_imux() argument 963 switch (ctype) { in alchemy_clk_setup_imux() 1040 int ctype = alchemy_get_cputype(), ret, i; in alchemy_clk_init() local 1051 c = alchemy_clk_setup_cpu(ALCHEMY_ROOT_CLK, ctype); in alchemy_clk_init() 1055 i = (ctype == ALCHEMY_CPU_AU1300) ? 84 : 63; in alchemy_clk_init() 1060 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | cache.c | 139 enum cache_type ctype; in init_cache_level() local 147 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level() 148 if (ctype == CACHE_TYPE_NOCACHE) in init_cache_level() 151 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level() 164 enum cache_type ctype; in populate_cache_leaves() local 174 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves() 175 if (ctype == CACHE_TYPE_SEPARATE) { in populate_cache_leaves() 179 ci_leaf_init(this_leaf++, pvt, ctype, level, cpu); in populate_cache_leaves()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bootstd.h | 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 85 type name(atype a, btype b, ctype c) \ 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 116 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cacheinfo.c | 89 unsigned int ctype, level, leaves; in __init_cache_level() local 93 ctype = get_cache_type(level); in __init_cache_level() 94 if (ctype == CACHE_TYPE_NOCACHE) { in __init_cache_level() 99 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in __init_cache_level()
|
/linux-4.4.14/arch/mips/sni/ |
D | setup.c | 61 char *ctype; in sni_console_setup() local 69 ctype = prom_getenv("console"); in sni_console_setup() 70 switch (*ctype) { in sni_console_setup()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-avc.c | 79 u8 ctype; member 149 static const char *debug_fcp_ctype(unsigned int ctype) in debug_fcp_ctype() argument 159 const char *ret = ctype < ARRAY_SIZE(ctypes) ? ctypes[ctype] : NULL; in debug_fcp_ctype() 595 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_dsd() 637 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_set_pids() 680 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_get_ts() 721 c->ctype = AVC_CTYPE_CONTROL; in avc_identify_subunit() 761 c->ctype = AVC_CTYPE_CONTROL; in avc_tuner_status() 842 c->ctype = AVC_CTYPE_CONTROL; in avc_lnb_control() 886 c->ctype = AVC_CTYPE_NOTIFY; in avc_register_remote_control() [all …]
|
/linux-4.4.14/tools/firewire/ |
D | decode-fcp.c | 139 uint32_t ctype:4; member 163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 964 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync() 985 if (hc->ctype == HFC_TYPE_E1 in hfcmulti_resync() 998 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync() 1009 "enabled by HFC-%dS\n", hc->ctype); in hfcmulti_resync() 1150 val, rev, (rev == 0 && (hc->ctype != HFC_TYPE_XHFC)) ? in init_chip() 1152 if (hc->ctype != HFC_TYPE_XHFC && rev == 0) { in init_chip() 1194 if (hc->ctype == HFC_TYPE_XHFC) { in init_chip() 1286 if (hc->ctype == HFC_TYPE_XHFC) in init_chip() 1292 if (hc->ctype == HFC_TYPE_XHFC) in init_chip() 1302 if (hc->ctype != HFC_TYPE_XHFC) in init_chip() [all …]
|
D | hfc_multi.h | 142 int ctype; /* controller type */ member
|
/linux-4.4.14/drivers/misc/ |
D | lkdtm.c | 83 enum ctype { enum 157 static enum ctype cptype = CT_NONE; 242 static enum ctype parse_cp_type(const char *what, size_t count) in parse_cp_type() 254 static const char *cp_type_to_str(enum ctype type) in cp_type_to_str() 366 static void lkdtm_do_action(enum ctype which) in lkdtm_do_action() 737 enum ctype type; in direct_entry()
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | bootinfo-vme.h | 54 __be16 clun, dlun, ctype, dnum; member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 665 enum filter_cmp_type *ctype, in process_op() argument 670 *ctype = FILTER_CMP_NONE; in process_op() 711 *ctype = FILTER_CMP_EQ; in process_op() 713 *ctype = FILTER_CMP_NE; in process_op() 715 *ctype = FILTER_CMP_LT; in process_op() 717 *ctype = FILTER_CMP_GT; in process_op() 719 *ctype = FILTER_CMP_LE; in process_op() 721 *ctype = FILTER_CMP_GE; in process_op() 723 *ctype = FILTER_CMP_REGEX; in process_op() 725 *ctype = FILTER_CMP_NOT_REGEX; in process_op() [all …]
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 60 .ctype = CKSUMTYPE_RSA_MD5, 81 .ctype = CKSUMTYPE_HMAC_MD5_ARCFOUR, 102 .ctype = CKSUMTYPE_HMAC_SHA1_DES3, 123 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES128, 146 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES256,
|
D | gss_krb5_crypto.c | 251 if (kctx->gk5e->ctype == CKSUMTYPE_HMAC_MD5_ARCFOUR) in make_checksum() 291 switch (kctx->gk5e->ctype) { in make_checksum() 373 switch (kctx->gk5e->ctype) { in make_checksum_v2()
|
/linux-4.4.14/tools/perf/util/ |
D | python-ext-sources | 9 util/ctype.c
|
D | Build | 6 libperf-y += ctype.o
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | chsc.h | 100 } ctype; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 237 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument 239 .caps = USB_EP_CAPS(ctype, cdir), }, \
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc_sch.c | 715 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member 754 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list() 755 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | gss_krb5.h | 60 const u32 ctype; /* checksum type */ member
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc.h | 256 u32 ctype; member
|
D | dw_mmc.c | 1141 mci_writel(host, CTYPE, (slot->ctype << slot->id)); in dw_mci_setup_bus() 1282 slot->ctype = SDMMC_CTYPE_4BIT; in dw_mci_set_ios() 1285 slot->ctype = SDMMC_CTYPE_8BIT; in dw_mci_set_ios() 1289 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
|
/linux-4.4.14/scripts/ |
D | .docproc.cmd | 49 /usr/include/ctype.h \
|
/linux-4.4.14/scripts/kconfig/ |
D | .conf.o.cmd | 20 /usr/include/ctype.h \
|
D | .zconf.tab.o.cmd | 7 /usr/include/ctype.h \
|
D | zconf.tab.c_shipped | 82 #include <ctype.h>
|
/linux-4.4.14/arch/arm/kvm/ |
D | coproc.c | 749 u32 level, ctype; in is_valid_cache() local 756 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache() 758 switch (ctype) { in is_valid_cache()
|
/linux-4.4.14/lib/ |
D | Makefile | 10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
|
/linux-4.4.14/scripts/basic/ |
D | .fixdep.cmd | 76 /usr/include/ctype.h \
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_api.c | 851 int nft_register_chain_type(const struct nf_chain_type *ctype) in nft_register_chain_type() argument 856 if (chain_type[ctype->family][ctype->type] != NULL) { in nft_register_chain_type() 860 chain_type[ctype->family][ctype->type] = ctype; in nft_register_chain_type() 867 void nft_unregister_chain_type(const struct nf_chain_type *ctype) in nft_unregister_chain_type() argument 870 chain_type[ctype->family][ctype->type] = NULL; in nft_unregister_chain_type()
|
/linux-4.4.14/arch/arm64/kvm/ |
D | sys_regs.c | 1442 u32 level, ctype; in is_valid_cache() local 1449 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache() 1451 switch (ctype) { in is_valid_cache()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 974 SVGA3dShaderConstType ctype; member
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 128 #include <ctype.h>
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 734 const char *ctype; in gfar_of_init() local 900 err = of_property_read_string(np, "phy-connection-type", &ctype); in gfar_of_init() 903 if (err == 0 && !strcmp(ctype, "rgmii-id")) in gfar_of_init()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 564 #include <ctype.h>
|