| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | devlink_trap_control.sh | 220 $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 228 "igmp_v1_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 236 "igmp_v2_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 244 "igmp_v3_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \ 252 "igmp_v2_leave" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:02 \ 308 $MZ $h1 -c 1 -a own -b bcast -A 0.0.0.0 -B 255.255.255.255 \ 312 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) -A 192.0.2.1 \ 330 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q 336 $MZ $h1 -c 1 -a own -b $(mac_get $rp1) -t arp reply -p 100 -q 364 "ipv6_neigh_advert" $MZ $h1 -6 -c 1 -a own -b $(mac_get $rp1) \ [all …]
|
| H A D | devlink_trap_l2_drops.sh | 130 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 190 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 233 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 303 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q & 348 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -B $dip -d 1msec -q & 394 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | transitioning-to-a-custom-environment.rst | 14 now, as you are starting your own project, it isn't exactly straightforward what 64 #. **Create your own layer for the BSP you're going to use**. 67 BSP, :ref:`create your own layer for the BSP <bsp-guide/bsp:creating a new 75 #. **Write your own recipe to build additional software support that isn't 77 Creating your own recipe is especially important for custom application 87 that you have your own image recipe - don't try appending to existing image 96 #. **Consider creating your own distribution**. 97 When you get to a certain level of customization, consider creating your own 102 your own distribution in a new layer inheriting from Poky but overriding what 105 local settings, it's time to :ref:`consider creating your own distribution [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/knightslanding/ |
| H A D | cache.json | 1268 … data and L1 prefetch data reads that accounts for responses which hit its own tile's L2 with data… 1279 …nts Demand cacheable data writes that accounts for responses which hit its own tile's L2 with data… 1290 …de reads and prefetch code reads that accounts for responses which hit its own tile's L2 with data… 1301 …(includes PREFETCHW instruction) that accounts for responses which hit its own tile's L2 with data… 1312 …for Outstanding response type). that accounts for responses which hit its own tile's L2 with data… 1323 …nd should be programmed on PMC1) that accounts for responses which hit its own tile's L2 with data… 1334 … for Outstanding response type) that accounts for responses which hit its own tile's L2 with data… 1345 …us locks and split lock requests that accounts for responses which hit its own tile's L2 with data… 1356 …on": "Counts Software Prefetches that accounts for responses which hit its own tile's L2 with data… 1367 …": "Counts L1 data HW prefetches that accounts for responses which hit its own tile's L2 with data… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A D | defza.c | 449 u32 own, rmc; in fza_do_xmit() local 461 own = FZA_RING_TX_OWN_HOST; in fza_do_xmit() 485 writel_o(own, &fp->ring_rmc_tx[i].own); in fza_do_xmit() 492 own = FZA_RING_TX_OWN_RMC; in fza_do_xmit() 503 writel_o(FZA_RING_TX_OWN_RMC, &fp->ring_rmc_tx[first].own); in fza_do_xmit() 516 u32 own; in fza_do_recv_smt() local 520 own = readl_o(&fp->ring_smt_rx[i].own); in fza_do_recv_smt() 521 if ((own & FZA_RING_OWN_MASK) == FZA_RING_OWN_FZA) in fza_do_recv_smt() 530 writel_o(FZA_RING_OWN_FZA, &fp->ring_smt_rx[i].own); in fza_do_recv_smt() 544 u32 own, rmc; in fza_tx() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | Kconfig | 38 Say Y if you own such a card and want to use it. 85 Say Y if you own such a card and want to use it. 112 Say Y if you own such a card and want to use it. 135 Say Y if you own such a card and want to use it. 157 Say Y if you own such a card and want to use it.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | typec.rst | 30 Every port will be presented as its own device under /sys/class/typec/. The 33 When connected, the partner will be presented also as its own device under 39 The cable and the two plugs on it may also be optionally presented as their own 47 Alternate Mode SVID will have their own device describing them. Note that the 51 Every mode that is supported will have its own group under the Alternate Mode 110 The plugs are represented as their own devices. The cable is registered first, 172 own functions, but the registration will always return a handle to struct 201 own logical components: "mux" for the mode and "switch" for the orientation.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.3.rst | 131 - ``iproute2``: split ``ip`` binary to its own package 132 - ``net-tools``: split ``mii-tool`` into its own package 133 - ``procps``: split ``ps`` and ``sysctl`` into their own packages 137 - ``util-linux``: ``libuuid`` has been split out to its own 151 of course specify your own :term:`DISTRO_VERSION` value as desired 152 (particularly if you create your own custom distro configuration).
|
| /OK3568_Linux_fs/kernel/Documentation/mips/ |
| H A D | ingenic-tcu.rst | 18 - Each one of the TCU channels has its own clock, which can be reparented to three 45 own interrupt line; channels 2-7 share the last interrupt line. 46 - On JZ4725B, channel 0 has its own interrupt; channels 1-5 share one 48 - on newer SoCs (JZ4750 and above), channel 5 has its own interrupt;
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | adm1031.rst | 33 They sense their own temperature as well as the temperature of up to one 39 Each temperature channel has its own high and low limits, plus a critical 43 two. Each fan channel has its own low speed limit.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | 6.Followthrough.rst | 7 addition of your own engineering skills, have posted a perfect series of 48 agendas at the expense of your own. Kernel developers often expect to 56 making. Do not let their form of expression or your own pride keep that 69 be easy to become blinded by your own solution to a problem to the point 110 subsystem to the next; each maintainer has his or her own way of doing 142 Merging into the mainline brings its own challenges. 193 your own), or send an Acked-by: response back and let the original poster
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/man/ |
| H A D | Xnest.man | 45 is a server to its own clients. 213 to do its own color map installation by bypassing the real window manager. 258 its own listening socket address. 315 client always has its own color map. 356 server to its own internal defaults. 359 as a server looks exactly like a real server to its own clients. 403 rather than imposing its own.
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | Kconfig | 16 Say Y if you own a USB DVB device. 58 Say Y if you own such a device and want to use it. You should build it as 79 Say Y if you own such a device and want to use it. You should build it as 110 Say Y if you own such a device and want to use it. You should build it as 290 Say Y if you own such a device and want to use it. 321 Say Y if you own such a device and want to use it.
|
| /OK3568_Linux_fs/kernel/Documentation/riscv/ |
| H A D | patch-acceptance.rst | 24 course, maintain their own Linux kernel trees that contain code for 28 their own custom extensions. These custom extensions aren't required 34 (Implementors, may, of course, maintain their own Linux kernel trees
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 37 - The image is divided into a grid, each cell with its own motion 41 - The image is divided into a grid, each cell with its own region 43 should be used. Each region has its own thresholds. How these
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | net.c | 21 * Prerequisites: - own ethernet address 22 * We want: - own IP address 29 * Prerequisites: - own ethernet address 30 * We want: - own IP address 35 * Prerequisites: - own ethernet address 36 * We want: - own IP address 42 * Prerequisites: - own ethernet address 43 * - own IP address 50 * Prerequisites: - own ethernet address 57 * Prerequisites: - own ethernet address [all …]
|
| /OK3568_Linux_fs/buildroot/package/swupdate/ |
| H A D | Config.in | 21 If you like to use your own modified configuration, 60 I you wish to use your own modified swupdate configuration 86 embedded webserver and do not provide an own website to be
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | edid.rst | 19 - A KVM sends its own EDID data instead of querying the connected monitor. 39 If you want to create your own EDID file, copy the file 1024x768.S, 40 replace the settings with your own data and add a new target to the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | sstream | 97 * own default ctor. 108 * own default ctor. 121 * own default ctor. 423 * string class does its own memory management. 439 * string class does its own memory management. 457 * string class does its own memory management. 581 * string class does its own memory management. 597 * string class does its own memory management. 615 * string class does its own memory management. 739 * string class does its own memory management. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | sstream | 97 * own default ctor. 108 * own default ctor. 121 * own default ctor. 423 * string class does its own memory management. 439 * string class does its own memory management. 457 * string class does its own memory management. 581 * string class does its own memory management. 597 * string class does its own memory management. 615 * string class does its own memory management. 739 * string class does its own memory management. [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_modeset_helper_vtables.h | 176 * Also beware that userspace can request its own custom modes, neither 276 * been shut off already using their own 278 * simple drivers can just add their own hooks and call it from this 342 * Also beware that userspace can request its own custom modes, neither 408 * enabled through the encoder's own &drm_encoder_helper_funcs.enable 409 * hook. If that sequence is too simple drivers can just add their own 434 * been shut off already using their own 436 * simple drivers can just add their own hooks and call it from this 601 * Also beware that userspace can request its own custom modes, neither 703 * their own private callbacks. [all …]
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.28 | 33 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SD… 110 …IAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK… 281 do not modify the License. You may add Your own attribution 287 You may add Your own copyright statement to Your modifications and 334 on Your own behalf and on Your sole responsibility, not on behalf 475 do not modify the License. You may add Your own attribution 481 You may add Your own copyright statement to Your modifications and 528 on Your own behalf and on Your sole responsibility, not on behalf 669 do not modify the License. You may add Your own attribution 675 You may add Your own copyright statement to Your modifications and [all …]
|
| H A D | LICENSE.30 | 33 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SD… 110 …IAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK… 281 do not modify the License. You may add Your own attribution 287 You may add Your own copyright statement to Your modifications and 334 on Your own behalf and on Your sole responsibility, not on behalf 475 do not modify the License. You may add Your own attribution 481 You may add Your own copyright statement to Your modifications and 528 on Your own behalf and on Your sole responsibility, not on behalf 544 Framework that you might want to include with your own program use the 549 aliases for its own annotations, are licensed under the MIT License. [all …]
|
| H A D | LICENSE.31 | 33 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SD… 110 …IAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK… 281 do not modify the License. You may add Your own attribution 287 You may add Your own copyright statement to Your modifications and 334 on Your own behalf and on Your sole responsibility, not on behalf 475 do not modify the License. You may add Your own attribution 481 You may add Your own copyright statement to Your modifications and 528 on Your own behalf and on Your sole responsibility, not on behalf 669 do not modify the License. You may add Your own attribution 675 You may add Your own copyright statement to Your modifications and [all …]
|
| H A D | LICENSE.27 | 33 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SD… 110 …IAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK… 281 do not modify the License. You may add Your own attribution 287 You may add Your own copyright statement to Your modifications and 334 on Your own behalf and on Your sole responsibility, not on behalf 475 do not modify the License. You may add Your own attribution 481 You may add Your own copyright statement to Your modifications and 528 on Your own behalf and on Your sole responsibility, not on behalf 669 do not modify the License. You may add Your own attribution 675 You may add Your own copyright statement to Your modifications and [all …]
|