Home
last modified time | relevance | path

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

/drivers/media/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 …]
/drivers/isdn/hardware/mISDN/
Dhfcmulti.c964 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 …]
Dhfc_multi.h142 int ctype; /* controller type */ member
/drivers/misc/
Dlkdtm.c67 enum ctype { enum
121 static enum ctype cptype = CT_NONE;
202 static enum ctype parse_cp_type(const char *what, size_t count) in parse_cp_type()
214 static const char *cp_type_to_str(enum ctype type) in cp_type_to_str()
278 static void lkdtm_do_action(enum ctype which) in lkdtm_do_action()
553 enum ctype type; in direct_entry()
/drivers/s390/cio/
Dchsc_sch.c619 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member
658 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
659 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
/drivers/mmc/host/
Ddw_mmc.c97 u32 ctype; member
677 mci_writel(host, CTYPE, (slot->ctype << slot->id)); in dw_mci_setup_bus()
784 slot->ctype = SDMMC_CTYPE_4BIT; in dw_mci_set_ios()
787 slot->ctype = SDMMC_CTYPE_8BIT; in dw_mci_set_ios()
791 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
/drivers/gpu/drm/vmwgfx/
Dsvga3d_reg.h1659 SVGA3dShaderConstType ctype; member
/drivers/net/ethernet/freescale/
Dgianfar.c617 const char *ctype; in gfar_of_init() local
767 ctype = of_get_property(np, "phy-connection-type", NULL); in gfar_of_init()
770 if (ctype && !strcmp(ctype, "rgmii-id")) in gfar_of_init()