| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | gadget_chips.h | 18 #define gadget_is_net2280(g) (!strcmp("net2280", (g)->name)) argument 20 #define gadget_is_net2280(g) 0 argument 24 #define gadget_is_amd5536udc(g) (!strcmp("amd5536udc", (g)->name)) argument 26 #define gadget_is_amd5536udc(g) 0 argument 30 #define gadget_is_dummy(g) (!strcmp("dummy_udc", (g)->name)) argument 32 #define gadget_is_dummy(g) 0 argument 36 #define gadget_is_pxa(g) (!strcmp("pxa2xx_udc", (g)->name)) argument 38 #define gadget_is_pxa(g) 0 argument 42 #define gadget_is_goku(g) (!strcmp("goku_udc", (g)->name)) argument 44 #define gadget_is_goku(g) 0 argument [all …]
|
| H A D | ether.c | 204 static inline int BITRATE(struct usb_gadget *g) in BITRATE() 217 static inline int BITRATE(struct usb_gadget *g) in BITRATE() 824 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc() 883 config_buf(struct usb_gadget *g, u8 *buf, u8 type, unsigned index, int is_otg) in config_buf()
|
| H A D | dwc2_udc_otg.c | 312 static int dwc2_gadget_start(struct usb_gadget *g, in dwc2_gadget_start() 339 static int dwc2_gadget_stop(struct usb_gadget *g) in dwc2_gadget_stop()
|
| H A D | at91_udc.h | 138 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc()
|
| H A D | f_thor.c | 361 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | cfb_console.c | 1044 unsigned char g, unsigned char b) in video_set_lut() 1050 #define FILL_8BIT_332RGB(r,g,b) { \ argument 1055 #define FILL_15BIT_555RGB(r,g,b) { \ argument 1063 #define FILL_16BIT_565RGB(r,g,b) { \ argument 1071 #define FILL_32BIT_X888RGB(r,g,b) { \ argument 1080 #define FILL_24BIT_888RGB(r,g,b) { \ argument 1087 #define FILL_24BIT_888RGB(r,g,b) { \ argument 1096 static inline void fill_555rgb_pswap(uchar *fb, int x, u8 r, u8 g, u8 b) in fill_555rgb_pswap() 1728 unsigned char r, g, b, *logo_red, *logo_blue, *logo_green; in plot_logo_or_black() local
|
| H A D | ati_radeon_fb.c | 754 unsigned char g, /* green */ in video_set_lut()
|
| H A D | mb862xx.c | 436 unsigned char g, unsigned char b) in video_set_lut()
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_amiga.c | 111 struct amiga_part_geometry *g; in print_part_info() local 297 struct amiga_part_geometry *g; in part_get_info_amiga() local
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 1261 static int dwc3_gadget_get_frame(struct usb_gadget *g) in dwc3_gadget_get_frame() 1270 static int dwc3_gadget_wakeup(struct usb_gadget *g) in dwc3_gadget_wakeup() 1350 static int dwc3_gadget_set_selfpowered(struct usb_gadget *g, in dwc3_gadget_set_selfpowered() 1417 static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) in dwc3_gadget_pullup() 1456 static int dwc3_gadget_start(struct usb_gadget *g, in dwc3_gadget_start() 1557 static int dwc3_gadget_stop(struct usb_gadget *g) in dwc3_gadget_stop()
|
| H A D | gadget.h | 28 #define gadget_to_dwc(g) (container_of(g, struct dwc3, gadget)) argument
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_sha256.c | 80 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.h | 35 #define ubi_dbg_print_hex_dump(ps, pt, r, g, b, len, a) \ argument
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | gadget.h | 568 static inline int gadget_is_dualspeed(struct usb_gadget *g) in gadget_is_dualspeed() 584 static inline int gadget_is_superspeed(struct usb_gadget *g) in gadget_is_superspeed() 596 static inline int gadget_is_otg(struct usb_gadget *g) in gadget_is_otg()
|
| H A D | composite.h | 149 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_choose()
|
| /rk3399_rockchip-uboot/tools/easylogo/ |
| H A D | easylogo.c | 40 unsigned char r, g, b; member 44 unsigned char b, g, r; member
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_sha512.c | 86 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument
|
| H A D | avb_sha256.c | 101 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | physmem.c | 47 uint64_t g:1; /* global page */ member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 176 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha512_process() argument
|
| H A D | sha256.c | 125 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() argument
|
| H A D | bch.c | 879 struct gf_poly **g, struct gf_poly **h) in factor_polynomial() 1118 static void build_mod8_tables(struct bch_control *bch, const uint32_t *g) in build_mod8_tables() 1209 struct gf_poly *g; in compute_generator_polynomial() local
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 1957 static int musb_gadget_start(struct usb_gadget *g, in musb_gadget_start() 2087 static int musb_gadget_stop(struct usb_gadget *g, in musb_gadget_stop()
|
| H A D | am35x.c | 84 #define glue_to_musb(g) platform_get_drvdata(g->musb) argument
|
| H A D | musb_core.h | 429 struct usb_gadget g; /* the gadget */ member 452 static inline struct musb *gadget_to_musb(struct usb_gadget *g) in gadget_to_musb()
|