| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBMAlloc.c | 166 if (map->acts == NULL) { in XkbAllocServerMap() 167 map->acts = calloc((nNewActions + 1), sizeof(XkbAction)); in XkbAllocServerMap() 168 if (map->acts == NULL) in XkbAllocServerMap() 175 XkbAction *prev_acts = map->acts; in XkbAllocServerMap() 178 map->acts = reallocarray(map->acts, need, sizeof(XkbAction)); in XkbAllocServerMap() 179 if (map->acts == NULL) { in XkbAllocServerMap() 185 memset(&map->acts[map->num_acts], 0, in XkbAllocServerMap() 807 return &xkb->server->acts[xkb->server->key_acts[key]]; in XkbResizeKeyActions() 837 free(xkb->server->acts); in XkbResizeKeyActions() 838 xkb->server->acts = newActs; in XkbResizeKeyActions() [all …]
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | datapath.c | 558 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 611 &flow->key, &acts, log); in ovs_packet_cmd_execute() 615 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 732 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument 756 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size() 883 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument 895 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info() 936 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 983 &new_flow->key, &acts, log); in ovs_flow_cmd_new() 989 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new() [all …]
|
| H A D | conntrack.h | 51 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 27 - push(@acts, $ac[1]); 41 + # push(@acts, $ac[1]);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | rohm,bd70528-pmic.txt | 15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller. 18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
|
| /OK3568_Linux_fs/buildroot/package/minimodem/ |
| H A D | Config.in | 9 using various framing protocols. It acts a general-purpose
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | virtiofs.rst | 60 client. The guest acts as the FUSE client while the host acts as the FUSE
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-counter-ftm-quaddec | 15 prescaler (i.e. a counter). This acts like a clock
|
| H A D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
| /OK3568_Linux_fs/buildroot/package/mender-artifact/ |
| H A D | Config.in.host | 11 The artifact format acts as a wrapper, and uses the tar
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-devtools/python/ |
| H A D | python3-ldap_3.4.0.bb | 4 instead of C API. The module mainly acts as a wrapper for the \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zeromq/ |
| H A D | zeromq_4.3.4.bb | 1 DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency frame…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
| H A D | gpio-atlas7.txt | 11 The GPIO controller also acts as an interrupt controller. It uses the default
|
| /OK3568_Linux_fs/kernel/Documentation/security/tpm/ |
| H A D | tpm_ftpm_tee.rst | 18 The driver acts as a thin layer that passes commands to and from a TPM
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | Kconfig | 25 acts as a Greybus "host controller". This device is a bridge
|
| /OK3568_Linux_fs/kernel/drivers/firmware/imx/ |
| H A D | Kconfig | 10 It acts like a doorbell. Client might use shared memory to
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0010-gdbserver-ctrl-c-handling.patch | 31 /* Send a SIGINT to the process group. This acts just like the user
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0030-fix-building-on-older-distributions.patch | 9 According to Doc/whatsnew/3.3.rst line 1631, os.replace acts in the same
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 1434 const struct intr_info *acts, in t3_handle_intr_status() argument 1440 for (; acts->mask; ++acts) { in t3_handle_intr_status() 1441 if (!(status & acts->mask)) in t3_handle_intr_status() 1443 if (acts->fatal) { in t3_handle_intr_status() 1446 acts->msg, status & acts->mask); in t3_handle_intr_status() 1447 status &= ~acts->mask; in t3_handle_intr_status() 1448 } else if (acts->msg) in t3_handle_intr_status() 1450 acts->msg, status & acts->mask); in t3_handle_intr_status() 1451 if (acts->stat_idx >= 0) in t3_handle_intr_status() 1452 stats[acts->stat_idx]++; in t3_handle_intr_status()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | icpdas-lp8841-spi-rtc.txt | 4 memory register, which acts as an SPI master device.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | pnfs-scsi-server.rst | 7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | renesas,drif.txt | 64 - If it acts as primary among enabled bonds 68 - renesas,primary-bond: empty property indicating the channel acts as primary
|