Searched refs:port_conf (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.c | 149 port_conf = port->port_conf; in t7xx_proxy_get_port_by_ch() 150 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 192 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_get_queue_no() local 196 port_conf->txq_exp_index : port_conf->txq_index; in t7xx_port_get_queue_no() 284 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_send_ccci_skb() local 404 port_conf = port->port_conf; in t7xx_port_proxy_recv_skb_from_dedicated_queue() 468 port_conf = port->port_conf; in t7xx_port_proxy_recv_skb() 547 if (port_conf->debug && port_conf->ops) { in t7xx_proxy_debug_ports_show() 574 port_prox->ports[i].port_conf = &port_conf[i]; in t7xx_port_proxy_set_cfg() 630 if (port_conf->ops && port_conf->ops->uninit) in t7xx_port_proxy_uninit() [all …]
|
| H A D | t7xx_port_wwan.c | 92 const struct t7xx_port_conf *port_conf; in t7xx_port_ctrl_tx() local 98 port_conf = port->port_conf; in t7xx_port_ctrl_tx() 103 port_conf->name, md_state); in t7xx_port_ctrl_tx() 114 port_conf->name, ret); in t7xx_port_ctrl_tx() 131 const struct t7xx_port_conf *port_conf = port_private->port_conf; in t7xx_port_wwan_tx() local 153 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_create() local 170 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_init() local 174 port_conf->port_type == WWAN_PORT_MIPC) in t7xx_port_wwan_init() 194 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_recv_skb() local 198 port_conf->name); in t7xx_port_wwan_recv_skb() [all …]
|
| H A D | t7xx_port_ctrl_msg.c | 160 const struct t7xx_port_conf *port_conf = port->port_conf; in control_msg_handler() local 170 if (port_conf->rx_ch == PORT_CH_CONTROL_RX || in control_msg_handler() 171 port_conf->rx_ch == PORT_CH_AP_CONTROL_RX) { in control_msg_handler() 172 int event = port_conf->rx_ch == PORT_CH_CONTROL_RX ? in control_msg_handler() 211 dev_err(port->dev, "%s control message handle error: %d\n", port_conf->name, ret); in control_msg_handler() 246 const struct t7xx_port_conf *port_conf = port->port_conf; in port_ctl_init() local 248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
|
| H A D | t7xx_port.h | 110 const struct t7xx_port_conf *port_conf; member
|
| H A D | t7xx_port_trace.c | 110 dev_err(port->dev, "Unable to create trace port %s", port->port_conf->name); in t7xx_port_trace_md_state_notify()
|
| H A D | t7xx_state_monitor.c | 246 port->port_conf->ops->enable_chl(port); in t7xx_lk_stage_event_handling()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ines.c | 126 u32 port_conf; member 381 port_conf = ines_read32(port, port_conf); in ines_hwtstamp() 382 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp() 383 port_conf |= cm_one_step; in ines_hwtstamp() 385 ines_write32(port, port_conf, port_conf); in ines_hwtstamp() 401 u32 port_conf, speed_conf; in ines_link_state() local 420 port_conf = ines_read32(port, port_conf); in ines_link_state() 422 port_conf |= speed_conf; in ines_link_state() 424 ines_write32(port, port_conf, port_conf); in ines_link_state() 599 u32 port_conf; in ines_txts_onestep() local [all …]
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-s3c64xx.c | 476 if (sdd->port_conf->use_32bit_io) in s3c64xx_iowrite_rep() 1010 div = sdd->port_conf->clk_div; in s3c64xx_spi_setup() 1209 const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf; in s3c64xx_spi_set_port_id() local 1212 if (port_conf->rx_fifomask && port_conf->tx_fifomask) in s3c64xx_spi_set_port_id() 1233 const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf; in s3c64xx_spi_set_fifomask() local 1235 if (port_conf->rx_fifomask) in s3c64xx_spi_set_fifomask() 1239 port_conf->rx_lvl_offset; in s3c64xx_spi_set_fifomask() 1241 if (port_conf->tx_fifomask) in s3c64xx_spi_set_fifomask() 1288 if (sdd->port_conf->fifo_depth) in s3c64xx_spi_probe() 1345 if (sdd->port_conf->clk_ioclk) { in s3c64xx_spi_probe() [all …]
|