Home
last modified time | relevance | path

Searched full:channel (Results 1 – 25 of 2766) sorted by relevance

12345678910>>...111

/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddma.txt4 This is a little-endian 4-channel DMA controller, used in Freescale mpc83xx
17 - DMA channel nodes:
18 - compatible : must include "fsl,elo-dma-channel"
20 - reg : DMA channel specific registers
21 - cell-index : DMA channel index starts at 0.
24 - interrupts : interrupt specifier for DMA channel IRQ
38 dma-channel@0 {
39 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
45 dma-channel@80 {
46 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dcirrus,ep9301-dma-m2p.yaml30 - description: m2p0 channel registers
31 - description: m2p1 channel registers
32 - description: m2p2 channel registers
33 - description: m2p3 channel registers
34 - description: m2p4 channel registers
35 - description: m2p5 channel registers
36 - description: m2p6 channel registers
37 - description: m2p7 channel registers
38 - description: m2p8 channel registers
39 - description: m2p9 channel registers
[all …]
/freebsd/crypto/openssh/
H A Dnchan.c45 * SSH Protocol 1.5 aka New Channel Protocol
61 * i.e. both sides have to close the channel
70 /* functions manipulating channel states */
72 * EVENTS update channel input/output states execute ACTIONS
75 * ACTIONS: should never update the channel states
77 static void chan_send_eof2(struct ssh *, Channel *);
78 static void chan_send_eow2(struct ssh *, Channel *);
81 static void chan_shutdown_write(struct ssh *, Channel *);
82 static void chan_shutdown_read(struct ssh *, Channel *);
83 static void chan_shutdown_extended_read(struct ssh *, Channel *);
[all …]
H A Dchannels.h41 /* Definitions for channel types. */
45 #define SSH_CHANNEL_OPEN 4 /* normal open two-way channel */
59 #define SSH_CHANNEL_MUX_PROXY 20 /* proxy channel for mux-client */
86 struct Channel;
87 typedef struct Channel Channel; typedef
91 typedef int channel_infilter_fn(struct ssh *, struct Channel *, char *, int);
93 typedef u_char *channel_outfilter_fn(struct ssh *, struct Channel *,
96 /* Channel success/failure callbacks */
97 typedef void channel_confirm_cb(struct ssh *, int, struct Channel *, void *);
98 typedef void channel_confirm_abandon_cb(struct ssh *, struct Channel *, void *);
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c520 u32 *channel) in macsec_qca_lookup_channel() argument
527 *channel = i; in macsec_qca_lookup_channel()
538 u32 channel) in macsec_qca_register_channel() argument
540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
546 u32 *channel) in macsec_qca_lookup_receive_channel() argument
549 channel); in macsec_qca_lookup_receive_channel()
555 u32 channel) in macsec_qca_register_receive_channel() argument
558 channel); in macsec_qca_register_receive_channel()
564 u32 *channel) in macsec_qca_lookup_transmit_channel() argument
567 channel); in macsec_qca_lookup_transmit_channel()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c62 * This is the structure that holds each named channel. A simple linked
63 * list chains all of the channels together, so an individual channel is
93 isc_logchannel_t * channel; member
162 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
214 * because its channel member is pointed to a channel that is created
229 const isc_logmodule_t *module, isc_logchannel_t *channel);
235 greatest_version(isc_logchannel_t *channel, int *greatest);
238 roll_log(isc_logchannel_t *channel);
252 #define FACILITY(channel) (channel->destination.facility) argument
253 #define FILE_NAME(channel) (channel->destination.file.name) argument
[all …]
/freebsd/contrib/wpa/src/ap/
H A Ddfs.c75 /* dfs_channel_available: select new channel according to type parameter */
80 /* Select only radar channel where CAC has not been in dfs_channel_available()
93 * channel for CSA, unless they are available for immediate use. in dfs_channel_available()
113 * The tables contain first valid channel number based on channel width. in dfs_is_chan_allowed()
114 * We will also choose this first channel as the control one. in dfs_is_chan_allowed()
188 /* hostapd DFS implementation assumes the first channel as primary. in dfs_chan_range_available()
189 * If it's not allowed to use the first channel as primary, decline the in dfs_chan_range_available()
190 * whole channel range. */ in dfs_chan_range_available()
192 wpa_printf(MSG_DEBUG, "DFS: primary channel not allowed"); in dfs_chan_range_available()
200 wpa_printf(MSG_DEBUG, "DFS: no channel data for %d", in dfs_chan_range_available()
[all …]
/freebsd/crypto/openssl/crypto/
H A Dtrace.c29 * INTERNAL TRACE CHANNEL IMPLEMENTATION
32 * BIO sink object, also called the trace channel. Instead of a BIO object,
34 * internal trace channel is attached, which simply calls the registered
40 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp);
64 static int trace_write(BIO *channel, in trace_write() argument
67 struct trace_data_st *ctx = BIO_get_data(channel); in trace_write()
75 static int trace_puts(BIO *channel, const char *str) in trace_puts() argument
79 if (trace_write(channel, str, strlen(str), &written)) in trace_puts()
85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl() argument
87 struct trace_data_st *ctx = BIO_get_data(channel); in trace_ctrl()
[all …]
/freebsd/sys/dev/pwm/
H A Dpwm_backlight.c63 pwm_channel_t channel; member
103 rv = pwm_get_by_ofw_propidx(dev, node, "pwms", 0, &sc->channel); in pwm_backlight_attach()
105 device_printf(dev, "Cannot map pwm channel %d\n", rv); in pwm_backlight_attach()
133 sc->channel->duty = sc->channel->period * sc->levels[sc->default_level] / 100; in pwm_backlight_attach()
138 device_printf(dev, "Configured period time: %ju\n", (uintmax_t)sc->channel->period); in pwm_backlight_attach()
139 device_printf(dev, "Default duty cycle: %ju\n", (uintmax_t)sc->channel->duty); in pwm_backlight_attach()
143 PWMBUS_CHANNEL_GET_CONFIG(sc->channel->dev, in pwm_backlight_attach()
144 sc->channel->channel, in pwm_backlight_attach()
145 (unsigned int *)&sc->channel->period, in pwm_backlight_attach()
146 (unsigned int *)&sc->channel->duty); in pwm_backlight_attach()
[all …]
/freebsd/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.557 .It Sy channel [ Ns Ar pci_slot ] Ar port Ar name
58 Maps a physical path to a channel name (typically representing a single
75 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num
80 .It Sy slot Ar prefix Ar new Op Ar channel
84 .Ar channel
86 then the mapping is only applied to slots in the named channel,
91 Therefore a channel-specific mapping for a given slot should generally appear
93 In this way a custom mapping may be applied to a particular channel
181 # PCI_SLOT HBA PORT CHANNEL NAME
182 channel 85:00.0 1 A
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad5770r.yaml58 channel@0:
59 description: Represents an external channel which are
60 connected to the DAC. Channel 0 can act both as a current
67 description: This represents the channel number.
71 description: Output range of the channel.
83 channel@1:
84 description: Represents an external channel which are
91 description: This represents the channel number.
95 description: Output range of the channel.
100 channel@2:
[all …]
/freebsd/lib/libpmc/
H A Dpmc.corei7uc.3420 Uncore cycles all the entries in the DRAM channel 0 medium or low priority
424 Uncore cycles all the entries in the DRAM channel 1 medium or low priority
428 Uncore cycles all the entries in the DRAM channel 2 medium or low priority
432 Uncore cycles all the entries in the DRAM channel 0 medium or low priority
436 Counts cycles all the entries in the DRAM channel 1 medium or low priority
440 Uncore cycles all the entries in the DRAM channel 2 medium or low priority
444 Counts cycles all the entries in the DRAM channel 0 high priority queue are
448 Counts cycles all the entries in the DRAM channel 1 high priority queue are
452 Counts cycles all the entries in the DRAM channel 2 high priority queue are
456 Counts cycles all the entries in the DRAM channel 0 high priority queue are
[all …]
H A Dpmc.westmereuc.3474 Counts cycles all the entries in the DRAM channel 0 high priority queue are
478 Counts cycles all the entries in the DRAM channel 1 high priority queue are
482 Counts cycles all the entries in the DRAM channel 2 high priority queue are
486 Counts cycles all the entries in the DRAM channel 0 high priority queue are
490 Counts cycles all the entries in the DRAM channel 1 high priority queue are
494 Counts cycles all the entries in the DRAM channel 2 high priority queue are
499 read request to DRAM channel 0.
503 read request to DRAM channel 1.
507 read request to DRAM channel 2.
511 write request to DRAM channel 0.
[all …]
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c132 wpa_printf(MSG_ERROR, "Channel %d is not allowed as primary", in allowed_ht40_channel_pair()
138 "HT40: control channel: %d (%d MHz), secondary channel: %d (%d MHz)", in allowed_ht40_channel_pair()
141 /* Verify that HT40 secondary channel is an allowed 20 MHz in allowed_ht40_channel_pair()
142 * channel */ in allowed_ht40_channel_pair()
146 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed", in allowed_ht40_channel_pair()
152 * Verify that HT40 primary,secondary channel pair is allowed per in allowed_ht40_channel_pair()
154 * 2.4 GHz rules allow all cases where the secondary channel fits into in allowed_ht40_channel_pair()
170 wpa_printf(MSG_ERROR, "HT40 channel pair (%d, %d) not allowed", in allowed_ht40_channel_pair()
217 * channel, but not on selected PRI channel. in check_40mhz_5g()
229 …"Switch own primary and secondary channel to get secondary channel with no Beacons from other BSSe… in check_40mhz_5g()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dst,stm32-dfsdm-adc.yaml100 - For st,stm32-dfsdm-dmic: 1 channel numbered from 0 to 7.
107 st,adc-channel-names:
108 description: List of single-ended channel names.
120 "#io-channel-cells":
129 st,adc-channel-types:
131 Single-ended channel input type.
141 st,adc-channel-clk-src:
153 st,adc-alt-channel:
157 If not set, channel n is connected to SPI input n.
158 If set, channel n is connected to SPI input n + 1.
[all …]
H A Dadi,ad7173.yaml16 can be used in high precision, low noise single channel applications
137 "^channel@[0-9a-f]$":
150 voltage channel. The first value is the positive input and the second
151 value is the negative input of the channel.
154 To select it set the second channel to 16.
172 single-channel:
174 This property is used for defining a current channel or the positive
175 input of a voltage channel (single-ended or pseudo-differential).
178 Example: (IIN2+, IIN2−) -> single-channel = <2>
179 To correctly configure a current channel set the "adi,current-channel"
[all …]
H A Dqcom,pm8018-adc.yaml44 a hardware channel on all systems.
49 "#io-channel-cells":
59 - "#io-channel-cells"
62 - adc-channel@c
63 - adc-channel@d
64 - adc-channel@f
67 "^(adc-channel@)[0-9a-f]$":
70 ADC channel specific configuration.
92 Channel calibration type. If this property is specified
93 VADC will use a special voltage references for channel
[all …]
H A Dqcom,pm8xxx-xoadc.txt24 identifying each ADC channel:
31 channel on all systems.
35 - #io-channel-cells: should be set to <2>, again the cells are
48 adc-channel@c {
52 adc-channel@d {
56 adc-channel@f {
68 Required channel node properties:
70 - reg: should contain the hardware channel number in the range
73 Optional channel node properties:
84 Definition: Channel calibration type. If this property is specified
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Doffchannel.c2 * wpa_supplicant - Off-channel Action frame TX/RX
80 …"Off-channel: Send Action callback (without_roc=%d pending_action_tx=%p pending_action_tx_done=%d)… in wpas_send_action_cb()
101 wpa_printf(MSG_DEBUG, "Off-channel: Pending Action frame TX " in wpas_send_action_cb()
111 * on the correct channel, but remain-on-channel cancel in wpas_send_action_cb()
114 wpa_printf(MSG_DEBUG, "Off-channel: Schedule " in wpas_send_action_cb()
115 "remain-on-channel to send Action frame"); in wpas_send_action_cb()
128 wpa_printf(MSG_DEBUG, "Off-channel: Failed to " in wpas_send_action_cb()
130 "channel (%u MHz) for Action Frame " in wpas_send_action_cb()
141 wpa_printf(MSG_DEBUG, "Off-channel: Sending pending Action frame to " in wpas_send_action_cb()
153 wpa_printf(MSG_DEBUG, "Off-channel: Failed to send the " in wpas_send_action_cb()
[all …]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_edma.h47 #define DMA_DCHPRI3 0x100 /* Channel n Priority */
48 #define DMA_DCHPRI2 0x101 /* Channel n Priority */
49 #define DMA_DCHPRI1 0x102 /* Channel n Priority */
50 #define DMA_DCHPRI0 0x103 /* Channel n Priority */
51 #define DMA_DCHPRI7 0x104 /* Channel n Priority */
52 #define DMA_DCHPRI6 0x105 /* Channel n Priority */
53 #define DMA_DCHPRI5 0x106 /* Channel n Priority */
54 #define DMA_DCHPRI4 0x107 /* Channel n Priority */
55 #define DMA_DCHPRI11 0x108 /* Channel n Priority */
56 #define DMA_DCHPRI10 0x109 /* Channel n Priority */
[all …]
/freebsd/share/man/man9/
H A Dpwmbus.941 .Fn PWMBUS_CHANNEL_CONFIG "device_t bus" "u_int channel" "u_int period" "u_int duty"
45 .Fn PWMBUS_CHANNEL_ENABLE "device_t bus" "u_int channel" "bool enable"
47 .Fn PWMBUS_CHANNEL_GET_CONFIG "device_t bus" "u_int channel" "u_int *period" "u_int *duty"
49 .Fn PWMBUS_CHANNEL_GET_FLAGS "device_t bus" "u_int channel" "uint32_t *flags"
51 .Fn PWMBUS_CHANNEL_IS_ENABLED "device_t bus" "u_int channel" "bool *enabled"
53 .Fn PWMBUS_CHANNEL_SET_FLAGS "device_t bus" "u_int channel" "uint32_t flags"
68 Channel numbers count up from zero.
71 In such cases, changing the period or duty cycle of any one channel may affect
77 .It Fn PWMBUS_CHANNEL_CONFIG "device_t bus" "u_int channel" "u_int period" "u_int duty"
79 for the specified channel.
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.err1 Channel program execution failed:
5 [string "channel program"]:17: in function <[string "channel program"]:16>
7 [string "channel program"]:17: in function <[string "channel program"]:16>
9 [string "channel program"]:17: in function <[string "channel program"]:16>
11 [string "channel program"]:17: in function <[string "channel program"]:16>
13 [string "channel program"]:17: in function <[string "channel program"]:16>
15 [string "channel program"]:17: in function <[string "channel program"]:16>
17 [string "channel program"]:17: in function <[string "channel program"]:16>
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c80 struct channel { struct
102 struct channel channel[3]; argument
108 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
123 vatpit_get_out(struct vatpit *vatpit, int channel) in vatpit_get_out() argument
125 struct channel *c; in vatpit_get_out()
129 c = &vatpit->channel[channel]; in vatpit_get_out()
150 struct channel *c; in vatpit_callout_handler()
153 c = &vatpit->channel[arg->channel_num]; in vatpit_callout_handler()
183 struct channel *c; in pit_timer_start_cntr0()
187 c = &vatpit->channel[0]; in pit_timer_start_cntr0()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/
H A Dxilinx_dma.txt2 It can be configured to have one channel or two channels. If configured
7 target devices. It can be configured to have one channel or two channels.
28 - dma-channel child node: Should have at least one channel and can have up to
30 DMA channel (see child node properties below).
59 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync.
62 {2}, flush mm2s channel
63 {3}, flush s2mm channel
67 For VDMA: It should be either "xlnx,axi-vdma-mm2s-channel" or
68 "xlnx,axi-vdma-s2mm-channel"
[all...]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c52 * p2p_channel_to_freq - Convert channel info to frequency
54 * @channel: Channel number
55 * Returns: Frequency in MHz or -1 if the specified channel is unknown
57 int p2p_channel_to_freq(int op_class, int channel) in p2p_channel_to_freq() argument
59 return ieee80211_chan_to_freq(NULL, op_class, channel); in p2p_channel_to_freq()
64 * p2p_freq_to_channel - Convert frequency into channel info
66 * @channel: Buffer for returning channel number
69 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) in p2p_freq_to_channel() argument
71 if (ieee80211_freq_to_channel_ext(freq, 0, 0, op_class, channel) == in p2p_freq_to_channel()
89 if (a->channel[i] != b->channel[j]) in p2p_reg_class_intersect()
[all …]

12345678910>>...111