Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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.10/Documentation/networking/devlink/
Dsja1105.rst27 - Can terminate untagged traffic over switch net
30 - Can terminate VLAN-tagged traffic over switch net
/Linux-v5.10/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-power595 the device will terminate fast-charge mode (charging current
610 the device will terminate fast-charge mode (charging current
641 the device will terminate top-off charge mode (charging current
/Linux-v5.10/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.10/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.10/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.10/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.10/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.10/drivers/net/wireless/ti/wl12xx/
Dscan.h77 u8 terminate; /* stop scanning after reporting */ member
/Linux-v5.10/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.10/include/sound/
Demux_synth.h40 void (*terminate)(struct snd_emux_voice *vp); member
/Linux-v5.10/Documentation/translations/it_IT/process/
Ddeprecated.rst121 strncpy() su stringe terminate con NUL
129 chi usa solo stringe terminate. La versione sicura da usare è
133 Se il chiamate no usa stringhe terminate con NUL, allore strncpy()
/Linux-v5.10/drivers/infiniband/sw/siw/
Diwarp.h291 struct iwarp_terminate terminate; member
/Linux-v5.10/net/atm/
DKconfig72 This is an experimental mechanism for users who need to terminate a
/Linux-v5.10/drivers/staging/wfx/
Dhif_api_mib.h313 u8 terminate:1; member
Dhif_tx_mib.c221 arg->tx_rate_retry_policy[0].terminate = 1; in hif_set_tx_rate_retry_policy()
/Linux-v5.10/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.10/Documentation/filesystems/
Docfs2-online-filecheck.rst16 -EIO errno to the calling process and terminate further processing so that the
/Linux-v5.10/Documentation/driver-api/
Ds390-drivers.rst77 The functions that initiate or terminate channel I/O all act upon a ccw
/Linux-v5.10/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
1953 terminate = 1; in c4iw_modify_qp()
1956 terminate = qhp->attr.send_term; in c4iw_modify_qp()
2046 if (terminate) in c4iw_modify_qp()

1234