Searched refs:controllers (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsound_config.h95 unsigned char controllers[128]; member in struct:channel_info
H A Dsequencer.c563 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
566 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0;
576 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7)
578 chn_info[chn].controllers[p1 | 32] & 0x7f);
934 synth_devs[dev]->chn_info[chn].controllers,0);
1319 * Also return the controllers to their default states
H A Dopl3.c1076 devc->voc[voice].volume = info->controllers[CTL_MAIN_VOLUME];
1077 devc->voc[voice].panning = (info->controllers[CTL_PAN] * 2) - 128;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-omap4panda.c97 static int __init omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers) argument
101 omap2_hsmmc_init(controllers);
102 for (c = controllers; c->mmc; c++)
H A Dboard-4430sdp.c243 static int __init omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers) argument
247 omap2_hsmmc_init(controllers);
248 for (c = controllers; c->mmc; c++)
H A Dhsmmc.c185 void __init omap2_hsmmc_init(struct omap2_hsmmc_info *controllers) argument
214 for (c = controllers; c->mmc; c++) {
328 for (c = controllers; c->mmc; c++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dagpgart.h206 struct agp_controller *controllers; member in struct:agp_front_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dfrontend.c290 /* Routines for managing the list of controllers -
292 * controllers
299 controller = agp_fe.controllers;
326 prev_controller = agp_fe.controllers;
332 agp_fe.controllers = controller;
391 agp_fe.controllers = next_controller;
479 controller = agp_fe.controllers;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhelpinst.tex47 Although it has an API compatible with other help controllers, it has more advanced features, so it is
182 For all other help controllers, this function does nothing
236 This does not work for all help controllers.
248 For all other help controllers this function has no effect.
H A Dpropdlg.tex6 controllers instead of the default notebook style.
36 The dialogs sample shows this class being used with notebook and toolbook controllers (for
H A Dhthelpct.tex16 help controllers as documented by \helpref{wxHelpController}{wxhelpcontroller}, it
238 Stores controllers setting (position of window etc.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2680 int controllers = 0; local
2696 controllers += 1;
2700 controllers += 1;
2703 controllers += 1;
2707 controllers += 1;
2711 controllers += 1;
2715 controllers += 1;
2732 } else if (controllers > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_legacy.c140 static int qdi; /* Set to probe QDI controllers */
146 static int winbond = 1; /* Set to probe Winbond controllers,
149 static int winbond; /* Set to probe Winbond controllers,
160 * Add an entry into the probe list for ATA controllers. This is used
237 * mode selection "magically" itself. Several legacy controllers
859 static struct legacy_controller controllers[] = { variable in typeref:struct:legacy_controller
972 struct legacy_controller *controller = &controllers[probe->type];
1221 mode controllers stuck on these addresses or some devices

Completed in 286 milliseconds