| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 375 struct fsg_common *common; member 390 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set() argument 393 if (common->fsg) in __fsg_is_set() 395 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line); in __fsg_is_set() 400 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument 411 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() argument 413 return common->state > FSG_STATE_IDLE; in exception_in_progress() 417 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length() argument 423 rem = length % common->bulk_out_maxpacket; in set_bulk_out_req_length() 425 length += common->bulk_out_maxpacket - rem; in set_bulk_out_req_length() [all …]
|
| H A D | f_rockusb.c | 126 static int rkusb_check_lun(struct fsg_common *common) in rkusb_check_lun() argument 131 if (common->lun >= 0 && common->lun < common->nluns) { in rkusb_check_lun() 132 curlun = &common->luns[common->lun]; in rkusb_check_lun() 133 if (common->cmnd[0] != SC_REQUEST_SENSE) { in rkusb_check_lun() 139 common->bad_lun_okay = 0; in rkusb_check_lun() 145 if (common->cmnd[0] != SC_INQUIRY && in rkusb_check_lun() 146 common->cmnd[0] != SC_REQUEST_SENSE) { in rkusb_check_lun() 147 debug("unsupported LUN %d\n", common->lun); in rkusb_check_lun() 170 static int rkusb_do_reset(struct fsg_common *common, in rkusb_do_reset() argument 173 common->data_size_from_cmnd = common->cmnd[4]; in rkusb_do_reset() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | Makefile | 23 obj-y += sysinfo-common.o 25 obj-y += hwinit-common.o 26 obj-y += clocks-common.o 27 obj-y += emif-common.o 43 obj-y += boot-common.o 46 obj-y += mem-common.o 48 obj-y += fdt-common.o 50 obj-$(CONFIG_TI_SECURE_DEVICE) += sec-common.o
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | rkpatch.sh | 46 sed -i 's/\<debug\>/printf/g' ./common/board_f.c 47 sed -i 's/\<debug\>/printf/g' ./common/board_r.c 85 sed -i 's/\<debug\>/printf/g' common/fdt_support.c 86 sed -i 's/\<debug\>/printf/g' common/image-fdt.c 87 sed -i 's/\<debug\>/printf/g' common/image.c 89 sed -i 's/\<debug\>/printf/g' common/bootm.c 90 sed -i 's/\<debug\>/printf/g' common/image.c 91 sed -i 's/\<debug\>/printf/g' common/image-android.c 92 sed -i 's/\<debug\>/printf/g' common/android_bootloader.c
|
| /rk3399_rockchip-uboot/arch/x86/cpu/queensbay/ |
| H A D | fsp_configs.c | 15 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs() 16 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs() 17 rt_buf->common.upd_data = &config->fsp_upd; in update_fsp_configs()
|
| /rk3399_rockchip-uboot/board/keymile/km83xx/ |
| H A D | Makefile | 8 obj-y += km83xx.o ../common/common.o ../common/ivm.o km83xx_i2c.o
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | Makefile | 9 obj-y := km_arm.o ../common/common.o ../common/ivm.o
|
| /rk3399_rockchip-uboot/board/LaCie/net2big_v2/ |
| H A D | Makefile | 12 obj-y := net2big_v2.o ../common/common.o 14 obj-y += ../common/cpld-gpio-bus.o
|
| /rk3399_rockchip-uboot/board/keymile/kmp204x/ |
| H A D | Makefile | 12 ../common/common.o ../common/ivm.o
|
| /rk3399_rockchip-uboot/board/freescale/corenet_ds/ |
| H A D | Kconfig | 12 source "board/freescale/common/Kconfig" 27 source "board/freescale/common/Kconfig" 42 source "board/freescale/common/Kconfig" 57 source "board/freescale/common/Kconfig"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bedbug | 12 ./common/Makefile 15 ./common/command.c 18 ./common/board.c 47 ./common/cmd_bedbug.c 48 ./common/bedbug.c 52 routines are common to all PowerPC processors. 63 common/cmd_bedbug.c
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | Makefile | 21 obj-$(CONFIG_ARMV7_PSCI) += psci.o psci-common.o 27 obj-$(CONFIG_IPROC) += iproc-common/ 28 obj-$(CONFIG_KONA) += kona-common/ 32 obj-y += s5p-common/
|
| /rk3399_rockchip-uboot/board/LaCie/netspace_v2/ |
| H A D | Makefile | 12 obj-y := netspace_v2.o ../common/common.o
|
| /rk3399_rockchip-uboot/board/LaCie/edminiv2/ |
| H A D | Makefile | 12 obj-y := edminiv2.o ../common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/salvator-x/ |
| H A D | Makefile | 9 obj-y := salvator-x.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/blanche/ |
| H A D | Makefile | 9 obj-y := blanche.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/porter/ |
| H A D | Makefile | 10 obj-y := porter.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/gose/ |
| H A D | Makefile | 9 obj-y := gose.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/alt/ |
| H A D | Makefile | 9 obj-y := alt.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/silk/ |
| H A D | Makefile | 10 obj-y := silk.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/koelsch/ |
| H A D | Makefile | 9 obj-y := koelsch.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/ulcb/ |
| H A D | Makefile | 9 obj-y := ulcb.o cpld.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/board/renesas/lager/ |
| H A D | Makefile | 9 obj-y := lager.o qos.o ../rcar-common/common.o
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/fsp/ |
| H A D | fsp_configs.h | 11 struct fsp_cfg_common common; member 16 struct common_buf common; /* FSP common runtime data structure */ member
|
| /rk3399_rockchip-uboot/board/BuR/brxre1/ |
| H A D | Makefile | 11 obj-y += ../common/common.o
|