Searched refs:find_cmd (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | Makefile | 25 find_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \ macro 30 cmd_yamllint = $(find_cmd) | \ 34 cmd_chk_bindings = $(find_cmd) | \ 41 $(find_cmd)) > $$f ; \ 51 DT_DOCS = $(shell $(find_cmd) | sed -e 's|^$(srctree)/||')
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | command.su | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | command.c | 118 cmd_tbl_t *find_cmd(const char *cmd) in find_cmd() function 195 cmdtp = find_cmd(argv[0]); in complete_cmdv() 511 cmdtp = find_cmd(argv[0]); in cmd_process()
|
| H A D | command.su | |
| H A D | cli.c | 193 cmdtp = find_cmd(cmd); in cli_secure_boot_cmd()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | spl.c | 84 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | command.h | 56 cmd_tbl_t *find_cmd(const char *cmd);
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | misc.c | 279 cmd = find_cmd(mode_name[mode][1]); in mode_leave_menu()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 576 find_cmd='find . ! -path . -printf "%M %-10u %-10g %10s %p -> %l\n"' 578 eval ${FAKEROOTENV} ${FAKEROOTCMD} $find_cmd 580 eval $find_cmd 590 find_cmd='find . ! -path . -printf "%M - - %10s %p -> %l\n"' 592 eval ${FAKEROOTENV} ${FAKEROOTCMD} "$find_cmd" 594 eval "$find_cmd"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1088 find_cmd(struct intel_engine_cs *engine, in find_cmd() function 1470 desc = find_cmd(engine, *cmd, desc, &default_desc); in intel_engine_cmd_parser()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | dc395x.c | 745 static inline struct ScsiReqBlk *find_cmd(struct scsi_cmnd *cmd, in find_cmd() function 1244 srb = find_cmd(cmd, &dcb->srb_waiting_list); in dc395x_eh_abort() 1255 srb = find_cmd(cmd, &dcb->srb_going_list); in dc395x_eh_abort()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |