Searched refs:composite (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_uvc.h17 #include <linux/usb/composite.h>
H A Du_phonet.h14 #include <linux/usb/composite.h>
H A Dg_zero.h9 #include <linux/usb/composite.h>
H A Du_audio.h18 #include <linux/usb/composite.h>
H A Du_serial.h15 #include <linux/usb/composite.h>
H A Dcomposite.c2 * composite.c - infrastructure for Composite USB Gadgets
28 #include <linux/usb/composite.h>
41 static struct usb_composite_driver *composite; variable in typeref:struct:usb_composite_driver
475 * One of the main tasks of a composite driver's bind() routine is to
616 sp = composite->strings;
645 if (composite->strings) {
646 len = lookup_string(composite->strings, buf, language, id);
898 * REVISIT it could make sense to let the composite device
960 if (composite->disconnect)
961 composite
[all...]
H A Du_ether.h28 #include <linux/usb/composite.h>
H A Df_phonet.c34 #include <linux/usb/composite.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dcombop.h124 CompositePart composite; member in struct:_XmComboBoxRec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddobjcomp.tex21 the preferred format of the composite data object as well.
71 format of the data object within the composite that recieved data from
H A Dsrchctrl.tex5 A search control is a composite control with a search button, a text
H A Dtdate.tex139 Multiply(). Unary minus as well as composite assignment operations (like $+=$)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-cards.h216 u16 composite; member in struct:ivtv_gpio_video_input
H A Divtv-cards.c496 .composite = 0x0010, .svideo = 0x0020 },
569 .composite = 0x0020, .svideo = 0x0020 },
601 .composite = 0x0020, .svideo = 0x0020 },
631 .composite = 0x0020, .svideo = 0x0020 },
862 .composite = 0x0010, .svideo = 0x0020},
H A Divtv-gpio.c302 data = itv->card->gpio_video_input.composite;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c100 #define alpha_composite(composite, fg, alpha, bg) { \
103 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
407 /* display image (composite with background if requested) */
H A Drpng-x.c106 #define alpha_composite(composite, fg, alpha, bg) { \
109 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
395 /* display image (composite with background if requested) */
H A Drpng2-win.c128 #define alpha_composite(composite, fg, alpha, bg) { \
131 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
H A Drpng2-x.c151 #define alpha_composite(composite, fg, alpha, bg) { \
154 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
727 /* composite image against new background and display (note that
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dpr_byname.h208 {"composite", { &uc_is_property_composite }},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.h2508 # define png_composite(composite, fg, alpha, bg) \
2512 (composite) = (png_byte)((temp + (temp >> 8)) >> 8); }
2514 # define png_composite_16(composite, fg, alpha, bg) \
2518 (composite) = (png_uint_16)((temp + (temp >> 16)) >> 16); }
2522 # define png_composite(composite, fg, alpha, bg) \
2523 (composite) = (png_byte)(((png_uint_16)(fg) * (png_uint_16)(alpha) + \
2527 # define png_composite_16(composite, fg, alpha, bg) \
2528 (composite) = (png_uint_16)(((png_uint_32)(fg) * (png_uint_32)(alpha) + \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp351 // If child of composite, link up
441 wxCompositeShape *composite = (wxCompositeShape *)image; local
444 // Find the list of divisions in the composite
457 composite->GetDivisions().Append(child);
H A Dbasic.cpp623 // If we are a descendant of a composite, must make sure the composite gets
632 wxCompositeShape *composite = (wxCompositeShape *)topAncestor; local
633 composite->Erase(dc);
636 composite->CalculateSize();
637 if (composite->Selected())
639 composite->DeleteControlPoints(& dc);
640 composite->MakeControlPoints();
641 composite->MakeMandatoryControlPoints();
644 composite
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp839 wxRichTextCompositeObject& composite = (wxRichTextCompositeObject&) obj; local
841 for (i = 0; i < composite.GetChildCount(); i++)
843 wxRichTextObject* child = composite.GetChild(i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.h2849 # define png_composite(composite, fg, alpha, bg) \
2853 (composite) = (png_byte)((temp + (temp >> 8)) >> 8); }
2855 # define png_composite_16(composite, fg, alpha, bg) \
2859 (composite) = (png_uint_16)((temp + (temp >> 16)) >> 16); }
2863 # define png_composite(composite, fg, alpha, bg) \
2864 (composite) = (png_byte)(((png_uint_16)(fg) * (png_uint_16)(alpha) + \
2868 # define png_composite_16(composite, fg, alpha, bg) \
2869 (composite) = (png_uint_16)(((png_uint_32)(fg) * (png_uint_32)(alpha) + \

Completed in 253 milliseconds

12