Home
last modified time | relevance | path

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

12

/u-boot/drivers/usb/gadget/
A Dgadget_chips.h20 #define gadget_is_net2280(g) 0 argument
32 #define gadget_is_dummy(g) 0 argument
38 #define gadget_is_pxa(g) 0 argument
44 #define gadget_is_goku(g) 0 argument
51 #define gadget_is_sh(g) 0 argument
58 #define gadget_is_sa1100(g) 0 argument
65 #define gadget_is_mq11xx(g) 0 argument
71 #define gadget_is_omap(g) 0 argument
78 #define gadget_is_n9604(g) 0 argument
97 #define gadget_is_at91(g) 0 argument
[all …]
A Ddwc2_udc_otg.c314 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()
A Dether.c200 static inline int BITRATE(struct usb_gadget *g) in BITRATE()
213 static inline int BITRATE(struct usb_gadget *g) in BITRATE()
820 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
879 config_buf(struct usb_gadget *g, u8 *buf, u8 type, unsigned index, int is_otg) in config_buf()
A Df_fastboot.c163 fb_ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *fs, in fb_ep_desc()
A Dat91_udc.h137 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc()
A Df_thor.c365 ep_desc(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_desc()
/u-boot/drivers/video/
A Dcfb_console.c1049 unsigned char g, unsigned char b) in video_set_lut()
1055 #define FILL_8BIT_332RGB(r,g,b) { \ argument
1060 #define FILL_15BIT_555RGB(r,g,b) { \ argument
1068 #define FILL_16BIT_565RGB(r,g,b) { \ argument
1076 #define FILL_32BIT_X888RGB(r,g,b) { \ argument
1085 #define FILL_24BIT_888RGB(r,g,b) { \ argument
1092 #define FILL_24BIT_888RGB(r,g,b) { \ argument
1101 static inline void fill_555rgb_pswap(uchar *fb, int x, u8 r, u8 g, u8 b) in fill_555rgb_pswap()
1738 unsigned char r, g, b, *logo_red, *logo_blue, *logo_green; in plot_logo_or_black() local
A Dati_radeon_fb.c755 unsigned char g, /* green */ in video_set_lut()
/u-boot/drivers/pinctrl/meson/
A Dpinctrl-meson-gx.h18 #define PMX_DATA(r, b, g) \ argument
/u-boot/disk/
A Dpart_amiga.c112 struct amiga_part_geometry *g; in print_part_info() local
298 struct amiga_part_geometry *g; in part_get_info_amiga() local
/u-boot/fs/zfs/
A Dzfs_sha256.c79 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
/u-boot/drivers/usb/dwc3/
A Dgadget.c1254 static int dwc3_gadget_get_frame(struct usb_gadget *g) in dwc3_gadget_get_frame()
1263 static int dwc3_gadget_wakeup(struct usb_gadget *g) in dwc3_gadget_wakeup()
1343 static int dwc3_gadget_set_selfpowered(struct usb_gadget *g, in dwc3_gadget_set_selfpowered()
1410 static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) in dwc3_gadget_pullup()
1449 static int dwc3_gadget_start(struct usb_gadget *g, in dwc3_gadget_start()
1550 static int dwc3_gadget_stop(struct usb_gadget *g) in dwc3_gadget_stop()
A Dgadget.h27 #define gadget_to_dwc(g) (container_of(g, struct dwc3, gadget)) argument
/u-boot/drivers/mtd/ubi/
A Ddebug.h39 #define ubi_dbg_print_hex_dump(ps, pt, r, g, b, len, a) \ argument
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c523 static int mtu3_gadget_stop(struct usb_gadget *g) in mtu3_gadget_stop()
542 mtu3_gadget_set_speed(struct usb_gadget *g, enum usb_device_speed speed) in mtu3_gadget_set_speed()
A Dmtu3.h319 struct usb_gadget g; /* the gadget */ member
343 static inline struct mtu3 *gadget_to_mtu3(struct usb_gadget *g) in gadget_to_mtu3()
/u-boot/include/linux/usb/
A Dgadget.h575 static inline int gadget_is_dualspeed(struct usb_gadget *g) in gadget_is_dualspeed()
594 static inline int gadget_is_otg(struct usb_gadget *g) in gadget_is_otg()
607 static inline int gadget_is_superspeed(struct usb_gadget *g) in gadget_is_superspeed()
/u-boot/tools/
A Dmkeficapsule.c258 FILE *f, *g; in create_fwbin() local
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget.c1785 static int musb_gadget_stop(struct usb_gadget *g) in musb_gadget_stop()
1973 static int musb_gadget_start(struct usb_gadget *g, in musb_gadget_start()
2103 static int musb_gadget_stop(struct usb_gadget *g, in musb_gadget_stop()
/u-boot/lib/libavb/
A Davb_sha256.c56 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
A Davb_sha512.c58 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument
/u-boot/arch/x86/lib/
A Dphysmem.c49 uint64_t g:1; /* global page */ member
/u-boot/lib/
A Dsha256.c99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() argument
A Dbch.c888 struct gf_poly **g, struct gf_poly **h) in factor_polynomial()
1127 static void build_mod8_tables(struct bch_control *bch, const uint32_t *g) in build_mod8_tables()
1218 struct gf_poly *g; in compute_generator_polynomial() local
A Dsha512.c144 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local

Completed in 50 milliseconds

12