| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fsnotify.c | 333 mark = iter_info->marks[type]; in send_to_group() 343 mark = iter_info->marks[type]; in send_to_group() 406 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types() 418 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types() 437 iter_info->marks[type] = in fsnotify_iter_next() 438 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next() 520 iter_info.marks[FSNOTIFY_OBJ_TYPE_SB] = in fsnotify() 523 iter_info.marks[FSNOTIFY_OBJ_TYPE_VFSMOUNT] = in fsnotify() 527 iter_info.marks[FSNOTIFY_OBJ_TYPE_INODE] = in fsnotify() 531 iter_info.marks[FSNOTIFY_OBJ_TYPE_PARENT] = in fsnotify()
|
| H A D | mark.c | 334 if (!fsnotify_get_mark_safe(iter_info->marks[type])) { in fsnotify_prepare_user_wait() 351 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_prepare_user_wait() 362 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_finish_user_wait()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_mem_input_v.c | 740 struct dce_watermarks marks) in program_stutter_watermark() argument 776 marks.a_mark, in program_stutter_watermark() 792 marks.b_mark, in program_stutter_watermark() 800 struct dce_watermarks marks) in program_stutter_watermark_l() argument 805 marks); in program_stutter_watermark_l() 810 struct dce_watermarks marks) in program_stutter_watermark_c() argument 815 marks); in program_stutter_watermark_c() 822 struct dce_watermarks marks) in program_nbp_watermark() argument 860 marks.a_mark, in program_nbp_watermark() 896 marks.b_mark, in program_nbp_watermark() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fpa.h | 159 union cvmx_fpa_fpfx_marks marks; in cvmx_fpa_enable() local 162 marks.u64 = in cvmx_fpa_enable() 164 marks.s.fpf_wr = 0xe0; in cvmx_fpa_enable() 166 marks.u64); in cvmx_fpa_enable()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | aiff.c | 56 } marks[32]; in lsx_aiffstartread() local 189 lsx_readw(ft, &(marks[i].id)); in lsx_aiffstartread() 190 lsx_readdw(ft, &(marks[i].position)); in lsx_aiffstartread() 207 marks[i].name[j] = tmp_c; in lsx_aiffstartread() 210 marks[i].name[read_len] = 0; in lsx_aiffstartread() 405 if(marks[i2].id == sustainLoopBegin) in lsx_aiffstartread() 407 if(marks[i2].id == sustainLoopEnd) in lsx_aiffstartread() 409 if(marks[i2].id == releaseLoopBegin) in lsx_aiffstartread() 411 if(marks[i2].id == releaseLoopEnd) in lsx_aiffstartread() 417 ft->oob.loops[0].start = marks[slbIndex].position; in lsx_aiffstartread() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | faraday,ftgpio010.txt | 11 - gpio-controller : marks this as a GPIO controller 13 - interrupt-controller : marks this as an interrupt controller
|
| H A D | intel,ixp4xx-gpio.txt | 23 - gpio-controller : marks this as a GPIO controller 25 - interrupt-controller : marks this as an interrupt controller
|
| H A D | cdns,gpio.txt | 11 - gpio-controller: marks the device as a GPIO controller. 18 - interrupt-controller: marks the device as an interrupt controller. When
|
| H A D | gpio-xra1403.txt | 20 - gpio-controller - marks the node as gpio. 27 - interrupt-controller - marks the node as interrupt controller.
|
| H A D | ibm,ppc4xx-gpio.txt | 15 - gpio-controller: marks the device node as a gpio controller.
|
| H A D | 8xxx_gpio.txt | 32 - interrupt-controller: Empty boolean property which marks the GPIO
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 18-merge-config.sh-create-temporary-files-in-tmp.patch | 2 Author: Henrique Marks <henrique.marks@datacom.ind.br> 11 Signed-off-by: Henrique Marks <henrique.marks@datacom.ind.br>
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | xarray.c | 80 return node->marks[(__force unsigned)mark]; in node_marks() 133 unsigned long *marks = xas->xa_node->marks[mark]; in xas_squash_marks() local 134 if (find_next_bit(marks, limit, xas->xa_offset + 1) == limit) in xas_squash_marks() 136 __set_bit(xas->xa_offset, marks); in xas_squash_marks() 137 bitmap_clear(marks, xas->xa_offset + 1, xas->xa_sibs); in xas_squash_marks() 957 unsigned int marks = 0; in node_get_marks() local 962 marks |= 1 << (__force unsigned int)mark; in node_get_marks() 968 return marks; in node_get_marks() 972 struct xa_node *child, unsigned int marks) in node_set_marks() argument 977 if (marks & (1 << (__force unsigned int)mark)) { in node_set_marks() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | tc3589x.txt | 19 - interrupt-controller : marks the device node as an interrupt controller 30 - interrupt-controller : marks the device node as an interrupt controller 40 - gpio-controller : marks the device node as a GPIO controller
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
| H A D | make-errors.patch | 9 Subject: [-] Remove even more bogus quotation marks (Ross Burton).. 12 and (mx-test.sh: remove bogus quotation marks) Ross Burton
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fsnotify_backend.h | 300 struct fsnotify_mark *marks[FSNOTIFY_OBJ_TYPE_COUNT]; member 321 iter_info->marks[type] = mark; in fsnotify_iter_set_report_type_mark() 330 iter_info->marks[FSNOTIFY_OBJ_TYPE_##NAME] : NULL; \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | power-controller.txt | 8 marks the device as able to control the system power. In order to test if this
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | insn-notes.def | 54 /* This marks the point immediately after the last prologue insn. */ 57 /* This marks the point immediately prior to the first epilogue insn. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | insn-notes.def | 54 /* This marks the point immediately after the last prologue insn. */ 57 /* This marks the point immediately prior to the first epilogue insn. */
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OGL-Canada-2.0 | 24 …n subject to other intellectual property rights, including patents, trade-marks and official marks.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtext/ |
| H A D | libtext-wrapi18n-perl_0.06.bb | 8 on terminal, like diacritical marks in UTF-8) and fullwidth characters \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunistring/ |
| H A D | libunistring_1.0.bb | 6 marks, hyphens, Roman numbers, and much more. But the POSIX platform\
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 118 Each entry in the array has three bits associated with it called marks. 127 XArray causes all marks associated with that entry to be cleared. 165 is used to track whether an entry is free or not. The other marks are 393 You can use xas_init_marks() to reset the marks on an entry 394 to their default state. This is usually all marks clear, unless the 396 and all other marks are clear. Replacing one entry with another using 397 xas_store() will not reset the marks on that entry; if you want 398 the marks reset, you should do that explicitly.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.42-tftpboot.patch | 55 rg \# @ # Convert hash marks to @ signs
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | asb100.rst | 46 Alarms: (TODO question marks indicate may or may not work)
|