Searched refs:port_conf (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c123 const struct t7xx_port_conf *port_conf; local
128 port_conf = port->port_conf;
129 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch)
171 const struct t7xx_port_conf *port_conf = port->port_conf; local
175 port_conf->txq_exp_index : port_conf->txq_index;
237 enum cldma_id path_id = port->port_conf
263 const struct t7xx_port_conf *port_conf = port->port_conf; local
310 const struct t7xx_port_conf *port_conf = port->port_conf; local
349 const struct t7xx_port_conf *port_conf = port->port_conf; local
373 const struct t7xx_port_conf *port_conf; local
404 const struct t7xx_port_conf *port_conf = port->port_conf; local
429 const struct t7xx_port_conf *port_conf; local
479 const struct t7xx_port_conf *port_conf = port->port_conf; local
493 const struct t7xx_port_conf *port_conf = port->port_conf; local
518 const struct t7xx_port_conf *port_conf; local
588 const struct t7xx_port_conf *port_conf = port->port_conf; local
599 const struct t7xx_port_conf *port_conf; local
[all...]
H A Dt7xx_port_wwan.c92 const struct t7xx_port_conf *port_conf; local
98 port_conf = port->port_conf;
103 port_conf->name, md_state);
114 port_conf->name, ret);
131 const struct t7xx_port_conf *port_conf = port_private->port_conf; local
137 if (port_conf->port_type != WWAN_PORT_FASTBOOT)
153 const struct t7xx_port_conf *port_conf = port->port_conf; local
170 const struct t7xx_port_conf *port_conf = port->port_conf; local
192 const struct t7xx_port_conf *port_conf = port->port_conf; local
225 const struct t7xx_port_conf *port_conf = port->port_conf; local
[all...]
H A Dt7xx_port_ctrl_msg.c160 const struct t7xx_port_conf *port_conf = port->port_conf; local
170 if (port_conf->rx_ch == PORT_CH_CONTROL_RX ||
171 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) {
172 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ?
211 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret);
246 const struct t7xx_port_conf *port_conf = port->port_conf; local
248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name);
H A Dt7xx_port_trace.c109 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name);
H A Dt7xx_port.h107 const struct t7xx_port_conf *port_conf; member in struct:t7xx_port
H A Dt7xx_state_monitor.c249 port->port_conf->ops->enable_chl(port);
/linux-master/drivers/ptp/
H A Dptp_ines.c126 u32 port_conf; member in struct:ines_port_registers
230 ines_write32(port, PORT_CONF, port_conf);
336 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; local
381 port_conf = ines_read32(port, port_conf);
382 port_conf &= ~CM_ONE_STEP;
383 port_conf |= cm_one_step;
385 ines_write32(port, port_conf, port_conf);
401 u32 port_conf, speed_con local
603 u32 port_conf; local
[all...]
/linux-master/drivers/spi/
H A Dspi-s3c64xx.c112 #define FIFO_LVL_MASK(i) ((i)->port_conf->fifo_lvl_mask[i->port_id])
114 (1 << (i)->port_conf->tx_st_done)) ? 1 : 0)
196 * @port_conf: Local SPI port configuration data
220 const struct s3c64xx_spi_port_config *port_conf; member in struct:s3c64xx_spi_driver_data
362 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO)) {
372 if (!(sdd->port_conf->quirks & S3C64XX_SPI_QUIRK_CS_AUTO))
474 if (sdd->port_conf->use_32bit_io)
480 if (sdd->port_conf->use_32bit_io)
528 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL
698 int div = sdd->port_conf
1207 const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf; local
1231 const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf; local
[all...]

Completed in 143 milliseconds