| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 1200 * ^1 -> (deliver) start 1201 * v2 -> (deliver) button_2_down 1204 * ^3 -> (deliver) start 1205 * vo -> (deliver) start 1206 * ^o -> (deliver) start 1207 * <> -> (deliver) start 1208 * k -> (deliver) start 1211 * ^1 -> (release) (deliver) start 1212 * v2 -> (release) (deliver) button_1_down 1213 * ^2 -> (release) (deliver) button_1_down [all …]
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | cmservice.c | 37 .deliver = afs_deliver_cb_callback, 47 .deliver = afs_deliver_cb_init_call_back_state, 57 .deliver = afs_deliver_cb_init_call_back_state3, 67 .deliver = afs_deliver_cb_probe, 77 .deliver = afs_deliver_cb_probe_uuid, 87 .deliver = afs_deliver_cb_tell_me_about_yourself, 97 .deliver = afs_deliver_yfs_cb_callback, 228 * deliver request data to a CB.CallBack call 343 * deliver request data to a CB.InitCallBackState call 362 * deliver request data to a CB.InitCallBackState3 call [all …]
|
| H A D | fsclient.c | 235 * deliver reply data to an FS.FetchStatus 264 .deliver = afs_deliver_fs_fetch_status, 297 * deliver reply data to an FS.FetchData 434 .deliver = afs_deliver_fs_fetch_data, 441 .deliver = afs_deliver_fs_fetch_data, 511 * deliver reply data to an FS.CreateFile or an FS.MakeDir 543 .deliver = afs_deliver_fs_create_vnode, 596 .deliver = afs_deliver_fs_create_vnode, 647 * Deliver reply data to any operation that returns status and volume sync. 675 .deliver = afs_deliver_fs_file_status_and_vol, [all …]
|
| H A D | yfsclient.c | 332 * Deliver reply data to operations that just return a file status and a volume 354 * Deliver reply data to an YFS.FetchData64. 490 .deliver = yfs_deliver_fs_fetch_data64, 532 * Deliver reply data for YFS.CreateFile or YFS.MakeDir. 566 .deliver = yfs_deliver_fs_create_vnode, 616 .deliver = yfs_deliver_fs_create_vnode, 662 * Deliver reply data to a YFS.RemoveFile2 operation. 704 .deliver = yfs_deliver_fs_remove_file2, 746 * Deliver reply data to a YFS.RemoveFile or YFS.RemoveDir operation. 773 .deliver = yfs_deliver_fs_remove, [all …]
|
| H A D | vlclient.c | 15 * Deliver reply data to a VL.GetEntryByNameU call. 121 .deliver = afs_deliver_vl_get_entry_by_name_u, 173 * Deliver reply data to a VL.GetAddrsU call. 260 .deliver = afs_deliver_vl_get_addrs_u, 312 * Deliver reply data to an VL.GetCapabilities operation. 368 .deliver = afs_deliver_vl_get_capabilities, 413 * Deliver reply data to a YFSVL.GetEndpoints call. 611 .deliver = afs_deliver_yfsvl_get_endpoints, 650 * Deliver reply data to a YFSVL.GetCellName operation. 723 .deliver = afs_deliver_yfsvl_get_cell_name,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s.c | 169 /* might as well deliver this straight away */ in kvmppc_core_queue_machine_check() 176 /* might as well deliver this straight away */ in kvmppc_core_queue_program() 183 /* might as well deliver this straight away */ in kvmppc_core_queue_fpunavail() 189 /* might as well deliver this straight away */ in kvmppc_core_queue_vec_unavail() 195 /* might as well deliver this straight away */ in kvmppc_core_queue_vsx_unavail() 269 int deliver = 1; in kvmppc_book3s_irqprio_deliver() local 275 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver() 279 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver() 328 deliver = 0; in kvmppc_book3s_irqprio_deliver() 334 printk(KERN_INFO "Deliver interrupt 0x%x? %x\n", vec, deliver); in kvmppc_book3s_irqprio_deliver() [all …]
|
| H A D | book3s_xics.c | 76 XICS_DBG("ics deliver %#x (level: %d)\n", irq, level); in ics_deliver_irq() 144 bool deliver; in write_xive() local 153 deliver = false; in write_xive() 157 deliver = true; in write_xive() 163 return deliver; in write_xive() 342 XICS_DBG("try deliver %#x(P:%#x) to server %#lx\n", irq, priority, in icp_try_to_deliver() 350 /* See if we can deliver */ in icp_try_to_deliver() 365 * If we failed to deliver we set need_resend in icp_try_to_deliver() 481 * We failed to deliver the interrupt we need to set the in icp_deliver_irq()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_input.c | 353 * Deliver the packet to the host 488 bool deliver; in ip6_mc_input() local 508 deliver = ipv6_chk_mcast_addr(dev, &hdr->daddr, NULL); in ip6_mc_input() 538 deliver = false; in ip6_mc_input() 550 deliver = true; in ip6_mc_input() 557 if (deliver) in ip6_mc_input() 570 if (likely(deliver)) in ip6_mc_input()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-csky-mpintc.c | 143 * The csky,mpintc could support auto irq deliver, but it only in csky_irq_set_affinity() 144 * could deliver external irq to one cpu or all cpus. So it in csky_irq_set_affinity() 145 * doesn't support deliver external irq to a group of cpus in csky_irq_set_affinity() 147 * SO we only use auto deliver mode when affinity mask_val is in csky_irq_set_affinity()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | ordered-events.c | 244 ret = oe->deliver(oe, iter); in do_flush() 360 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, in ordered_events__init() argument 368 oe->deliver = deliver; in ordered_events__init() 411 ordered_events__deliver_t old_deliver = oe->deliver; in ordered_events__reinit()
|
| H A D | ordered-events.h | 46 ordered_events__deliver_t deliver; member 60 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | interrupt.c | 77 /* Deliver the interrupt of the corresponding priority, if possible. */ 98 /* Are we allowed to deliver the interrupt ??? */ in kvm_mips_irq_deliver_cb() 113 kvm_err("Trying to deliver interrupt when EXL is already set\n"); in kvm_mips_irq_deliver_cb()
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | af_can.c | 572 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function 592 deliver(skb, rcv); in can_rcv_filter() 601 deliver(skb, rcv); in can_rcv_filter() 608 deliver(skb, rcv); in can_rcv_filter() 616 deliver(skb, rcv); in can_rcv_filter() 628 deliver(skb, rcv); in can_rcv_filter() 635 deliver(skb, rcv); in can_rcv_filter() 660 /* deliver the packet to sockets listening on all devices */ in can_receive()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mii_timestamper.h | 19 * the MII time stamping device promises to deliver it using 25 * device promises to deliver it using skb_complete_tx_timestamp()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | arm,arch_timer.yaml | 17 The per-core architected timer is attached to a GIC to deliver its 19 to deliver its interrupts via SPIs.
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_rate.c | 5 * can currently deliver outbound data packets for this flow. At a high 46 * the full time the network needs to deliver all in-flight in tcp_rate_skb_sent() 49 * able to deliver those packets completely in the sampling in tcp_rate_skb_sent()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | signal.c | 102 /* Whee! Actually deliver the signal. */ in do_signal() 136 * if there's no signal to deliver, we just put the saved sigmask in do_signal()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | Kconfig | 52 prompt "Deliver IUCV special messages as uevents (VM only)" 55 Select this option to deliver CP special messages (SMSGs) as
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_message.h | 186 RT_RET deliver(); 189 friend struct RTMsgLooper; // deliver()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | signal.c | 297 * ignored), but it has the desirable effect of making it possible to deliver a in setup_frame() 311 printk("SIG deliver (%s:%d): sig=%d sp=%lx ip=%lx handler=%p\n", in setup_frame() 386 * Whee! Actually deliver the signal. If the delivery failed, we need to in ia64_do_signal() 387 * continue to iterate in this loop so we can deliver the SIGSEGV... in ia64_do_signal() 410 /* if there's no signal to deliver, we just put the saved sigmask in ia64_do_signal()
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | rx.c | 3 * Handle incoming traffic and deliver it to the control or data planes 87 * Starting in firmware v1.4, the device can deliver packets for 94 * point, the signal to deliver the whole (or part) of the queued 105 * - update ws: update the queue's window start and deliver queued 109 * deliver queued packets that meet the criteria 736 * Updates the window start of a queue; when doing so, it must deliver 753 * Simply insert and deliver all packets to the host up to the in __i2400m_roq_update_ws() 782 * Deliver all the packets and reset the window-start to zero. Name is 847 * Update the window start in a reorder queue and deliver all skbs 897 * Simply insert and deliver all packets to the host up to the in i2400m_roq_queue_update_ws() [all …]
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | events.h | 94 irq will be disabled so it won't deliver an interrupt. */ 98 * the irq will be disabled so it won't deliver an interrupt. */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | mov_ss_trap.c | 7 * up a #DB trap but will not actually deliver that trap. The trap 13 * deliver #DB. 14 * - ICEBP: enter the kernel but do not deliver the watchpoint trap
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | signal.c | 226 pr_info("SIG deliver (%s:%d): sig=%d pc=%p ra=%p sp=%p\n", in setup_rt_frame() 274 /* Actually deliver the signal */ in do_signal() 301 * If there is no signal to deliver, we just put the saved in do_signal()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | mshyperv.h | 79 * will not deliver any more messages since there is in vmbus_signal_eom() 85 * possibly deliver another msg from the in vmbus_signal_eom()
|