Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.6.39/arch/mips/sgi-ip22/
Dip22-setup.c36 char *ctype; in plat_mem_setup() local
66 ctype = ArcGetEnvironmentVariable("console"); in plat_mem_setup()
69 if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) { in plat_mem_setup()
74 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0, in plat_mem_setup()
76 } else if (!ctype || *ctype != 'g') { in plat_mem_setup()
/linux-2.6.39/arch/m68k/include/asm/
Dbootstd.h84 #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) \
Dmvme16xhw.h19 u_short clun, dlun, ctype, dnum; member
/linux-2.6.39/arch/mips/sni/
Dsetup.c59 char *ctype; in sni_console_setup() local
67 ctype = prom_getenv("console"); in sni_console_setup()
68 switch (*ctype) { in sni_console_setup()
/linux-2.6.39/drivers/media/dvb/firewire/
Dfiredtv-avc.c79 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-2.6.39/tools/firewire/
Ddecode-fcp.c139 uint32_t ctype:4; member
163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/linux-2.6.39/drivers/misc/
Dlkdtm.c67 enum ctype { enum
121 static enum ctype cptype = CT_NONE;
201 static enum ctype parse_cp_type(const char *what, size_t count) in parse_cp_type()
213 static const char *cp_type_to_str(enum ctype type) in cp_type_to_str()
274 static void lkdtm_do_action(enum ctype which) in lkdtm_do_action()
539 enum ctype type; in direct_entry()
/linux-2.6.39/drivers/isdn/hardware/mISDN/
Dhfcmulti.c948 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync()
969 if (hc->ctype == HFC_TYPE_E1 in hfcmulti_resync()
982 if (hc->ctype == HFC_TYPE_E1) { in hfcmulti_resync()
993 "enabled by HFC-%dS\n", hc->ctype); in hfcmulti_resync()
1134 val, rev, (rev == 0 && (hc->ctype != HFC_TYPE_XHFC)) ? in init_chip()
1136 if (hc->ctype != HFC_TYPE_XHFC && rev == 0) { in init_chip()
1178 if (hc->ctype == HFC_TYPE_XHFC) { in init_chip()
1270 if (hc->ctype == HFC_TYPE_XHFC) in init_chip()
1276 if (hc->ctype == HFC_TYPE_XHFC) in init_chip()
1286 if (hc->ctype != HFC_TYPE_XHFC) in init_chip()
[all …]
Dhfc_multi.h142 int ctype; /* controller type */ member
/linux-2.6.39/arch/arm/mach-msm/
Dsmd.c620 unsigned ctype; in smd_channel_probe_worker() local
636 ctype = shared[n].ctype; in smd_channel_probe_worker()
637 type = ctype & SMD_TYPE_MASK; in smd_channel_probe_worker()
643 ctype = (ctype & (~SMD_KIND_MASK)) | SMD_KIND_STREAM; in smd_channel_probe_worker()
645 type = shared[n].ctype & SMD_TYPE_MASK; in smd_channel_probe_worker()
648 if (!smd_alloc_channel(shared[n].name, shared[n].cid, ctype)) in smd_channel_probe_worker()
Dsmd_debug.c187 shared[n].ctype & 0xff, in debug_read_alloc_tbl()
188 (shared[n].ctype >> 8) & 0xf, in debug_read_alloc_tbl()
Dsmd_private.h253 uint32_t ctype; member
/linux-2.6.39/net/sunrpc/auth_gss/
Dgss_krb5_mech.c59 .ctype = CKSUMTYPE_RSA_MD5,
80 .ctype = CKSUMTYPE_HMAC_MD5_ARCFOUR,
101 .ctype = CKSUMTYPE_HMAC_SHA1_DES3,
122 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES128,
145 .ctype = CKSUMTYPE_HMAC_SHA1_96_AES256,
Dgss_krb5_crypto.c251 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-2.6.39/mm/
Dmemcontrol.c2167 enum charge_type ctype) in __mem_cgroup_commit_charge() argument
2188 switch (ctype) { in __mem_cgroup_commit_charge()
2394 gfp_t gfp_mask, enum charge_type ctype) in mem_cgroup_charge_common() argument
2419 __mem_cgroup_commit_charge(mem, page, nr_pages, pc, ctype); in mem_cgroup_charge_common()
2445 enum charge_type ctype);
2449 enum charge_type ctype) in __mem_cgroup_commit_charge_lrucare() argument
2458 __mem_cgroup_commit_charge(mem, page, 1, pc, ctype); in __mem_cgroup_commit_charge_lrucare()
2571 enum charge_type ctype) in __mem_cgroup_commit_charge_swapin() argument
2579 __mem_cgroup_commit_charge_lrucare(page, ptr, ctype); in __mem_cgroup_commit_charge_swapin()
2632 const enum charge_type ctype) in mem_cgroup_do_uncharge() argument
[all …]
/linux-2.6.39/arch/s390/include/asm/
Dchsc.h88 } ctype; member
/linux-2.6.39/drivers/s390/cio/
Dchsc_sch.c615 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member
654 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
655 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
/linux-2.6.39/drivers/mmc/host/
Ddw_mmc.c90 u32 ctype; member
577 mci_writel(host, CTYPE, slot->ctype); in dw_mci_setup_bus()
669 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
673 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
676 slot->ctype = SDMMC_CTYPE_4BIT; in dw_mci_set_ios()
679 slot->ctype = SDMMC_CTYPE_8BIT; in dw_mci_set_ios()
/linux-2.6.39/include/linux/sunrpc/
Dgss_krb5.h60 const u32 ctype; /* checksum type */ member
/linux-2.6.39/lib/
DMakefile10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
/linux-2.6.39/tools/perf/
DMakefile217 LIB_H += util/include/linux/ctype.h
286 LIB_OBJS += $(OUTPUT)util/ctype.o
376 PYRF_OBJS += $(OUTPUT)util/ctype.o
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dsvga3d_reg.h1588 SVGA3dShaderConstType ctype; member
/linux-2.6.39/drivers/net/
Dgianfar.c609 const char *ctype; in gfar_of_init() local
755 ctype = of_get_property(np, "phy-connection-type", NULL); in gfar_of_init()
758 if (ctype && !strcmp(ctype, "rgmii-id")) in gfar_of_init()
/linux-2.6.39/Documentation/usb/
Dgadget_hid.txt121 #include <ctype.h>
/linux-2.6.39/scripts/kconfig/
Dzconf.tab.c_shipped84 #include <ctype.h>

12