/Linux-v4.19/drivers/clk/versatile/ |
D | clk-icst.c | 67 enum icst_control_type ctype; member 94 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get() 109 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get() 124 if (icst->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get() 141 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get() 148 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get() 173 switch (icst->ctype) { in vco_set() 257 if (icst->ctype == ICST_INTEGRATOR_AP_CM || in icst_round_rate() 258 icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in icst_round_rate() 267 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in icst_round_rate() [all …]
|
/Linux-v4.19/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-v4.19/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 | 151 int ctype) in alchemy_clk_setup_cpu() argument 743 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument 751 switch (ctype) { in alchemy_clk_init_fgens() 788 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init_fgens() 949 static int __init alchemy_clk_setup_imux(int ctype) in alchemy_clk_setup_imux() argument 964 switch (ctype) { in alchemy_clk_setup_imux() 1041 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-v4.19/arch/s390/kernel/ |
D | cache.c | 133 enum cache_type ctype; in init_cache_level() local 141 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level() 142 if (ctype == CACHE_TYPE_NOCACHE) in init_cache_level() 145 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level() 158 enum cache_type ctype; in populate_cache_leaves() local 168 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves() 169 if (ctype == CACHE_TYPE_SEPARATE) { in populate_cache_leaves() 173 ci_leaf_init(this_leaf++, pvt, ctype, level, cpu); in populate_cache_leaves()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | bootstd.h | 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 86 type name(atype a, btype b, ctype c) \ 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cacheinfo.c | 50 unsigned int ctype, level, leaves, fw_level; in __init_cache_level() local 54 ctype = get_cache_type(level); in __init_cache_level() 55 if (ctype == CACHE_TYPE_NOCACHE) { in __init_cache_level() 60 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in __init_cache_level()
|
/Linux-v4.19/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-v4.19/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-v4.19/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 …]
|
/Linux-v4.19/tools/firewire/ |
D | decode-fcp.c | 140 uint32_t ctype:4; member 164 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | io.h | 224 #define __io_reads_ins(port, ctype, len, bfence, afence) \ argument 231 ctype *buf = buffer; \ 234 ctype x = __raw_read ## len(addr); \ 241 #define __io_writes_outs(port, ctype, len, bfence, afence) \ argument 248 const ctype *buf = buffer; \
|
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-filter.c | 428 create_arg_cmp(enum filter_cmp_type ctype) in create_arg_cmp() argument 438 arg->num.type = ctype; in create_arg_cmp() 656 enum filter_cmp_type *ctype, in process_op() argument 661 *ctype = FILTER_CMP_NONE; in process_op() 702 *ctype = FILTER_CMP_EQ; in process_op() 704 *ctype = FILTER_CMP_NE; in process_op() 706 *ctype = FILTER_CMP_LT; in process_op() 708 *ctype = FILTER_CMP_GT; in process_op() 710 *ctype = FILTER_CMP_LE; in process_op() 712 *ctype = FILTER_CMP_GE; in process_op() [all …]
|
/Linux-v4.19/arch/m68k/include/uapi/asm/ |
D | bootinfo-vme.h | 55 __be16 clun, dlun, ctype, dnum; member
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 61 .ctype = CKSUMTYPE_RSA_MD5, 82 .ctype = CKSUMTYPE_HMAC_MD5_ARCFOUR, 103 .ctype = CKSUMTYPE_HMAC_SHA1_DES3, 124 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES128, 147 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES256,
|
D | gss_krb5_crypto.c | 287 if (kctx->gk5e->ctype == CKSUMTYPE_HMAC_MD5_ARCFOUR) in make_checksum() 338 switch (kctx->gk5e->ctype) { in make_checksum() 433 switch (kctx->gk5e->ctype) { in make_checksum_v2()
|
/Linux-v4.19/tools/perf/util/ |
D | python-ext-sources | 9 util/ctype.c
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | chsc.h | 101 } ctype; member
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument 235 .caps = USB_EP_CAPS(ctype, cdir), }, \
|
/Linux-v4.19/drivers/s390/cio/ |
D | chsc_sch.c | 710 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member 749 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list() 750 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
|
/Linux-v4.19/drivers/mmc/host/ |
D | cavium.h | 110 u8 ctype; member
|
D | dw_mmc.h | 528 u32 ctype; member
|
/Linux-v4.19/include/linux/sunrpc/ |
D | gss_krb5.h | 60 const u32 ctype; /* checksum type */ member
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | keytable.c.rst | 22 #include <ctype.h>
|
/Linux-v4.19/arch/arm/kvm/ |
D | coproc.c | 942 u32 level, ctype; in is_valid_cache() local 949 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache() 951 switch (ctype) { in is_valid_cache()
|