Home
last modified time | relevance | path

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

/drivers/clk/versatile/
Dclk-icst.c66 enum icst_control_type ctype; member
93 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get()
108 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get()
123 if (icst->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get()
140 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get()
147 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get()
172 switch (icst->ctype) { in vco_set()
256 if (icst->ctype == ICST_INTEGRATOR_AP_CM || in icst_round_rate()
257 icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in icst_round_rate()
266 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in icst_round_rate()
[all …]
/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/s390/cio/
Dchsc_sch.c714 u32 ctype : 8; in chsc_ioctl_conf_comp_list() member
753 sccl_area->ctype = ccl->req.ctype; in chsc_ioctl_conf_comp_list()
754 switch (sccl_area->ctype) { in chsc_ioctl_conf_comp_list()
/drivers/usb/gadget/udc/
Dpxa27x_udc.h237 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument
239 .caps = USB_EP_CAPS(ctype, cdir), }, \
/drivers/mmc/host/
Ddw_mmc.h262 u32 ctype; member
Ddw_mmc.c1216 mci_writel(host, CTYPE, (slot->ctype << slot->id)); in dw_mci_setup_bus()
1357 slot->ctype = SDMMC_CTYPE_4BIT; in dw_mci_set_ios()
1360 slot->ctype = SDMMC_CTYPE_8BIT; in dw_mci_set_ios()
1364 slot->ctype = SDMMC_CTYPE_1BIT; in dw_mci_set_ios()
/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h974 SVGA3dShaderConstType ctype; member
/drivers/net/ethernet/freescale/
Dgianfar.c734 const char *ctype; in gfar_of_init() local
897 err = of_property_read_string(np, "phy-connection-type", &ctype); in gfar_of_init()
900 if (err == 0 && !strcmp(ctype, "rgmii-id")) in gfar_of_init()