| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | devres.c | 31 dr_release_t release; member 59 void *__devres_alloc(dr_release_t release, size_t size, gfp_t gfp, in __devres_alloc() argument 62 void *_devres_alloc(dr_release_t release, size_t size, gfp_t gfp) in __devres_alloc() 73 dr->release = release; in __devres_alloc() 99 void *devres_find(struct udevice *dev, dr_release_t release, in devres_find() argument 105 if (dr->release != release) in devres_find() 121 res = devres_find(dev, new_dr->release, match, match_data); in devres_get() 132 void *devres_remove(struct udevice *dev, dr_release_t release, in devres_remove() argument 137 res = devres_find(dev, release, match, match_data); in devres_remove() 148 int devres_destroy(struct udevice *dev, dr_release_t release, in devres_destroy() argument [all …]
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | 638 void *__devres_alloc(dr_release_t release, size_t size, gfp_t gfp, 640 #define _devres_alloc(release, size, gfp) \ argument 641 __devres_alloc(release, size, gfp, #release) 643 void *_devres_alloc(dr_release_t release, size_t size, gfp_t gfp); 659 #define devres_alloc(release, size, gfp) \ argument 660 _devres_alloc(release, size, gfp | __GFP_ZERO) 694 void *devres_find(struct udevice *dev, dr_release_t release, 727 void *devres_remove(struct udevice *dev, dr_release_t release, 747 int devres_destroy(struct udevice *dev, dr_release_t release, 764 int devres_release(struct udevice *dev, dr_release_t release, [all …]
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | keyboard.c | 57 bool release = false; in handle_scancode() local 62 release = true; in handle_scancode() 65 input_add_keycode(&config, scan_code, release); in handle_scancode()
|
| H A D | input.c | 241 int key, int release) in process_modifier() argument 261 if (!release) { in process_modifier() 553 bool release) in input_add_keycode() argument 563 if (release) in input_add_keycode() 570 if (!release && new_keycode != -1) in input_add_keycode() 572 debug("\ncodes for %02x/%d: ", new_keycode, release); in input_add_keycode() 578 return _input_send_keycodes(config, keycode, count, !release); in input_add_keycode()
|
| H A D | i8042.c | 227 bool release = false; in i8042_kbd_check() local 240 release = true; in i8042_kbd_check() 255 input_add_keycode(input, scan_code, release); in i8042_kbd_check()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | bcm2837.dtsi | 39 cpu-release-addr = <0x0 0x000000d8>; 47 cpu-release-addr = <0x0 0x000000e0>; 55 cpu-release-addr = <0x0 0x000000e8>; 63 cpu-release-addr = <0x0 0x000000f0>;
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | MIGRATION.txt | 16 time for inclusion in the 2018.05 release. Boards not converted by this 17 time may be removed in a subsequent release.
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | Makefile | 15 obj-$(CONFIG_MP) += release.o
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mpc85xx-spin-table | 5 accessible for core 0. It is part of release.S, within 4KB range after 15 core 0 puts the physical address of the spin table (which is in release.S and
|
| H A D | README.i2c | 43 5. If not, back off, release the claim and wait for a few more milliseconds 50 To release the bus, just de-assert the claim line.
|
| /rk3399_rockchip-uboot/arch/mips/ |
| H A D | Kconfig | 168 Choose this option to build an U-Boot for release 1 through 5 of the 176 Choose this option to build an U-Boot for release 2 through 5 of the 184 Choose this option to build an U-Boot for release 6 or later of the 192 Choose this option to build a kernel for release 1 through 5 of the 200 Choose this option to build a kernel for release 2 through 5 of the 208 Choose this option to build a kernel for release 6 or later of the
|
| /rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/ |
| H A D | README | 9 > cp build/rk3368/release/bl31.bin ../u-boot/bl31-rk3368.bin 63 NOTICE: BL31: v1.3(release):v1.2-1320-gbf43a443
|
| /rk3399_rockchip-uboot/include/ |
| H A D | input.h | 98 bool release);
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 178 void (*release)(struct device *dev)) in usb_add_gadget_udc_release() 190 udc->dev.release = usb_udc_release; in usb_add_gadget_udc_release()
|
| /rk3399_rockchip-uboot/board/logicpd/imx6/ |
| H A D | README | 10 On the intial release, the SOM came with either an i.MX6D or i.MX6Q.
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rv1108/ |
| H A D | README | 8 You can also use the ddr bin from rockchip official release [0] instead of u-boot-spl:
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | README | 156 => cpu 1 release $bootm_low - $fdtaddr - 166 "cpu release" command is issued.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pci/ |
| H A D | armada8k-pcie.txt | 22 card reset signal release.
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3328/ |
| H A D | README | 57 > cp arm-trusted-firmware/build/rk3328/release/bl31.bin rkbin/rk33
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | Makefile | 27 obj-$(CONFIG_MP) += release.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 39 - Set "cpu-release-addr" property of each CPU node 41 - Reserve the code for the spin-table and the release address
|
| /rk3399_rockchip-uboot/arch/arc/ |
| H A D | Kconfig | 101 Introduced as a part of ARC HS38 release.
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 258 void (*release)(struct device *dev); member
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 40 > cp build/rk3399/release/bl31.bin ../u-boot/bl31-rk3399.bin
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 374 UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null) 1323 define filechk_uboot.release 1328 include/config/uboot.release: include/config/auto.conf FORCE 1329 $(call filechk,uboot.release) 1344 prepare3: include/config/uboot.release 1432 $(version_h): include/config/uboot.release FORCE
|