/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-power | 29 the device will terminate fast-charge mode (charging current 43 the device will terminate fast-charge mode (charging current 72 the device will terminate top-off charge mode (charging current
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 489 int i, terminate; in do_standalone_mode() local 554 terminate = 0; in do_standalone_mode() 555 while (!terminate) { in do_standalone_mode() 561 terminate = 1; in do_standalone_mode()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 106 if (atomic_read(&session->terminate)) in hidp_send_message() 238 if (atomic_read(&session->terminate)) in hidp_get_raw_report() 270 !atomic_read(&session->terminate)) { in hidp_get_raw_report() 275 || atomic_read(&session->terminate), in hidp_get_raw_report() 345 !atomic_read(&session->terminate)) { in hidp_set_raw_report() 350 || atomic_read(&session->terminate), in hidp_set_raw_report() 1074 atomic_inc(&session->terminate); in hidp_session_terminate() 1196 if (atomic_read(&session->terminate)) in hidp_session_run() 1232 atomic_inc(&session->terminate); in hidp_session_run()
|
D | hidp.h | 144 atomic_t terminate; member
|
/linux-4.1.27/arch/unicore32/lib/ |
D | strncpy_from_user.S | 41 stb r3, [r0+], #0 @ null terminate
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-davinci.c | 135 u8 terminate; member 428 dev->terminate = 0; in i2c_davinci_xfer_msg() 469 dev->terminate = 1; in i2c_davinci_xfer_msg() 542 if (!dev->terminate) in terminate_read() 551 if (!dev->terminate) in terminate_write()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | core.c | 295 if (atomic_read(&session->terminate)) in cmtp_session() 396 atomic_inc(&session->terminate); in cmtp_add_connection() 434 atomic_inc(&session->terminate); in cmtp_del_connection()
|
D | cmtp.h | 84 atomic_t terminate; member
|
D | capi.c | 377 atomic_inc(&session->terminate); in cmtp_reset_ctr()
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | bnep.h | 161 atomic_t terminate; member
|
D | core.c | 498 if (atomic_read(&s->terminate)) in bnep_session() 665 atomic_inc(&s->terminate); in bnep_del_connection()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 91 u8 terminate; /* stop scanning after reporting */ member
|
D | scan.c | 343 cfg->terminate = 0; in wl1271_scan_sched_scan_config()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_synth.c | 107 emu->ops.terminate(vp); in snd_emux_note_on() 409 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note() 460 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all() 509 emu->ops.terminate(vp); in terminate_voice()
|
/linux-4.1.27/include/sound/ |
D | emux_synth.h | 55 void (*terminate)(struct snd_emux_voice *vp); member
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 71 This is an experimental mechanism for users who need to terminate a
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1090 wqe->u.terminate.type = FW_RI_TYPE_TERMINATE; in post_terminate() 1091 wqe->u.terminate.immdlen = cpu_to_be32(sizeof *term); in post_terminate() 1092 term = (struct terminate_message *)wqe->u.terminate.termmsg; in post_terminate() 1342 int terminate = 0; in c4iw_modify_qp() local 1457 terminate = 1; in c4iw_modify_qp() 1460 terminate = qhp->attr.send_term; in c4iw_modify_qp() 1547 if (terminate) in c4iw_modify_qp()
|
D | t4fw_ri_api.h | 739 } terminate; member
|
D | cm.c | 2731 static int terminate(struct c4iw_dev *dev, struct sk_buff *skb) in terminate() function 3792 [CPL_RDMA_TERMINATE] = terminate,
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 207 stc %r0,0(%r2,%r3) # terminate buffer
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 956 int terminate = 0; in iwch_modify_qp() local 1059 terminate = 1; in iwch_modify_qp() 1141 if (terminate) in iwch_modify_qp()
|
D | iwch_cm.c | 1695 static int terminate(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in terminate() function 2176 [CPL_RDMA_TERMINATE] = terminate,
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 70 terminate the current I/O request processed on the device. 225 expires : timeout value in jiffies. The common I/O layer will terminate 443 In order to terminate all I/O processing at the subchannel, the clear subchannel
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_callback.c | 72 .terminate = terminate_voice,
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 126 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 283 buf[ret-1] = '\0'; /* null-terminate and chop off the \n */ 294 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 71 .terminate = terminate_voice,
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 130 For cyclic DMA, a callback function may wish to terminate the
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 1022 struct bnx2x_queue_terminate_params terminate; member
|
D | bnx2x_main.c | 8810 memset(&q_params.params.terminate, 0, in bnx2x_stop_queue() 8811 sizeof(q_params.params.terminate)); in bnx2x_stop_queue() 8812 q_params.params.terminate.cid_index = tx_index; in bnx2x_stop_queue() 8836 memset(&q_params.params.terminate, 0, in bnx2x_stop_queue() 8837 sizeof(q_params.params.terminate)); in bnx2x_stop_queue() 8838 q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX; in bnx2x_stop_queue()
|
D | bnx2x_sp.c | 4899 u8 cid_index = params->params.terminate.cid_index; in bnx2x_q_send_terminate()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 192 zone number was zero, the loop didn't terminate,
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 226 Enter script, terminate with empty line
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 206 currently emulated call. Any other change MAY terminate the process.
|
/linux-4.1.27/Documentation/networking/ |
D | lapb-module.txt | 233 system or another event has occurred to terminate the link. This may be
|
D | rds.txt | 237 terminate in the local address of the bitmap which changed.
|
D | LICENSE.qlge | 185 void, and will automatically terminate your rights under this License.
|
D | LICENSE.qlcnic | 185 void, and will automatically terminate your rights under this License.
|
D | filter.txt | 800 program will terminate quickly and will only call a fixed number of kernel
|
D | arcnet-hardware.txt | 133 3. A card to an active hub. Here is no need to terminate the unused
|
D | bonding.txt | 2094 availability; the other modes require all links to terminate on the
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 165 - stop () : terminate the logical connection
|
/linux-4.1.27/Documentation/scsi/ |
D | arcmsr_spec.txt | 483 ** byte 8/9/10 : (8:0 no change, 1 change, 0xff:terminate,
|
D | LICENSE.qla4xxx | 186 void, and will automatically terminate your rights under this License.
|
D | LICENSE.qla2xxx | 187 void, and will automatically terminate your rights under this License.
|
D | scsi_fc_transport.txt | 413 the LLDD to terminate the vport on the FC link, and teardown all other
|
/linux-4.1.27/Documentation/hid/ |
D | hid-transport.txt | 254 Transport drivers can put devices asleep and terminate any I/O of all
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 570 If a VM_LOCKED VMA is found in the list, the scan could terminate. 641 However, the scan can terminate when it encounters a VM_LOCKED VMA and can
|
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 131 transaction terminate with success or retry in 32 PCLK).
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 175 void, and will automatically terminate your rights under this License.
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 178 automatically terminate your rights under this License. However, parties
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 175 void, and will automatically terminate your rights under this License.
|
/linux-4.1.27/ |
D | COPYING | 191 void, and will automatically terminate your rights under this License.
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 372 aggressively will not terminate the processes, but instead it will
|
D | cpusets.txt | 258 submitted jobs, which may choose to terminate or re-prioritize jobs that
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 297 In order to terminate the connection between a vty-server and vty the
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 823 which will terminate the program.
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 961 /* "NULL"-terminate line # */
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 308 modify, and terminate multimedia sessions (conferences) such as
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 639 Windows 98 that terminate tcp sessions during protocol negotiation. Handle
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 331 attempt to terminate P) or as is normally the case by Venus in its
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1522 automatically terminate your rights under this License. However,
|