Searched refs:ch (Results 451 - 475 of 1048) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c211 struct stmmac_channel *ch = &priv->channel[queue]; local
215 napi_disable(&ch->rxtx_napi);
220 napi_disable(&ch->rx_napi);
222 napi_disable(&ch->tx_napi);
260 struct stmmac_channel *ch = &priv->channel[queue]; local
264 napi_enable(&ch->rxtx_napi);
269 napi_enable(&ch->rx_napi);
271 napi_enable(&ch->tx_napi);
2011 struct stmmac_channel *ch = &priv->channel[queue]; local
2065 napi_id = ch
2297 struct stmmac_channel *ch = &priv->channel[chan]; local
2868 struct stmmac_channel *ch = &priv->channel[chan]; local
3064 struct stmmac_channel *ch; local
3095 struct stmmac_channel *ch; local
5090 stmmac_construct_skb_zc(struct stmmac_channel *ch, struct xdp_buff *xdp) argument
5116 struct stmmac_channel *ch = &priv->channel[queue]; local
5420 struct stmmac_channel *ch = &priv->channel[queue]; local
5701 struct stmmac_channel *ch = local
5727 struct stmmac_channel *ch = local
5760 struct stmmac_channel *ch = local
6775 struct stmmac_channel *ch = &priv->channel[queue]; local
6789 struct stmmac_channel *ch = &priv->channel[queue]; local
6838 struct stmmac_channel *ch = &priv->channel[queue]; local
6852 struct stmmac_channel *ch = &priv->channel[queue]; local
7036 struct stmmac_channel *ch; local
7284 struct stmmac_channel *ch = &priv->channel[queue]; local
7313 struct stmmac_channel *ch = &priv->channel[queue]; local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c3419 if (!ring->q_vector || !ring->netdev || ring->ch)
3508 if (ring->ch)
3510 le16_to_cpu(ring->ch->info.qs_handle[ring->dcb_tc]);
3536 if (ring->ch) {
3537 if (ring->ch->type == I40E_VSI_VMDQ2)
3543 ring->ch->vsi_number);
6014 struct i40e_channel *ch, *ch_tmp; local
6028 list_for_each_entry_safe(ch, ch_tmp, &vsi->ch_list, list) {
6031 list_del(&ch->list);
6032 p_vsi = ch
6101 struct i40e_channel *ch, *ch_tmp; local
6233 i40e_channel_setup_queue_map(struct i40e_pf *pf, struct i40e_vsi_context *ctxt, struct i40e_channel *ch) argument
6272 i40e_add_channel(struct i40e_pf *pf, u16 uplink_seid, struct i40e_channel *ch) argument
6336 i40e_channel_config_bw(struct i40e_vsi *vsi, struct i40e_channel *ch, u8 *bw_share) argument
6372 i40e_channel_config_tx_ring(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6426 i40e_setup_hw_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch, u16 uplink_seid, u8 type) argument
6477 i40e_setup_channel(struct i40e_pf *pf, struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6570 i40e_create_queue_channel(struct i40e_vsi *vsi, struct i40e_channel *ch) argument
6675 struct i40e_channel *ch; local
7740 i40e_reset_ch_rings(struct i40e_vsi *vsi, struct i40e_channel *ch) argument
7765 struct i40e_channel *ch, *ch_tmp; local
7811 struct i40e_channel *ch = NULL, *ch_tmp, *iter; local
7890 struct i40e_channel *ch; local
8096 struct i40e_channel *ch, *ch_tmp; local
8132 struct i40e_channel *ch, *ch_tmp; local
8755 struct i40e_channel *ch, *ch_tmp; local
10630 struct i40e_channel *ch, *ch_tmp; local
[all...]
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c129 struct snd_interval ch; local
131 snd_interval_any(&ch);
135 ch.min = 1;
137 ch.max = 2;
139 ch.max = 1;
141 ch.integer = 1;
142 return snd_interval_refine(c, &ch);
146 ch.min = 1;
147 ch.max = 2;
148 ch
198 struct snd_interval ch; local
[all...]
/linux-master/drivers/misc/sgi-xp/
H A Dxpc.h676 xpc_msgqueue_ref(struct xpc_channel *ch) argument
678 atomic_inc(&ch->references);
682 xpc_msgqueue_deref(struct xpc_channel *ch) argument
684 s32 refs = atomic_dec_return(&ch->references);
688 xpc_wakeup_channel_mgr(&xpc_partitions[ch->partid]);
/linux-master/drivers/cpufreq/
H A Ds5pv210-cpufreq.c194 * ch: DMC port number 0 or 1
197 static void s5pv210_set_refresh(enum s5pv210_dmc_port ch, unsigned long freq) argument
202 if (ch == DMC0) {
204 } else if (ch == DMC1) {
212 tmp = s5pv210_dram_conf[ch].freq;
216 tmp1 = s5pv210_dram_conf[ch].refresh;
/linux-master/drivers/gpio/
H A Dgpio-pch.c235 int ch, irq = d->irq; local
237 ch = irq - chip->irq_base;
240 im_pos = ch - 0;
243 im_pos = ch - 8;
245 dev_dbg(chip->dev, "irq=%d type=%d ch=%d pos=%d\n", irq, type, ch, im_pos);
/linux-master/drivers/input/touchscreen/
H A Dsx8654.c136 u16 ch; local
171 ch = chdata >> 12;
172 if (ch == CH_X)
174 else if (ch == CH_Y)
177 dev_warn(dev, "unknown channel %d [0x%04x]\n", ch,
H A Dmxs-lradc-ts.c98 unsigned int ch)
102 writel(LRADC_CTRL4_LRADCSELECT(vch, ch),
106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) argument
118 ts->base + LRADC_CH(ch));
125 ts->base + LRADC_CH(ch) + STMP_OFFSET_REG_CLR);
135 writel(LRADC_DELAY_TRIGGER(1 << ch) | LRADC_DELAY_TRIGGER_DELAYS(0) |
140 writel(LRADC_CTRL1_LRADC_IRQ(ch),
97 mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, unsigned int ch) argument
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_new.c291 int port, ch, pkt_size; local
303 ch = xmeta->ch;
312 pool = cpsw->page_pool[ch];
342 xdp_init_buff(&xdp, PAGE_SIZE, &priv->xdp_rxq[ch]);
350 ret = cpsw_run_xdp(priv, ch, &xdp, page, priv->emac_port, &len);
388 xmeta->ch = ch;
391 ret = cpdma_chan_submit_mapped(cpsw->rxv[ch].ch, new_pag
1859 int ret = 0, ch; local
[all...]
/linux-master/include/linux/usb/
H A Daudio-v2.h24 * bmaControls() is a (ch+1)-element array of 4-byte bitmaps,
156 #define UAC2_DT_FEATURE_UNIT_SIZE(ch) (6 + ((ch) + 1) * 4)
159 #define DECLARE_UAC2_FEATURE_UNIT_DESCRIPTOR(ch) \
160 struct uac2_feature_unit_descriptor_##ch { \
166 __le32 bmaControls[ch + 1]; \
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c880 #define CHECK_AND_PRINT_I(x) ((eeprom_ch_info[ch].flags & EEPROM_CHANNEL_##x) \
892 int band, ch; local
929 for (ch = 0; ch < eeprom_ch_count; ch++) {
930 ch_info->channel = eeprom_ch_idx[ch];
937 ch_info->eeprom = eeprom_ch_info[ch];
941 ch_info->flags = eeprom_ch_info[ch].flags;
959 eeprom_ch_info[ch].max_power_avg;
960 ch_info->scan_power = eeprom_ch_info[ch]
3420 struct il_channel_info *ch; local
3946 il_set_rxon_channel(struct il_priv *il, struct ieee80211_channel *ch) argument
5020 u16 ch; local
[all...]
/linux-master/sound/pci/ice1712/
H A Dphase.c345 int ch, change = 0; local
348 for (ch = 0; ch < 2; ch++) {
349 unsigned int vol = ucontrol->value.integer.value[ch];
352 vol |= spec->master[ch] & WM_VOL_MUTE;
353 if (vol != spec->master[ch]) {
355 spec->master[ch] = vol;
357 wm_set_vol(ice, WM_DAC_ATTEN + dac + ch,
358 spec->vol[dac + ch],
[all...]
H A Dse.c56 * A 2ch-DAC of main outputs.
70 * A 6ch-DAC for surrounds.
78 * A 2ch-ADC(with 10ch-selector) plus 2ch-DAC.
88 * 7.1ch name -- output connector color -- device (-D option)
90 * FRONT 2ch -- green -- plughw:0,0
92 * SURROUND 2ch -- orange -- plughw:0,2,1
93 * SURROUND BACK 2ch -- white -- plughw:0,2,2
165 static void se200pci_WM8766_set_volume(struct snd_ice1712 *ice, int ch, argument
350 int ch; member in struct:se200pci_control
[all...]
/linux-master/drivers/iio/frequency/
H A Dad9523.c58 #define AD9523_CHANNEL_CLOCK_DIST(ch) (AD9523_R3B | (0x192 + 3 * ch))
366 unsigned int ch, unsigned int out)
372 switch (ch) {
377 mask = AD9523_PLL1_OUTP_CH_CTRL_VCXO_SRC_SEL_CH0 << ch;
391 mask = AD9523_PLL1_OUTP_CTRL_VCO_DIV_SEL_CH4_M2 << (ch - 4);
402 mask = AD9523_PLL1_OUTP_CH_CTRL_VCO_DIV_SEL_CH7_M2 << (ch - 7);
414 st->vco_out_map[ch] = out;
420 unsigned int ch, unsigned long freq)
426 switch (ch) {
365 ad9523_vco_out_map(struct iio_dev *indio_dev, unsigned int ch, unsigned int out) argument
419 ad9523_set_clock_provider(struct iio_dev *indio_dev, unsigned int ch, unsigned long freq) argument
[all...]
/linux-master/drivers/iio/adc/
H A Dmcp3911.c33 #define MCP3911_GAIN_MASK(ch) (GENMASK(2, 0) << 3 * (ch))
34 #define MCP3911_GAIN_VAL(ch, val) ((val << 3 * (ch)) & MCP3911_GAIN_MASK(ch))
55 #define MCP3911_CHANNEL(ch) (MCP3911_REG_CHANNEL0 + (ch) * 3)
56 #define MCP3911_OFFCAL(ch) (MCP3911_REG_OFFCAL_CH0 + (ch) * 6)
83 #define MCP3910_OFFCAL(ch) (MCP3910_REG_OFFCAL_CH
[all...]
/linux-master/drivers/tty/serial/
H A Dmeson_uart.c145 unsigned int ch; local
164 ch = xmit->buf[xmit->tail];
165 writel(ch, port->membase + AML_UART_WFIFO);
183 u32 ostatus, status, ch, mode; local
213 ch = readl(port->membase + AML_UART_RFIFO);
214 ch &= 0xff;
216 if ((ostatus & AML_UART_FRAME_ERR) && (ch == 0)) {
223 if (uart_prepare_sysrq_char(port, ch))
227 tty_insert_flip_char(tport, ch, flag);
545 static void meson_console_putchar(struct uart_port *port, unsigned char ch) argument
[all...]
H A Dmps2-uart.c131 u8 ch; local
133 uart_port_tx(port, ch,
135 mps2_uart_write8(port, ch, UARTn_DATA));
416 static void mps2_uart_console_putchar(struct uart_port *port, unsigned char ch) argument
421 mps2_uart_write8(port, ch, UARTn_DATA);
468 static void mps2_early_putchar(struct uart_port *port, unsigned char ch) argument
473 writeb((unsigned char)ch, port->membase + UARTn_DATA);
H A Ddz.c185 u8 ch, flag; local
192 ch = UCHAR(status); /* grab the char */
206 if (!ch) {
234 if (uart_handle_sysrq_char(uport, ch))
237 uart_insert_char(uport, status, DZ_OERR, ch, flag);
807 static void dz_console_putchar(struct uart_port *uport, unsigned char ch) argument
838 dz_out(dport, DZ_TDR, ch);
H A Daltera_uart.c9 * (C) Copyright 2010, Tobias Klauser <tklauser@distanz.ch>
205 u8 ch, flag; local
209 ch = altera_uart_readl(port, ALTERA_UART_RXDATA_REG);
239 if (uart_handle_sysrq_char(port, ch))
241 uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch,
250 u8 ch; local
252 uart_port_tx(port, ch,
255 altera_uart_writel(port, ch, ALTERA_UART_TXDATA_REG));
H A Dowl-uart.c184 u8 ch; local
186 uart_port_tx(port, ch,
188 owl_uart_write(port, ch, OWL_UART_TXDAT));
454 static void owl_uart_poll_put_char(struct uart_port *port, unsigned char ch) argument
469 owl_uart_write(port, ch, OWL_UART_TXDAT);
497 static void owl_console_putchar(struct uart_port *port, unsigned char ch) argument
505 owl_uart_write(port, ch, OWL_UART_TXDAT);
/linux-master/scripts/kconfig/
H A Dnconf.c765 char ch; local
837 ch = '*';
840 ch = 'M';
843 ch = ' ';
846 item_make(menu, 't', "<%c>", ch);
892 ch = '*';
895 ch = 'M';
898 ch = ' ';
904 't', "{%c}", ch);
907 't', "<%c>", ch);
[all...]
/linux-master/arch/x86/math-emu/
H A Dreg_round.S498 setne %ch /* Save whether %edx is non-zero */
503 orb %ch,%dl
512 setne %ch
513 orb %ch,%bl
520 orb %ch,%bl
539 setne %ch
540 orb %ch,%cl
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c496 struct iio_chan_spec const *ch, int *data)
503 byte_for_channel = DIV_ROUND_UP(ch->scan_type.realbits +
504 ch->scan_type.shift, 8);
509 err = regmap_bulk_read(sdata->regmap, ch->address,
528 struct iio_chan_spec const *ch, int *val)
544 err = st_sensors_read_axis_data(indio_dev, ch, val);
548 *val = *val >> ch->scan_type.shift;
495 st_sensors_read_axis_data(struct iio_dev *indio_dev, struct iio_chan_spec const *ch, int *data) argument
527 st_sensors_read_info_raw(struct iio_dev *indio_dev, struct iio_chan_spec const *ch, int *val) argument
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000p.c839 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; local
864 if (dib7000p_set_agc_config(state, BAND_OF_FREQUENCY(ch->frequency / 1000)) != 0)
871 frequency_offset = (s32)frequency_tuner / 1000 - ch->frequency / 1000;
972 struct dtv_frontend_properties *ch, u8 seq)
976 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->bandwidth_hz));
980 switch (ch->transmission_mode) {
992 switch (ch->guard_interval) {
1007 switch (ch->modulation) {
1038 if (ch->hierarchy == 1)
1042 switch ((ch
971 dib7000p_set_channel(struct dib7000p_state *state, struct dtv_frontend_properties *ch, u8 seq) argument
1132 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; local
1279 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; local
[all...]
/linux-master/tools/perf/util/
H A Dconfig.c190 int ch = get_next_char(); local
192 if (ch == '\n')
194 if (ch == '"')
196 if (ch == '\\') {
197 ch = get_next_char();
198 if (ch == '\n')
201 name[baselen++] = ch;

Completed in 556 milliseconds

<<11121314151617181920>>