| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | cpl5_cmd.h | 173 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 195 union opcode_tid ot; member 207 union opcode_tid ot; member 217 union opcode_tid ot; member 230 union opcode_tid ot; member 246 union opcode_tid ot; member 261 union opcode_tid ot; member 273 union opcode_tid ot; member 284 union opcode_tid ot; member 296 union opcode_tid ot; member [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep.cpp | 341 Triangle* ot = t.GetNeighbor(i); in Legalize() local 343 if (ot) { in Legalize() 345 Point* op = ot->OppositePoint(t, *p); in Legalize() 346 int oi = ot->Index(op); in Legalize() 350 if (ot->constrained_edge[oi] || ot->delaunay_edge[oi]) { in Legalize() 351 t.constrained_edge[i] = ot->constrained_edge[oi]; in Legalize() 360 ot->delaunay_edge[oi] = true; in Legalize() 363 RotateTrianglePair(t, *p, *ot, *op); in Legalize() 374 not_legalized = !Legalize(tcx, *ot); in Legalize() 376 tcx.MapTriangleToNodes(*ot); in Legalize() [all …]
|
| H A D | sweep.h | 161 void RotateTrianglePair(Triangle& t, Point& p, Triangle& ot, Point& op); 247 …Triangle& NextFlipTriangle(SweepContext& tcx, int o, Triangle& t, Triangle& ot, Point& p, Point& … 260 Point& NextFlipPoint(Point& ep, Point& eq, Triangle& ot, Point& op);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_cpl.h | 204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 480 union opcode_tid ot; member 492 RSS_HDR union opcode_tid ot; member 502 RSS_HDR union opcode_tid ot; member 539 RSS_HDR union opcode_tid ot; member 567 union opcode_tid ot; member 577 union opcode_tid ot; member 618 RSS_HDR union opcode_tid ot; member 629 RSS_HDR union opcode_tid ot; member 643 union opcode_tid ot; member [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay_base.dts | 20 compatible = "ot,big-volts-control"; 25 compatible = "ot,hvac-medium"; 31 compatible = "ot,ferris-wheel-motor"; 37 compatible = "ot,roller-coaster-motor"; 44 compatible = "ot,rides"; 51 compatible = "ot,roller-coaster"; 73 compatible = "ot,work-lights"; 79 compatible = "ot,show-lights"; 87 compatible = "ot,tickets";
|
| H A D | overlay.dts | 10 compatible = "ot,hvac-large"; 38 compatible = "ot,ferris-wheel";
|
| H A D | overlay_bad_symbol.dts | 11 compatible = "ot,hvac-medium";
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_msg.h | 203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 313 union opcode_tid ot; member 361 union opcode_tid ot; member 373 union opcode_tid ot; member 397 union opcode_tid ot; member 461 union opcode_tid ot; member 496 union opcode_tid ot; member 505 union opcode_tid ot; member 521 union opcode_tid ot; member 534 union opcode_tid ot; member [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/harfbuzz/ |
| H A D | 0001-Fix-conditional.patch | 10 src/hb-ot-color-sbix-table.hh | 2 +- 13 diff --git a/src/hb-ot-color-sbix-table.hh b/src/hb-ot-color-sbix-table.hh 15 --- a/src/hb-ot-color-sbix-table.hh 16 +++ b/src/hb-ot-color-sbix-table.hh
|
| H A D | CVE-2022-33068.patch | 13 src/hb-ot-color-sbix-table.hh | 6 ++++++ 16 diff --git a/src/hb-ot-color-sbix-table.hh b/src/hb-ot-color-sbix-table.hh 18 --- a/src/hb-ot-color-sbix-table.hh 19 +++ b/src/hb-ot-color-sbix-table.hh
|
| H A D | CVE-2023-25193.patch | 8 …es MarkBasePosFormat1.hh and MarkLigPosFormat1.hh which were moved from hb-ot-layout-gpos-table.hh… 12 src/hb-ot-layout-gpos-table.hh | 98 ++++++++++++++++++++++------------ 13 src/hb-ot-layout-gsubgpos.hh | 5 +- 16 diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh 18 --- a/src/hb-ot-layout-gpos-table.hh 19 +++ b/src/hb-ot-layout-gpos-table.hh 160 diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh 162 --- a/src/hb-ot-layout-gsubgpos.hh 163 +++ b/src/hb-ot-layout-gsubgpos.hh
|
| H A D | CVE-2023-25193-pre1.patch | 10 src/hb-ot-layout-gsubgpos.hh | 94 +++++++++++++++++++++--------------- 13 diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh 15 --- a/src/hb-ot-layout-gsubgpos.hh 16 +++ b/src/hb-ot-layout-gsubgpos.hh
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dm9000x.h | 118 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 119 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/davicom/ |
| H A D | dm9000.h | 124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | voicin.c | 261 logical ot; in voicin_() local 590 ot = ((obound[1] & 2) != 0 || obound[2] == 1) && (obound[3] & 1) == 0; in voicin_() 613 if (ot && voibuf[7] == 1) { in voicin_() 643 if (ot) { in voicin_() 648 if (ot) { in voicin_() 670 if (ot && voibuf[7] == 0) { in voicin_()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | opus.c | 91 const OpusTags *ot; in startread() local 109 ot = op_tags(vb->of, -1); in startread() 124 for (i = 0; i < ot->comments; i++) in startread() 125 sox_append_comment(&ft->oob.comments, ot->user_comments[i]); in startread()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.h | 44 union opcode_tid ot; member 54 union opcode_tid ot; member
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-max3191x.c | 128 int val, i, ot = 0, uv1 = 0; in max3191x_readout_locked() local 147 ot = (status >> 1) & 1; in max3191x_readout_locked() 148 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked() 149 if (ot) in max3191x_readout_locked() 182 if (val && !uv1 && !ot) in max3191x_readout_locked()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/ |
| H A D | ot-br-posix_git.bb | 17 SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \ 58 RCONFLICTS:${PN} = "ot-daemon"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-2.0.3.min.js | 4 …ot.matches=function(e,t){return ot(e,null,null,t)},ot.matchesSelector=function(e,t){if((e.ownerDoc… function 5 …ot=/^(?:checkbox|radio)$/i,st=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/^$|\/(?:java|ecma)script/i,u…
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_main.c | 505 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler() 509 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler() 510 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 736 const struct display_timing *ot) in panel_simple_parse_panel_timing_node() argument 754 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 755 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 756 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node() 757 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_simple_parse_panel_timing_node() 758 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node() 759 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node() 760 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_simple_parse_panel_timing_node() 761 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_simple_parse_panel_timing_node() 764 if (ot->flags != dt->flags) in panel_simple_parse_panel_timing_node() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 38 @@ -124,7 +124,6 @@ GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT_MIN}],[Lutz Mueller and ot
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 2216 int ht, vt, ot; in xf86TargetRightOf() local 2232 for (ot = -1; nextEnabledOutput(config, enabled, &ot); ) { in xf86TargetRightOf() 2235 xf86OutputHasPreferredMode(config->output[ot], width, height); in xf86TargetRightOf() 2236 if (!config->output[ot]->tile_info.group_id) in xf86TargetRightOf() 2239 this_tile = &config->output[ot]->tile_info; in xf86TargetRightOf() 2247 config->output[ot]->initial_x = cur_x; in xf86TargetRightOf() 2248 config->output[ot]->initial_y = cur_y; in xf86TargetRightOf() 2253 configured_outputs |= (1 << ot); in xf86TargetRightOf() 2254 modes[ot] = mode; in xf86TargetRightOf()
|