Searched defs:mach (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/gadget/
H A Dpxa25x_udc.h121 struct pxa2xx_udc_mach_info *mach; member in struct:pxa25x_udc
134 #include <mach/lubbock.h>
H A Dpxa25x_udc.c44 #include <asm/mach-types.h>
55 #include <mach/pxa25x-udc.h>
59 #include <mach/lubbock.h>
62 #include <asm/mach/udc_pxa2xx.h>
135 struct pxa2xx_udc_mach_info *mach = the_controller->mach; local
136 int off_level = mach->gpio_pullup_inverted;
138 if (gpio_is_valid(mach->gpio_pullup))
139 gpio_set_value(mach->gpio_pullup, off_level);
140 else if (mach
146 struct pxa2xx_udc_mach_info *mach = the_controller->mach; local
[all...]
H A Dpxa27x_udc.h423 * @mach: machine info, used to activate specific GPIO
449 struct pxa2xx_udc_mach_info *mach; member in struct:pxa_udc
/drivers/video/
H A Dpxafb.c59 #include <mach/hardware.h>
63 #include <mach/bitfield.h>
64 #include <mach/pxafb.h>
364 static struct pxafb_mode_info *pxafb_getmode(struct pxafb_mach_info *mach, argument
368 struct pxafb_mode_info *modelist = mach->modes;
372 for (i = 0; i < mach->num_modes; i++) {

Completed in 1118 milliseconds