Home
last modified time | relevance | path

Searched refs:channel_idx (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmost.h241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
271 int channel_idx);
273 int (*tx_completion)(struct most_interface *iface, int channel_idx);
300 void most_stop_enqueue(struct most_interface *iface, int channel_idx);
316 int channel_has_mbo(struct most_interface *iface, int channel_idx,
318 int most_start_channel(struct most_interface *iface, int channel_idx,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmost.h241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
271 int channel_idx);
273 int (*tx_completion)(struct most_interface *iface, int channel_idx);
300 void most_stop_enqueue(struct most_interface *iface, int channel_idx);
316 int channel_has_mbo(struct most_interface *iface, int channel_idx,
318 int most_start_channel(struct most_interface *iface, int channel_idx,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmost.h241 int (*configure)(struct most_interface *iface, int channel_idx,
243 int (*enqueue)(struct most_interface *iface, int channel_idx,
245 int (*poison_channel)(struct most_interface *iface, int channel_idx);
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx,
267 int (*probe_channel)(struct most_interface *iface, int channel_idx,
271 int channel_idx);
273 int (*tx_completion)(struct most_interface *iface, int channel_idx);
300 void most_stop_enqueue(struct most_interface *iface, int channel_idx);
316 int channel_has_mbo(struct most_interface *iface, int channel_idx,
318 int most_start_channel(struct most_interface *iface, int channel_idx,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/ipwireless/
H A Dhardware.c340 unsigned int channel_idx; member
654 (*assem)->channel_idx = channel_idx; in queue_received_packet()
678 packet->channel_idx = channel_idx; in queue_received_packet()
734 packet->channel_idx, in ipw_receive_data_work()
766 unsigned int channel_idx, in handle_received_CTRL_packet() argument
805 channel_idx, in handle_received_CTRL_packet()
806 hw->control_lines[channel_idx], in handle_received_CTRL_packet()
1406 unsigned int channel_idx; in __handle_setup_get_version_rsp() local
1446 for (channel_idx = 0; in __handle_setup_get_version_rsp()
1447 channel_idx < NL_NUM_OF_ADDRESSES; channel_idx++) { in __handle_setup_get_version_rsp()
[all …]
H A Dnetwork.h35 unsigned int channel_idx, unsigned int control_lines,
38 unsigned int channel_idx, unsigned char *data,
43 unsigned int channel_idx, struct ipw_tty *tty);
45 unsigned int channel_idx);
H A Dnetwork.c313 unsigned int channel_idx, in ipwireless_network_notify_control_line_change() argument
319 if (channel_idx == IPW_CHANNEL_RAS) in ipwireless_network_notify_control_line_change()
324 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change()
334 channel_idx, in ipwireless_network_notify_control_line_change()
365 unsigned int channel_idx, in ipwireless_network_packet_received() argument
384 if (channel_idx == IPW_CHANNEL_RAS in ipwireless_network_packet_received()
452 unsigned int channel_idx, in ipwireless_associate_network_tty() argument
458 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty()
459 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty()
465 unsigned int channel_idx) in ipwireless_disassociate_network_ttys() argument
[all …]
H A Dtty.c50 unsigned int channel_idx; member
311 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
322 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
333 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
342 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
438 struct ipw_network *network, int channel_idx, in add_tty() argument
446 ttys[j]->channel_idx = channel_idx; in add_tty()
454 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
541 ttyj->channel_idx); in ipwireless_tty_free()
610 unsigned int channel_idx, in ipwireless_tty_notify_control_line_change() argument
H A Dhardware.h39 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
41 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
44 unsigned int channel_idx,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/ipwireless/
H A Dhardware.c340 unsigned int channel_idx; member
654 (*assem)->channel_idx = channel_idx; in queue_received_packet()
678 packet->channel_idx = channel_idx; in queue_received_packet()
734 packet->channel_idx, in ipw_receive_data_work()
766 unsigned int channel_idx, in handle_received_CTRL_packet() argument
805 channel_idx, in handle_received_CTRL_packet()
806 hw->control_lines[channel_idx], in handle_received_CTRL_packet()
1406 unsigned int channel_idx; in __handle_setup_get_version_rsp() local
1446 for (channel_idx = 0; in __handle_setup_get_version_rsp()
1447 channel_idx < NL_NUM_OF_ADDRESSES; channel_idx++) { in __handle_setup_get_version_rsp()
[all …]
H A Dnetwork.h35 unsigned int channel_idx, unsigned int control_lines,
38 unsigned int channel_idx, unsigned char *data,
43 unsigned int channel_idx, struct ipw_tty *tty);
45 unsigned int channel_idx);
H A Dnetwork.c313 unsigned int channel_idx, in ipwireless_network_notify_control_line_change() argument
319 if (channel_idx == IPW_CHANNEL_RAS) in ipwireless_network_notify_control_line_change()
324 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change()
334 channel_idx, in ipwireless_network_notify_control_line_change()
365 unsigned int channel_idx, in ipwireless_network_packet_received() argument
384 if (channel_idx == IPW_CHANNEL_RAS in ipwireless_network_packet_received()
452 unsigned int channel_idx, in ipwireless_associate_network_tty() argument
458 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty()
459 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty()
465 unsigned int channel_idx) in ipwireless_disassociate_network_ttys() argument
[all …]
H A Dtty.c50 unsigned int channel_idx; member
311 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
322 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
333 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
342 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
438 struct ipw_network *network, int channel_idx, in add_tty() argument
446 ttys[j]->channel_idx = channel_idx; in add_tty()
454 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
541 ttyj->channel_idx); in ipwireless_tty_free()
610 unsigned int channel_idx, in ipwireless_tty_notify_control_line_change() argument
H A Dhardware.h39 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
41 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
44 unsigned int channel_idx,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/ipwireless/
H A Dhardware.c340 unsigned int channel_idx; member
654 (*assem)->channel_idx = channel_idx; in queue_received_packet()
678 packet->channel_idx = channel_idx; in queue_received_packet()
734 packet->channel_idx, in ipw_receive_data_work()
766 unsigned int channel_idx, in handle_received_CTRL_packet() argument
805 channel_idx, in handle_received_CTRL_packet()
806 hw->control_lines[channel_idx], in handle_received_CTRL_packet()
1406 unsigned int channel_idx; in __handle_setup_get_version_rsp() local
1446 for (channel_idx = 0; in __handle_setup_get_version_rsp()
1447 channel_idx < NL_NUM_OF_ADDRESSES; channel_idx++) { in __handle_setup_get_version_rsp()
[all …]
H A Dnetwork.h35 unsigned int channel_idx, unsigned int control_lines,
38 unsigned int channel_idx, unsigned char *data,
43 unsigned int channel_idx, struct ipw_tty *tty);
45 unsigned int channel_idx);
H A Dnetwork.c313 unsigned int channel_idx, in ipwireless_network_notify_control_line_change() argument
319 if (channel_idx == IPW_CHANNEL_RAS) in ipwireless_network_notify_control_line_change()
324 network->associated_ttys[channel_idx][i]; in ipwireless_network_notify_control_line_change()
334 channel_idx, in ipwireless_network_notify_control_line_change()
365 unsigned int channel_idx, in ipwireless_network_packet_received() argument
384 if (channel_idx == IPW_CHANNEL_RAS in ipwireless_network_packet_received()
452 unsigned int channel_idx, in ipwireless_associate_network_tty() argument
458 if (network->associated_ttys[channel_idx][i] == NULL) { in ipwireless_associate_network_tty()
459 network->associated_ttys[channel_idx][i] = tty; in ipwireless_associate_network_tty()
465 unsigned int channel_idx) in ipwireless_disassociate_network_ttys() argument
[all …]
H A Dtty.c50 unsigned int channel_idx; member
311 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
322 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
333 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
342 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
438 struct ipw_network *network, int channel_idx, in add_tty() argument
446 ttys[j]->channel_idx = channel_idx; in add_tty()
454 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
541 ttyj->channel_idx); in ipwireless_tty_free()
610 unsigned int channel_idx, in ipwireless_tty_notify_control_line_change() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/dasp_frame-0.11.0/src/
H A Dlib.rs337 F::from_fn(|channel_idx| {
344 unsafe { map(*self.channel_unchecked(channel_idx)) }
355 F::from_fn(|channel_idx| {
365 zip_map(*self.channel_unchecked(channel_idx),
366 *other.channel_unchecked(channel_idx))
494 F::from_fn(|channel_idx| {
500 unsafe { map(*self.channel_unchecked(channel_idx)) }
511 F::from_fn(|channel_idx| {
520 zip_map(*self.channel_unchecked(channel_idx),
521 *other.channel_unchecked(channel_idx))
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/nn/
H A Ddepth_to_space.py73 channel_idx = channel_factor * ((block_size * idx_y) + idx_x) + c
75 channel_idx = (c * block_size * block_size) + ((block_size * idx_y) + idx_x)
78 output = data(n, channel_idx, block_y, block_x)
80 output = data(n, block_y, block_x, channel_idx)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc52 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
53 ++channel_idx) { in ComputeLevel()
54 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc60 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
61 ++channel_idx) { in ComputeLevel()
62 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc52 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
53 ++channel_idx) { in ComputeLevel()
54 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc52 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
53 ++channel_idx) { in ComputeLevel()
54 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc52 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
53 ++channel_idx) { in ComputeLevel()
54 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc52 for (size_t channel_idx = 0; channel_idx < float_frame.num_channels(); in ComputeLevel() local
53 ++channel_idx) { in ComputeLevel()
54 const auto channel = float_frame.channel(channel_idx); in ComputeLevel()

123456789