Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 85) sorted by relevance

1234

/Linux-v5.4/drivers/spi/
Dspi-slave-time.c50 goto terminate; in spi_slave_time_complete()
54 goto terminate; in spi_slave_time_complete()
58 terminate: in spi_slave_time_complete()
Dspi-slave-system-control.c56 goto terminate; in spi_slave_system_control_complete()
87 goto terminate; in spi_slave_system_control_complete()
91 terminate: in spi_slave_system_control_complete()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-fsi24 Sends an FSI terminate command from the master to its
25 connected slave. A terminate resets the slave's state machines
Dsysfs-class-power561 the device will terminate fast-charge mode (charging current
575 the device will terminate fast-charge mode (charging current
604 the device will terminate top-off charge mode (charging current
/Linux-v5.4/tools/usb/usbip/src/
Dusbipd.c496 int i, terminate; in do_standalone_mode() local
558 terminate = 0; in do_standalone_mode()
559 while (!terminate) { in do_standalone_mode()
565 terminate = 1; in do_standalone_mode()
/Linux-v5.4/net/bluetooth/hidp/
Dcore.c108 if (atomic_read(&session->terminate)) in hidp_send_message()
244 if (atomic_read(&session->terminate)) in hidp_get_raw_report()
276 !atomic_read(&session->terminate)) { in hidp_get_raw_report()
281 || atomic_read(&session->terminate), in hidp_get_raw_report()
351 !atomic_read(&session->terminate)) { in hidp_set_raw_report()
356 || atomic_read(&session->terminate), in hidp_set_raw_report()
1081 atomic_inc(&session->terminate); in hidp_session_terminate()
1205 if (atomic_read(&session->terminate)) in hidp_session_run()
1246 atomic_inc(&session->terminate); in hidp_session_run()
Dhidp.h144 atomic_t terminate; member
/Linux-v5.4/arch/unicore32/lib/
Dstrncpy_from_user.S38 stb r3, [r0+], #0 @ null terminate
/Linux-v5.4/net/bluetooth/cmtp/
Dcore.c291 if (atomic_read(&session->terminate)) in cmtp_session()
395 atomic_inc(&session->terminate); in cmtp_add_connection()
433 atomic_inc(&session->terminate); in cmtp_del_connection()
Dcmtp.h84 atomic_t terminate; member
/Linux-v5.4/drivers/i2c/busses/
Di2c-davinci.c130 u8 terminate; member
462 dev->terminate = 0; in i2c_davinci_xfer_msg()
503 dev->terminate = 1; in i2c_davinci_xfer_msg()
585 if (!dev->terminate) in terminate_read()
594 if (!dev->terminate) in terminate_write()
/Linux-v5.4/Documentation/translations/it_IT/process/
Ddeprecated.rst94 strncpy() su stringe terminate con NUL
102 chi usa solo stringe terminate. La versione sicura da usare è
106 Se il chiamate no usa stringhe terminate con NUL, allore :c:func:`strncpy()`
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/
Dscan.h77 u8 terminate; /* stop scanning after reporting */ member
/Linux-v5.4/net/bluetooth/bnep/
Dbnep.h151 atomic_t terminate; member
Dcore.c492 if (atomic_read(&s->terminate)) in bnep_session()
665 atomic_inc(&s->terminate); in bnep_del_connection()
/Linux-v5.4/sound/synth/emux/
Demux_synth.c93 emu->ops.terminate(vp); in snd_emux_note_on()
395 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note()
446 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all()
495 emu->ops.terminate(vp); in terminate_voice()
/Linux-v5.4/include/sound/
Demux_synth.h40 void (*terminate)(struct snd_emux_voice *vp); member
/Linux-v5.4/net/atm/
DKconfig72 This is an experimental mechanism for users who need to terminate a
/Linux-v5.4/drivers/infiniband/sw/siw/
Diwarp.h291 struct iwarp_terminate terminate; member
/Linux-v5.4/Documentation/s390/
Dvfio-ap.rst775 higher than the maximum is specified, the operation will terminate with
782 APQNs are bound to the driver, the operation will terminate with an
788 operation will terminate with an error (EADDRINUSE).
794 higher than the maximum is specified, the operation will terminate with
801 APQNs are bound to the driver, the operation will terminate with an
807 operation will terminate with an error (EADDRINUSE).
812 is specified, the operation will terminate with an error (ENODEV).
/Linux-v5.4/Documentation/filesystems/
Docfs2-online-filecheck.txt13 -EIO errno to the calling process and terminate further processing so that the
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_qp.c876 int terminate = 0; in iwch_modify_qp() local
979 terminate = 1; in iwch_modify_qp()
1060 if (terminate) in iwch_modify_qp()
/Linux-v5.4/Documentation/driver-api/
Ds390-drivers.rst77 The functions that initiate or terminate channel I/O all act upon a ccw
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dqp.c1581 wqe->u.terminate.type = FW_RI_TYPE_TERMINATE; in post_terminate()
1582 wqe->u.terminate.immdlen = cpu_to_be32(sizeof(*term)); in post_terminate()
1583 term = (struct terminate_message *)wqe->u.terminate.termmsg; in post_terminate()
1839 int terminate = 0; in c4iw_modify_qp() local
1954 terminate = 1; in c4iw_modify_qp()
1956 terminate = qhp->attr.send_term; in c4iw_modify_qp()
2046 if (terminate) in c4iw_modify_qp()
/Linux-v5.4/scripts/
Dcheckkconfigsymbols.py315 pool.terminate()

1234