Lines Matching defs:mode

111 thread when it falls into sleep in blocking write mode.
215 <li>time mode; "absolute" / "relative to current time"
230 It includes the time-stamp mode, data storage type, and scheduling priority.
240 An event can be delivered either on scheduled or direct dispatch mode.
241 On the scheduling mode, an event is once stored on the priority queue
243 whereas on the direct dispatch mode, an event is passed to the destination
260 from the direct dispatch mode even though the event is delivered immediately.
375 This data type, however, can be used only for direct dispatch mode,
394 A macro #snd_seq_ev_set_priority() is provided to set the mode type.
823 int streams, int mode)
918 err = open_func(seqp, name, seq_root, seq_conf, streams, mode);
928 const char *name, int streams, int mode,
939 err = snd_seq_open_conf(seqp, name, root, seq_conf, streams, mode);
953 * \param streams The read/write mode of the sequencer. Can be one of
961 * \param mode Optional modifier. Can be either 0, or
975 int streams, int mode)
990 err = snd_seq_open_noupdate(seqp, top, name, streams, mode, 0);
1000 * \param streams The read/write mode of the sequencer.
1001 * \param mode Optional modifier
1011 int streams, int mode, snd_config_t *lconf)
1014 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, 0);
1019 int streams, int mode, snd_config_t *lconf,
1026 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, hop + 1);
1144 * \brief Set nonblock mode
1146 * \param nonblock 0 = block, 1 = nonblock mode
1149 * Change the blocking mode of the given client.
1150 * In block mode, the client falls into sleep when it fills the
1164 seq->mode |= SND_SEQ_NONBLOCK;
1166 seq->mode &= ~SND_SEQ_NONBLOCK;
1784 * \brief Get the automatic conversion mode for UMP
1888 * \brief Set the automatic conversion mode for UMP
2277 * \brief Get the port-specified mode of a port_info container
2290 * \brief Get the time-stamping mode of the given port in a port_info container
2303 * \brief Get whether the time-stamping of the given port is real-time mode
2305 * \return 1 if the time-stamping is in the real-time mode
2472 * \brief Set the port-specified mode of a port_info container
2488 * \brief Set the time-stamping mode of the given port
2504 * \brief Set whether the timestime is updated in the real-time mode
2506 * \param enable non-zero if updating the timestamps in real-time mode
2794 * \brief Get the exclusive mode of a port_subscribe container
2796 * \return 1 if exclusive mode
2807 * \brief Get the time-update mode of a port_subscribe container
2820 * \brief Get the real-time update mode of a port_subscribe container
2822 * \return 1 if real-time update mode
2872 * \brief Set the exclusive mode of a port_subscribe container
2888 * \brief Set the time-update mode of a port_subscribe container
2904 * \brief Set the real-time mode of a port_subscribe container
3119 * \brief Get the exclusive mode of a query_subscribe container
3121 * \return 1 if exclusive mode
3132 * \brief Get the time-update mode of a query_subscribe container
3145 * \brief Get the real-time update mode of a query_subscribe container
3147 * \return 1 if real-time update mode
4407 * in blocking mode until an event is received,
4408 * or returns \c -EAGAIN error in non-blocking mode.