Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 64) sorted by relevance

123

/drivers/usb/gadget/
Dgadget_chips.h19 #define gadget_is_net2280(g) !strcmp("net2280", (g)->name) argument
21 #define gadget_is_net2280(g) 0 argument
25 #define gadget_is_amd5536udc(g) !strcmp("amd5536udc", (g)->name) argument
27 #define gadget_is_amd5536udc(g) 0 argument
31 #define gadget_is_dummy(g) !strcmp("dummy_udc", (g)->name) argument
33 #define gadget_is_dummy(g) 0 argument
37 #define gadget_is_pxa(g) !strcmp("pxa25x_udc", (g)->name) argument
39 #define gadget_is_pxa(g) 0 argument
43 #define gadget_is_goku(g) !strcmp("goku_udc", (g)->name) argument
45 #define gadget_is_goku(g) 0 argument
[all …]
Df_obex.c273 static void obex_connect(struct gserial *g) in obex_connect()
288 static void obex_disconnect(struct gserial *g) in obex_disconnect()
Df_sourcesink.c161 struct usb_gadget *g = cdev->gadget; in sourcesink_autoresume() local
Df_ecm.c86 static inline unsigned ecm_bitrate(struct usb_gadget *g) in ecm_bitrate()
Dprinter.c329 #define ep_desc(g, hs, fs) (((g)->speed == USB_SPEED_HIGH)?(hs):(fs)) argument
334 #define ep_desc(g, hs, fs) (((void)(g)), (fs)) argument
Df_rndis.c103 static unsigned int bitrate(struct usb_gadget *g) in bitrate()
/drivers/ide/
Dide-gd.c66 struct gendisk *g = idkp->disk; in ide_gd_remove() local
82 struct gendisk *g = idkp->disk; in ide_disk_release() local
316 struct gendisk *g; local
Dide-cd.c1814 struct gendisk *g = info->disk; in ide_cd_release() local
1972 struct gendisk *g; in ide_cd_probe() local
/drivers/media/video/usbvideo/
Dquickcam_messenger.h30 u8 g; member
38 u8 g; member
44 u8 g; member
Dquickcam_messenger.c251 static void qcm_hsv2rgb(u16 hue, u16 sat, u16 val, u16 *r, u16 *g, u16 *b) in qcm_hsv2rgb()
351 u16 r=0,g=0,b=0; in qcm_sensor_set_gains() local
/drivers/video/console/
Dfonts.c116 const struct font_desc *f, *g; in get_default_font() local
/drivers/misc/
Dkernel_debugger.c30 struct task_struct *g, *p; in do_ps() local
/drivers/ieee1394/
Dnodemgr.h162 unsigned int g = ne->generation; in hpsb_node_read() local
170 unsigned int g = ne->generation; in hpsb_node_lock() local
/drivers/media/video/
Dtea6420.c55 static int tea6420_switch(struct i2c_client *client, int i, int o, int g) in tea6420_switch()
Dvivi.c269 #define TO_Y(r, g, b) \ argument
272 #define TO_V(r, g, b) \ argument
275 #define TO_U(r, g, b) \ argument
816 unsigned char r, g, b; in vidioc_s_fmt_vid_cap() local
Dcpia.c1756 u8 e, u8 f, u8 g, u8 h, in do_command_extended()
1796 int y, u, v, r, g, b, y1; in convert420() local
1912 int y, u, v, r, g, b, y1; in yuvconvert() local
/drivers/misc/sgi-gru/
Dgrutables.h452 #define get_tfm_for_cpu(g, c) \ argument
454 #define get_tfh_by_index(g, i) \ argument
456 #define get_tgh_by_index(g, i) \ argument
458 #define get_cbe_by_index(g, i) \ argument
/drivers/video/
Depson1355fb.c145 static void set_lut(struct epson1355_par *par, u8 index, u8 r, u8 g, u8 b) in set_lut()
165 static int epson1355fb_setcolreg(unsigned regno, unsigned r, unsigned g, in epson1355fb_setcolreg()
Dpm3fb.c128 unsigned char r, unsigned char g, unsigned char b) in pm3fb_set_color()
142 unsigned char r, unsigned char g, unsigned char b) in pm3fb_clear_colormap()
/drivers/video/matrox/
Dmatroxfb_maven.c473 const struct maven_gamma* g; in maven_init_TVdata() local
1087 const struct maven_gamma* g; in maven_set_control() local
/drivers/media/dvb/ttpci/
Dav7110_hw.c960 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
1103 u8 r, g, b, blend; in av7110_osd_cmd() local
/drivers/usb/musb/
Dmusb_core.h428 struct usb_gadget g; /* the gadget */ member
445 static inline struct musb *gadget_to_musb(struct usb_gadget *g) in gadget_to_musb()
/drivers/media/dvb/frontends/
Dstb6100.c312 u8 g, psd2, odiv; in stb6100_set_frequency() local
/drivers/media/video/gspca/stv06xx/
Dstv06xx_hdcs.c251 static int hdcs_set_gains(struct sd *sd, u8 r, u8 g, u8 b) in hdcs_set_gains()
/drivers/net/wireless/b43/
Dphy_common.h201 struct b43_phy_g *g; member

123