| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-soc | 32 YY is continuation code. 38 the maximum number of identification codes, a continuation 42 represents the "continuation code" and implies the presence 44 may be extended to multiple continuation codes followed 49 as JEP106 identity code of 0x3B and a continuation code of 50 0x4 to represent the four continuation codes preceding the 71 code, YY is continuation code and ZZZZ is the SOC ID.
|
| H A D | dev-kmsg | 88 A line starting with ' ', is a continuation line, adding 111 fragment of a line. Note, that these hints about continuation
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bio-prison-v2.c | 274 struct work_struct *continuation) in __quiesce() argument 277 queue_work(prison->wq, continuation); in __quiesce() 279 cell->quiesce_continuation = continuation; in __quiesce() 284 struct work_struct *continuation) in dm_cell_quiesce_v2() argument 287 __quiesce(prison, cell, continuation); in dm_cell_quiesce_v2()
|
| H A D | dm-bio-prison-v2.h | 123 struct work_struct *continuation);
|
| H A D | dm-cache-target.c | 117 struct continuation { struct 122 static inline void init_continuation(struct continuation *k, in init_continuation() argument 130 struct continuation *k) in queue_continuation() 174 struct continuation *k; in __commit() 195 k = container_of(ws, struct continuation, ws); in __commit() 235 static void continue_after_commit(struct batcher *b, struct continuation *k) in continue_after_commit() 489 struct continuation k; 1138 void (*continuation)(struct work_struct *)) in quiesce() 1140 init_continuation(&mg->k, continuation); in quiesce() 1146 struct continuation *k = container_of(ws, struct continuation, ws); in ws_to_mg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 138 struct list_head *continuation) in __i915_sw_fence_wake_up_all() argument 154 spin_lock_irqsave_nested(&x->lock, flags, 1 + !!continuation); in __i915_sw_fence_wake_up_all() 155 if (continuation) { in __i915_sw_fence_wake_up_all() 158 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 160 list_move_tail(&pos->entry, continuation); in __i915_sw_fence_wake_up_all() 188 struct list_head *continuation) in __i915_sw_fence_complete() argument 202 __i915_sw_fence_wake_up_all(fence, continuation); in __i915_sw_fence_complete()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pseudo.h | 50 static void ps_set_intr(void (*continuation)(void), in ps_set_intr() 58 ps_continuation = continuation; in ps_set_intr()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_api.h | 35 fsp_continuation_f continuation; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | brcm,brcmstb.txt | 23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" 63 compatible = "brcm,bcm7445-hif-continuation", "syscon"; 88 continuation registers.
|
| /OK3568_Linux_fs/buildroot/package/sysklogd/ |
| H A D | Config.in | 7 The continuation of the original sysklogd package, based on
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch | 16 We don't support quoted sections or continuation lines, etc.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.4.rst | 14 - *Comment Continuation:* If a comment ends with a line continuation 17 either remove the continuation character, or be sure the next line is
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 29 - rotating parity 0 with data continuation 32 - rotating parity N with data continuation 47 - rotating parity N (right-to-left) with data continuation
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | omfs.rst | 110 If this table overflows, a continuation inode is written and pointed to by
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 149 params.continuation = (fsp_continuation_f)asm_continuation; in fsp_init()
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | END_USER_LICENCE_AGREEMENT.txt | 86 creating any continuation, continuation in part, or extension of
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm7445.dtsi | 94 compatible = "brcm,bcm7445-hif-continuation",
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | sil-sii8620.c | 117 sii8620_cb continuation; member 294 if (msg->continuation) in sii8620_mt_work() 295 msg->continuation(ctx, msg->ret); in sii8620_mt_work() 409 msg->continuation = cont; in sii8620_mt_set_cont()
|
| /OK3568_Linux_fs/external/libmali/debian/ |
| H A D | copyright | 97 creating any continuation, continuation in part, or extension of
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 3423 my $continuation = 0; 3428 $continuation = 1; 3438 $prevline =~ /\\\s*$/) && $continuation == 0) { 3443 $continuation = 0; 3457 if ($continuation || 3461 $continuation = ($s =~ /^.*?\\\n/) ? 1 : 0;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 3878 my $continuation = 0; 3883 $continuation = 1; 3893 $prevline =~ /\\\s*$/) && $continuation == 0) { 3898 $continuation = 0; 3912 if ($continuation || 3916 $continuation = ($s =~ /^.*?\\\n/) ? 1 : 0;
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | ssin.S | 221 |--continuation from REDUCEX 574 |--continuation point from REDUCEX
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | submitting-patches.rst | 76 * Please align continuation lines with '(' on the previous line.
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | head.S | 44 .long 0x02000190,0x60000050 # They form the continuation
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/indent/ |
| H A D | bitbake.vim | 297 " Only indent if there was actually a continuation character on
|