Home
last modified time | relevance | path

Searched defs:ctrl (Results 76 – 100 of 654) sorted by relevance

12345678910>>...27

/linux-3.3/drivers/gpu/drm/nouveau/
Dnv50_pm.c175 u32 ctrl = nv_rd32(dev, base + 0); in read_pll() local
424 u32 ctrl = nv_rd32(dev, 0x004008); in calc_mclk() local
718 pwm_info(struct drm_device *dev, int *line, int *ctrl, int *indx) in pwm_info()
745 int ctrl, id, ret = pwm_info(dev, &line, &ctrl, &id); in nv50_pm_pwm_get() local
761 int ctrl, id, ret = pwm_info(dev, &line, &ctrl, &id); in nv50_pm_pwm_set() local
/linux-3.3/arch/arm/mach-cns3xxx/
Dcore.c101 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_timer_set_mode() local
127 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_timer_set_next_event() local
/linux-3.3/drivers/usb/renesas_usbhs/
Dmod_gadget.c238 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_control_done()
251 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_clear_endpoint()
281 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_device()
299 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_endpoint()
370 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_device()
382 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_interface()
394 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_endpoint()
420 struct usb_ctrlrequest *ctrl) in usbhsg_recip_run_handle()
494 struct usb_ctrlrequest ctrl; in usbhsg_irq_ctrl_stage() local
/linux-3.3/arch/arm/kernel/
Dsmp_twd.c39 unsigned long ctrl; in twd_set_mode() local
64 unsigned long ctrl = __raw_readl(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() local
Dhw_breakpoint.c295 struct arch_hw_breakpoint_ctrl ctrl; in get_max_wp_len() local
327 u32 addr, ctrl; in arch_install_hw_breakpoint() local
470 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()
670 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler() local
773 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler() local
/linux-3.3/drivers/media/video/
Dtlv320aic23b.c53 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd()
94 static int tlv320aic23b_s_ctrl(struct v4l2_ctrl *ctrl) in tlv320aic23b_s_ctrl()
Dcs53l32a.c55 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd()
91 static int cs53l32a_s_ctrl(struct v4l2_ctrl *ctrl) in cs53l32a_s_ctrl()
/linux-3.3/drivers/mtd/nand/
Dppchameleonevb.c106 unsigned int ctrl) in ppchameleon_hwcontrol()
138 unsigned int ctrl) in ppchameleonevb_hwcontrol()
/linux-3.3/arch/cris/arch-v32/mm/
Dl2cache.c14 reg_l2cache_rw_ctrl ctrl = {0}; in l2cache_init() local
/linux-3.3/drivers/usb/gadget/
Df_audio.c377 const struct usb_ctrlrequest *ctrl) in audio_set_intf_req()
413 const struct usb_ctrlrequest *ctrl) in audio_get_intf_req()
450 const struct usb_ctrlrequest *ctrl) in audio_set_endpoint_req()
486 const struct usb_ctrlrequest *ctrl) in audio_get_endpoint_req()
514 f_audio_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in f_audio_setup()
/linux-3.3/drivers/isdn/hardware/avm/
Db1pci.c46 static char *b1pci_procinfo(struct capi_ctr *ctrl) in b1pci_procinfo()
164 static char *b1pciv4_procinfo(struct capi_ctr *ctrl) in b1pciv4_procinfo()
/linux-3.3/net/caif/
Dcfsrvl.c26 static void cfservl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfservl_ctrlcmd()
93 static int cfservl_modemcmd(struct cflayer *layr, enum caif_modemcmd ctrl) in cfservl_modemcmd()
/linux-3.3/arch/arm/mach-pnx4008/
Ddma.c257 unsigned long *ctrl) in pnx4008_dma_pack_control()
430 int pnx4008_dma_parse_control(unsigned long ctrl, in pnx4008_dma_parse_control()
695 struct pnx4008_dma_ch_ctrl * ctrl) in pnx4008_dma_split_head_entry()
817 struct pnx4008_dma_ch_ctrl * ctrl) in pnx4008_dma_split_ll_entry()
/linux-3.3/drivers/mmc/host/
Dsdhci.c252 u8 ctrl; in sdhci_activate_led() local
261 u8 ctrl; in sdhci_deactivate_led() local
705 u8 ctrl; in sdhci_prepare_data() local
1099 u16 ctrl; in sdhci_set_clock() local
1317 u8 ctrl; in sdhci_do_set_ios() local
1585 u16 clk, ctrl; in sdhci_do_start_signal_voltage_switch() local
1697 u16 ctrl; in sdhci_execute_tuning() local
1891 u16 ctrl; in sdhci_do_enable_preset_value() local
/linux-3.3/drivers/pci/hotplug/
Dcpqphp_nvram.h38 static inline int compaq_nvram_load (void __iomem *rom_start, struct controller *ctrl) in compaq_nvram_load()
Dshpchp.h64 #define ctrl_dbg(ctrl, format, arg...) \ argument
70 #define ctrl_err(ctrl, format, arg...) \ argument
72 #define ctrl_info(ctrl, format, arg...) \ argument
74 #define ctrl_warn(ctrl, format, arg...) \ argument
88 struct controller *ctrl; member
240 static inline struct slot *shpchp_find_slot(struct controller *ctrl, u8 device) in shpchp_find_slot()
/linux-3.3/include/linux/netfilter_bridge/
Debt_802_3.h31 __u8 ctrl; member
39 __be16 ctrl; member
/linux-3.3/arch/mips/oprofile/
Dop_model_loongson2.c37 unsigned int ctrl; member
54 unsigned int ctrl = 0; in loongson2_reg_setup() local
/linux-3.3/drivers/mmc/core/
Dsdio.c209 u8 ctrl; in sdio_enable_wide() local
239 u8 ctrl; in sdio_disable_cd() local
260 u8 ctrl; in sdio_disable_wide() local
/linux-3.3/sound/soc/omap/
Domap-mcpdm.c139 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_start() local
157 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_stop() local
271 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_dai_startup() local
Domap-dmic.c81 u32 ctrl = omap_dmic_read(dmic, OMAP_DMIC_CTRL_REG); in omap_dmic_start() local
92 u32 ctrl = omap_dmic_read(dmic, OMAP_DMIC_CTRL_REG); in omap_dmic_stop() local
244 u32 ctrl; in omap_dmic_dai_prepare() local
/linux-3.3/drivers/net/ethernet/atheros/atlx/
Datlx.c214 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode()
230 u32 ctrl; in atlx_vlan_mode() local
/linux-3.3/drivers/media/video/uvc/
Duvc_v4l2.c575 struct v4l2_control *ctrl = arg; in uvc_v4l2_do_ioctl() local
594 struct v4l2_control *ctrl = arg; in uvc_v4l2_do_ioctl() local
622 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_v4l2_do_ioctl() local
646 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_v4l2_do_ioctl() local
/linux-3.3/arch/powerpc/platforms/cell/
Dpervasive.c43 unsigned long ctrl, thread_switch_control; in cbe_power_save() local
/linux-3.3/drivers/isdn/hisax/
Dhisax_fcpcipnp.h34 u_int ctrl; member
36 } ctrl; member

12345678910>>...27