Home
last modified time | relevance | path

Searched defs:port (Results 276 – 300 of 2623) sorted by relevance

1...<<11121314151617181920>>...105

/openbmc/linux/drivers/usb/serial/
H A Dch341.c340 static int ch341_detect_quirks(struct usb_serial_port *port) in ch341_detect_quirks()
375 static int ch341_port_probe(struct usb_serial_port *port) in ch341_port_probe()
408 static void ch341_port_remove(struct usb_serial_port *port) in ch341_port_remove()
439 static void ch341_close(struct usb_serial_port *port) in ch341_close()
485 struct usb_serial_port *port, in ch341_set_termios()
567 struct usb_serial_port *port = tty->driver_data; in ch341_simulate_break() local
637 struct usb_serial_port *port = tty->driver_data; in ch341_break_ctl() local
683 struct usb_serial_port *port = tty->driver_data; in ch341_tiocmset() local
749 struct usb_serial_port *port = urb->context; in ch341_read_int_callback() local
783 struct usb_serial_port *port = tty->driver_data; in ch341_tiocmget() local
[all …]
H A Dnavman.c29 struct usb_serial_port *port = urb->context; in navman_read_int_callback() local
66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) in navman_open()
82 static void navman_close(struct usb_serial_port *port) in navman_close()
87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, in navman_write()
/openbmc/linux/drivers/cxl/core/
H A Dhdm.c49 int devm_cxl_add_passthrough_decoder(struct cxl_port *port) in devm_cxl_add_passthrough_decoder()
166 struct cxl_hdm *devm_cxl_setup_hdm(struct cxl_port *port, in devm_cxl_setup_hdm()
243 struct cxl_port *port = cxled_to_port(cxled); in __cxl_dpa_release() local
274 struct cxl_port *port = cxled_to_port(cxled); in devm_cxl_dpa_release() local
286 struct cxl_port *port = cxled_to_port(cxled); in __cxl_dpa_reserve() local
359 struct cxl_port *port = cxled_to_port(cxled); in devm_cxl_dpa_reserve() local
398 struct cxl_port *port = cxled_to_port(cxled); in cxl_dpa_free() local
481 struct cxl_port *port = cxled_to_port(cxled); in cxl_dpa_alloc() local
640 struct cxl_port *port = to_cxl_port(cxld->dev.parent); in cxl_decoder_commit() local
728 struct cxl_port *port = to_cxl_port(cxld->dev.parent); in cxl_decoder_reset() local
[all …]
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c364 static int ocelot_l2_ptp_trap_add(struct ocelot *ocelot, int port) in ocelot_l2_ptp_trap_add()
372 static int ocelot_l2_ptp_trap_del(struct ocelot *ocelot, int port) in ocelot_l2_ptp_trap_del()
379 static int ocelot_ipv4_ptp_trap_add(struct ocelot *ocelot, int port) in ocelot_ipv4_ptp_trap_add()
398 static int ocelot_ipv4_ptp_trap_del(struct ocelot *ocelot, int port) in ocelot_ipv4_ptp_trap_del()
409 static int ocelot_ipv6_ptp_trap_add(struct ocelot *ocelot, int port) in ocelot_ipv6_ptp_trap_add()
428 static int ocelot_ipv6_ptp_trap_del(struct ocelot *ocelot, int port) in ocelot_ipv6_ptp_trap_del()
439 static int ocelot_setup_ptp_traps(struct ocelot *ocelot, int port, in ocelot_setup_ptp_traps()
582 int ocelot_get_ts_info(struct ocelot *ocelot, int port, in ocelot_get_ts_info()
610 static int ocelot_port_add_txtstamp_skb(struct ocelot *ocelot, int port, in ocelot_port_add_txtstamp_skb()
661 int ocelot_port_txtstamp_request(struct ocelot *ocelot, int port, in ocelot_port_txtstamp_request()
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dtmu.c166 static int tb_port_tmu_write(struct tb_port *port, u8 offset, u32 mask, in tb_port_tmu_write()
183 static int tb_port_tmu_set_unidirectional(struct tb_port *port, in tb_port_tmu_set_unidirectional()
200 static inline int tb_port_tmu_unidirectional_enable(struct tb_port *port) in tb_port_tmu_unidirectional_enable()
205 static bool tb_port_tmu_is_unidirectional(struct tb_port *port) in tb_port_tmu_is_unidirectional()
218 static bool tb_port_tmu_is_enhanced(struct tb_port *port) in tb_port_tmu_is_enhanced()
254 static int tb_port_set_tmu_mode_params(struct tb_port *port, in tb_port_set_tmu_mode_params()
295 static int tb_port_tmu_rate_write(struct tb_port *port, int rate) in tb_port_tmu_rate_write()
315 static int tb_port_tmu_time_sync(struct tb_port *port, bool time_sync) in tb_port_tmu_time_sync()
322 static int tb_port_tmu_time_sync_disable(struct tb_port *port) in tb_port_tmu_time_sync_disable()
327 static int tb_port_tmu_time_sync_enable(struct tb_port *port) in tb_port_tmu_time_sync_enable()
[all …]
/openbmc/linux/drivers/net/wan/
H A Dc101.c90 #define port_to_card(port) (port) argument
91 #define log_node(port) (0) argument
92 #define phy_node(port) (0) argument
96 #define get_port(card, port) (card) argument
112 static inline void set_carrier(port_t *port) in set_carrier()
120 static void sca_msci_intr(port_t *port) in sca_msci_intr()
141 static void c101_set_iface(port_t *port) in c101_set_iface()
176 port_t *port = dev_to_port(dev); in c101_open() local
202 port_t *port = dev_to_port(dev); in c101_close() local
215 port_t *port = dev_to_port(dev); in c101_siocdevprivate() local
[all …]
/openbmc/linux/drivers/hsi/
H A Dhsi_core.c67 struct hsi_client *hsi_new_client(struct hsi_port *port, in hsi_new_client()
197 static void hsi_add_client_from_dt(struct hsi_port *port, in hsi_add_client_from_dt()
312 void hsi_add_clients_from_dt(struct hsi_port *port, struct device_node *clients) in hsi_add_clients_from_dt()
358 void hsi_port_unregister_clients(struct hsi_port *port) in hsi_port_unregister_clients()
465 struct hsi_port **port; in hsi_alloc_controller() local
579 struct hsi_port *port = hsi_get_port(cl); in hsi_async() local
600 struct hsi_port *port = hsi_get_port(cl); in hsi_claim_port() local
628 struct hsi_port *port = hsi_get_port(cl); in hsi_release_port() local
669 struct hsi_port *port = hsi_get_port(cl); in hsi_register_port_event() local
693 struct hsi_port *port = hsi_get_port(cl); in hsi_unregister_port_event() local
[all …]
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c25 unsigned int addroff, __be32 ip, __be16 port) in set_addr()
31 __be16 port; in set_addr() member
74 union nf_inet_addr *addr, __be16 port) in set_h225_addr()
84 union nf_inet_addr *addr, __be16 port) in set_h245_addr()
100 __be16 port; in set_sig_addr() local
152 __be16 port; in set_ras_addr() local
178 __be16 port, __be16 rtp_port, in nat_rtp_rtcp()
283 H245_TransportAddress *taddr, __be16 port, in nat_t120()
321 TransportAddress *taddr, __be16 port, in nat_h245()
400 __be16 port, struct nf_conntrack_expect *exp) in nat_q931()
[all …]
/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c255 struct uart_port port; member
873 struct tty_port *port = &uap->port.state->port; in pl011_dma_rx_chars() local
1059 struct tty_port *port = &uap->port.state->port; in pl011_dma_rx_poll() local
1290 struct uart_port *port = &uap->port; in pl011_rs485_tx_stop() local
1324 static void pl011_stop_tx(struct uart_port *port) in pl011_stop_tx()
1350 struct uart_port *port = &uap->port; in pl011_rs485_tx_start() local
1724 static int pl011_hwinit(struct uart_port *port) in pl011_hwinit()
1843 static int pl011_startup(struct uart_port *port) in pl011_startup()
2495 struct uart_port *port; in pl011_console_match() local
2563 static int pl011_getc(struct uart_port *port) in pl011_getc()
[all …]
H A Dmax310x.c277 struct uart_port port; member
780 static void max310x_handle_tx(struct uart_port *port) in max310x_handle_tx()
819 static void max310x_start_tx(struct uart_port *port) in max310x_start_tx()
828 struct uart_port *port = &s->p[portno].port; in max310x_port_irq() local
1073 static int max310x_startup(struct uart_port *port) in max310x_startup()
1121 static void max310x_shutdown(struct uart_port *port) in max310x_shutdown()
1216 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_get() local
1226 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_set() local
1235 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_direction_input() local
1246 struct uart_port *port = &s->p[offset / 4].port; in max310x_gpio_direction_output() local
[all …]
H A Drp2.c179 struct uart_port port; member
307 static void rp2_uart_start_tx(struct uart_port *port) in rp2_uart_start_tx()
312 static void rp2_uart_stop_tx(struct uart_port *port) in rp2_uart_stop_tx()
317 static void rp2_uart_stop_rx(struct uart_port *port) in rp2_uart_stop_rx()
332 static void rp2_uart_enable_ms(struct uart_port *port) in rp2_uart_enable_ms()
400 struct tty_port *port = &up->port.state->port; in rp2_rx_chars() local
498 static int rp2_uart_startup(struct uart_port *port) in rp2_uart_startup()
512 static void rp2_uart_shutdown(struct uart_port *port) in rp2_uart_shutdown()
525 static const char *rp2_uart_type(struct uart_port *port) in rp2_uart_type()
535 static int rp2_uart_request_port(struct uart_port *port) in rp2_uart_request_port()
[all …]
H A Dpch_uart.c206 struct uart_port port; member
557 struct uart_port *port = &priv->port; in pch_uart_hal_read() local
605 struct uart_port *port = &priv->port; in push_rx() local
617 struct uart_port *port = &priv->port; in dma_push_rx() local
729 struct uart_port *port = &priv->port; in pch_dma_rx_complete() local
744 struct uart_port *port = &priv->port; in pch_dma_tx_complete() local
788 struct uart_port *port = &priv->port; in dma_handle_rx() local
822 struct uart_port *port = &priv->port; in handle_tx() local
864 struct uart_port *port = &priv->port; in dma_handle_tx() local
984 struct uart_port *port = &priv->port; in pch_uart_err_ir() local
[all …]
/openbmc/linux/drivers/net/dsa/microchip/
H A Dlan937x_main.c26 static int lan937x_port_cfg(struct ksz_device *dev, int port, int offset, in lan937x_port_cfg()
172 void lan937x_port_setup(struct ksz_device *dev, int port, bool cpu_port) in lan937x_port_setup()
227 int lan937x_change_mtu(struct ksz_device *dev, int port, int new_mtu) in lan937x_change_mtu()
275 static void lan937x_set_tune_adj(struct ksz_device *dev, int port, in lan937x_set_tune_adj()
291 static void lan937x_set_rgmii_tx_delay(struct ksz_device *dev, int port) in lan937x_set_rgmii_tx_delay()
304 static void lan937x_set_rgmii_rx_delay(struct ksz_device *dev, int port) in lan937x_set_rgmii_rx_delay()
314 void lan937x_phylink_get_caps(struct ksz_device *dev, int port, in lan937x_phylink_get_caps()
326 void lan937x_setup_rgmii_delay(struct ksz_device *dev, int port) in lan937x_setup_rgmii_delay()
343 int lan937x_tc_cbs_set_cinc(struct ksz_device *dev, int port, u32 val) in lan937x_tc_cbs_set_cinc()
/openbmc/linux/include/linux/
H A Dtty_flip.h31 static inline size_t tty_insert_flip_string_fixed_flag(struct tty_port *port, in tty_insert_flip_string_fixed_flag()
50 static inline size_t tty_insert_flip_string_flags(struct tty_port *port, in tty_insert_flip_string_flags()
65 static inline size_t tty_insert_flip_char(struct tty_port *port, u8 ch, u8 flag) in tty_insert_flip_char()
80 static inline size_t tty_insert_flip_string(struct tty_port *port, in tty_insert_flip_string()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c11 struct lan966x_port *port = netdev_priv(dev); in lan966x_xdp_setup() local
58 struct lan966x_port *port = netdev_priv(dev); in lan966x_xdp_xmit() local
75 int lan966x_xdp_run(struct lan966x_port *port, struct page *page, u32 data_len) in lan966x_xdp_run()
124 int lan966x_xdp_port_init(struct lan966x_port *port) in lan966x_xdp_port_init()
132 void lan966x_xdp_port_deinit(struct lan966x_port *port) in lan966x_xdp_port_deinit()
/openbmc/linux/drivers/parisc/
H A Deisa.c69 static inline unsigned long eisa_permute(unsigned short port) in eisa_permute()
79 unsigned char eisa_in8(unsigned short port) in eisa_in8()
86 unsigned short eisa_in16(unsigned short port) in eisa_in16()
93 unsigned int eisa_in32(unsigned short port) in eisa_in32()
100 void eisa_out8(unsigned char data, unsigned short port) in eisa_out8()
106 void eisa_out16(unsigned short data, unsigned short port) in eisa_out16()
112 void eisa_out32(unsigned int data, unsigned short port) in eisa_out32()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1472 struct drm_dp_mst_port *port = in drm_dp_free_mst_port() local
1814 struct drm_dp_mst_port *port = in drm_dp_destroy_port() local
1927 struct drm_dp_mst_port *port; in drm_dp_mst_topology_get_mstb_validated_locked() local
2002 struct drm_dp_mst_port *port; in drm_dp_get_port() local
2338 struct drm_dp_mst_port *port; in drm_dp_mst_handle_link_address_port() local
2466 struct drm_dp_mst_port *port; in drm_dp_mst_handle_conn_stat() local
2534 struct drm_dp_mst_port *port; in drm_dp_get_mst_branch_device() local
2575 struct drm_dp_mst_port *port; in get_mst_branch_device_by_guid_helper() local
2618 struct drm_dp_mst_port *port; in drm_dp_check_and_send_link_address() local
3308 struct drm_dp_mst_port *port; in drm_dp_add_payload_part1() local
[all …]
/openbmc/u-boot/drivers/net/fm/
H A Dt4240.c36 static int is_device_disabled(enum fm_port port) in is_device_disabled()
44 void fman_disable_port(enum fm_port port) in fman_disable_port()
51 void fman_enable_port(enum fm_port port) in fman_enable_port()
58 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_port.c11 static int ipc_port_ctrl_start(struct wwan_port *port) in ipc_port_ctrl_start()
26 static void ipc_port_ctrl_stop(struct wwan_port *port) in ipc_port_ctrl_stop()
34 static int ipc_port_ctrl_tx(struct wwan_port *port, struct sk_buff *skb) in ipc_port_ctrl_tx()
73 void ipc_port_deinit(struct iosm_cdev *port[]) in ipc_port_deinit()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c147 static int new_steering_entry(struct mlx4_dev *dev, u8 port, in new_steering_entry()
288 static bool check_duplicate_entry(struct mlx4_dev *dev, u8 port, in check_duplicate_entry()
418 static int add_promisc_qp(struct mlx4_dev *dev, u8 port, in add_promisc_qp()
548 static int remove_promisc_qp(struct mlx4_dev *dev, u8 port, in remove_promisc_qp()
694 static int find_entry(struct mlx4_dev *dev, u8 port, in find_entry()
1050 int port, int qpn, u16 prio, u64 *reg_id) in mlx4_tunnel_steer_add()
1116 u8 port = gid[5]; in mlx4_qp_attach_common() local
1224 u8 port = gid[5]; in mlx4_qp_detach_common() local
1368 u8 gid[16], u8 port, in mlx4_trans_to_dmfs_attach()
1408 u8 port, int block_mcast_loopback, in mlx4_multicast_attach()
[all …]
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c40 static int port_ctl_send_msg_to_md(struct t7xx_port *port, unsigned int msg, unsigned int ex_msg) in port_ctl_send_msg_to_md()
56 static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl, in fsm_ee_message_handler()
158 static int control_msg_handler(struct t7xx_port *port, struct sk_buff *skb) in control_msg_handler()
219 struct t7xx_port *port = arg; in port_ctl_rx_thread() local
244 static int port_ctl_init(struct t7xx_port *port) in port_ctl_init()
258 static void port_ctl_uninit(struct t7xx_port *port) in port_ctl_uninit()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6185.c21 int port; member
36 int port; in mv88e6185_pcs_handle_irq() local
62 int port = mpcs->port; in mv88e6185_pcs_get_state() local
116 static int mv88e6185_pcs_init(struct mv88e6xxx_chip *chip, int port) in mv88e6185_pcs_init()
163 static void mv88e6185_pcs_teardown(struct mv88e6xxx_chip *chip, int port) in mv88e6185_pcs_teardown()
180 int port, in mv88e6185_pcs_select()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c30 void helper_outb(CPUX86State *env, uint32_t port, uint32_t data) in helper_outb()
36 target_ulong helper_inb(CPUX86State *env, uint32_t port) in helper_inb()
42 void helper_outw(CPUX86State *env, uint32_t port, uint32_t data) in helper_outw()
48 target_ulong helper_inw(CPUX86State *env, uint32_t port) in helper_inw()
54 void helper_outl(CPUX86State *env, uint32_t port, uint32_t data) in helper_outl()
60 target_ulong helper_inl(CPUX86State *env, uint32_t port) in helper_inl()
/openbmc/linux/drivers/cxl/
H A Dport.c60 static int cxl_switch_port_probe(struct cxl_port *port) in cxl_switch_port_probe()
87 static int cxl_endpoint_port_probe(struct cxl_port *port) in cxl_endpoint_port_probe()
141 struct cxl_port *port = to_cxl_port(dev); in cxl_port_probe() local
153 struct cxl_port *port = to_cxl_port(dev); in CDAT_read() local
172 struct cxl_port *port = to_cxl_port(dev); in cxl_port_bin_attr_is_visible() local
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h100 #define outb_p(val, port) outb((val), (port)) argument
101 #define outw_p(val, port) outw((val), (port)) argument
103 #define inb_p(port) inb((port)) argument
104 #define inw_p(port) inw((port)) argument
105 #define inl_p(port) inl((port)) argument
115 #define out_8(port, val) outb(val, port) argument
116 #define out_le16(port, val) outw(val, port) argument
117 #define out_le32(port, val) outl(val, port) argument
118 #define in_8(port) inb(port) argument
119 #define in_le16(port) inw(port) argument
[all …]

1...<<11121314151617181920>>...105