Home
last modified time | relevance | path

Searched refs:port (Results 651 - 675 of 7988) sorted by relevance

1...<<21222324252627282930>>...320

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dadi.c89 * Per-port information.
122 static void adi_read_packet(struct adi_port *port) in adi_read_packet() argument
124 struct adi *adi = port->adi; in adi_read_packet()
125 struct gameport *gameport = port->gameport; in adi_read_packet()
165 static void adi_move_bits(struct adi_port *port, int length) in adi_move_bits() argument
168 struct adi *adi = port->adi; in adi_move_bits()
243 static int adi_read(struct adi_port *port) in adi_read() argument
248 adi_read_packet(port); in adi_read()
249 adi_move_bits(port, port in adi_read()
264 struct adi_port *port = gameport_get_drvdata(gameport); adi_poll() local
276 struct adi_port *port = input_get_drvdata(dev); adi_open() local
288 struct adi_port *port = input_get_drvdata(dev); adi_close() local
314 adi_id_decode(struct adi *adi, struct adi_port *port) adi_id_decode() argument
385 adi_init_input(struct adi *adi, struct adi_port *port, int half) adi_init_input() argument
458 struct adi_port *port; adi_connect() local
532 struct adi_port *port = gameport_get_drvdata(gameport); adi_disconnect() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Droce_gid_mgmt.c82 unsigned long roce_gid_type_mask_support(struct ib_device *ib_dev, u8 port) in roce_gid_type_mask_support() argument
87 if (!rdma_protocol_roce(ib_dev, port)) in roce_gid_type_mask_support()
91 if (PORT_CAP_TO_GID_TYPE[i].is_supported(ib_dev, port)) in roce_gid_type_mask_support()
99 u8 port, union ib_gid *gid, in update_gid()
103 unsigned long gid_type_mask = roce_gid_type_mask_support(ib_dev, port); in update_gid()
110 ib_cache_gid_add(ib_dev, port, in update_gid()
114 ib_cache_gid_del(ib_dev, port, in update_gid()
147 is_eth_port_of_netdev_filter(struct ib_device *ib_dev, u8 port, in is_eth_port_of_netdev_filter() argument
171 is_eth_port_inactive_slave_filter(struct ib_device *ib_dev, u8 port, in is_eth_port_inactive_slave_filter() argument
192 * @port
98 update_gid(enum gid_op_type gid_op, struct ib_device *ib_dev, u8 port, union ib_gid *gid, struct ib_gid_attr *gid_attr) update_gid() argument
200 is_ndev_for_default_gid_filter(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) is_ndev_for_default_gid_filter() argument
226 pass_all_filter(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) pass_all_filter() argument
232 upper_device_filter(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) upper_device_filter() argument
263 is_upper_ndev_bond_master_filter(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) is_upper_ndev_bond_master_filter() argument
281 update_gid_ip(enum gid_op_type gid_op, struct ib_device *ib_dev, u8 port, struct net_device *ndev, struct sockaddr *addr) update_gid_ip() argument
296 bond_delete_netdev_default_gids(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, struct net_device *event_ndev) bond_delete_netdev_default_gids() argument
330 enum_netdev_ipv4_ips(struct ib_device *ib_dev, u8 port, struct net_device *ndev) enum_netdev_ipv4_ips() argument
374 enum_netdev_ipv6_ips(struct ib_device *ib_dev, u8 port, struct net_device *ndev) enum_netdev_ipv6_ips() argument
420 _add_netdev_ips(struct ib_device *ib_dev, u8 port, struct net_device *ndev) _add_netdev_ips() argument
428 add_netdev_ips(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) add_netdev_ips() argument
434 del_netdev_ips(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) del_netdev_ips() argument
449 del_default_gids(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) del_default_gids() argument
461 add_default_gids(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) add_default_gids() argument
472 enum_all_gids_of_dev_cb(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) enum_all_gids_of_dev_cb() argument
517 callback_for_addr_gid_device_scan(struct ib_device *device, u8 port, struct net_device *rdma_ndev, void *cookie) callback_for_addr_gid_device_scan() argument
550 handle_netdev_upper(struct ib_device *ib_dev, u8 port, void *cookie, void (*handle_netdev)(struct ib_device *ib_dev, u8 port, struct net_device *ndev)) handle_netdev_upper() argument
577 _roce_del_all_netdev_gids(struct ib_device *ib_dev, u8 port, struct net_device *event_ndev) _roce_del_all_netdev_gids() argument
583 del_netdev_upper_ips(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) del_netdev_upper_ips() argument
589 add_netdev_upper_ips(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) add_netdev_upper_ips() argument
595 del_netdev_default_ips_join(struct ib_device *ib_dev, u8 port, struct net_device *rdma_ndev, void *cookie) del_netdev_default_ips_join() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h485 bool lan966x_hw_offload(struct lan966x *lan966x, u32 port, struct sk_buff *skb);
496 void lan966x_port_config_down(struct lan966x_port *port);
497 void lan966x_port_config_up(struct lan966x_port *port);
498 void lan966x_port_status_get(struct lan966x_port *port,
500 int lan966x_port_pcs_set(struct lan966x_port *port,
502 void lan966x_port_init(struct lan966x_port *port);
504 void lan966x_port_qos_set(struct lan966x_port *port,
506 void lan966x_port_qos_dscp_rewr_mode_set(struct lan966x_port *port,
514 int lan966x_mac_learn(struct lan966x *lan966x, int port,
531 struct lan966x_port *port,
705 lan966x_xdp_port_present(struct lan966x_port *port) lan966x_xdp_port_present() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcounters.c30 * rdma_counter_set_auto_mode() - Turn on/off per-port auto mode
33 * @port: Port to use
42 int rdma_counter_set_auto_mode(struct ib_device *dev, u32 port, in rdma_counter_set_auto_mode() argument
50 port_counter = &dev->port_data[port].port_counter; in rdma_counter_set_auto_mode()
109 int rdma_counter_modify(struct ib_device *dev, u32 port, in rdma_counter_modify() argument
118 stats = ib_get_hw_stats_port(dev, port); in rdma_counter_modify()
128 ret = dev->ops.modify_hw_stat(dev, port, index, enable); in rdma_counter_modify()
141 static struct rdma_counter *alloc_and_bind(struct ib_device *dev, u32 port, in alloc_and_bind() argument
157 counter->port = port; in alloc_and_bind()
278 rdma_get_counter_auto_mode(struct ib_qp *qp, u32 port) rdma_get_counter_auto_mode() argument
323 rdma_counter_bind_qp_auto(struct ib_qp *qp, u32 port) rdma_counter_bind_qp_auto() argument
392 get_running_counters_hwstat_sum(struct ib_device *dev, u32 port, u32 index) get_running_counters_hwstat_sum() argument
429 rdma_counter_get_hwstat_value(struct ib_device *dev, u32 port, u32 index) rdma_counter_get_hwstat_value() argument
484 rdma_counter_bind_qpn(struct ib_device *dev, u32 port, u32 qp_num, u32 counter_id) rdma_counter_bind_qpn() argument
534 rdma_counter_bind_qpn_alloc(struct ib_device *dev, u32 port, u32 qp_num, u32 *counter_id) rdma_counter_bind_qpn_alloc() argument
581 rdma_counter_unbind_qpn(struct ib_device *dev, u32 port, u32 qp_num, u32 counter_id) rdma_counter_unbind_qpn() argument
614 rdma_counter_get_mode(struct ib_device *dev, u32 port, enum rdma_nl_counter_mode *mode, enum rdma_nl_counter_mask *mask) rdma_counter_get_mode() argument
630 u32 port, i; rdma_counter_init() local
662 u32 port; rdma_counter_release() local
[all...]
H A Droce_gid_mgmt.c82 unsigned long roce_gid_type_mask_support(struct ib_device *ib_dev, u32 port) in roce_gid_type_mask_support() argument
87 if (!rdma_protocol_roce(ib_dev, port)) in roce_gid_type_mask_support()
91 if (PORT_CAP_TO_GID_TYPE[i].is_supported(ib_dev, port)) in roce_gid_type_mask_support()
99 u32 port, union ib_gid *gid, in update_gid()
103 unsigned long gid_type_mask = roce_gid_type_mask_support(ib_dev, port); in update_gid()
110 ib_cache_gid_add(ib_dev, port, in update_gid()
114 ib_cache_gid_del(ib_dev, port, in update_gid()
147 is_eth_port_of_netdev_filter(struct ib_device *ib_dev, u32 port, in is_eth_port_of_netdev_filter() argument
171 is_eth_port_inactive_slave_filter(struct ib_device *ib_dev, u32 port, in is_eth_port_inactive_slave_filter() argument
193 * @port
98 update_gid(enum gid_op_type gid_op, struct ib_device *ib_dev, u32 port, union ib_gid *gid, struct ib_gid_attr *gid_attr) update_gid() argument
201 is_ndev_for_default_gid_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) is_ndev_for_default_gid_filter() argument
227 pass_all_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) pass_all_filter() argument
233 upper_device_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) upper_device_filter() argument
264 is_upper_ndev_bond_master_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) is_upper_ndev_bond_master_filter() argument
282 update_gid_ip(enum gid_op_type gid_op, struct ib_device *ib_dev, u32 port, struct net_device *ndev, struct sockaddr *addr) update_gid_ip() argument
297 bond_delete_netdev_default_gids(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, struct net_device *event_ndev) bond_delete_netdev_default_gids() argument
331 enum_netdev_ipv4_ips(struct ib_device *ib_dev, u32 port, struct net_device *ndev) enum_netdev_ipv4_ips() argument
375 enum_netdev_ipv6_ips(struct ib_device *ib_dev, u32 port, struct net_device *ndev) enum_netdev_ipv6_ips() argument
421 _add_netdev_ips(struct ib_device *ib_dev, u32 port, struct net_device *ndev) _add_netdev_ips() argument
429 add_netdev_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) add_netdev_ips() argument
435 del_netdev_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) del_netdev_ips() argument
450 del_default_gids(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) del_default_gids() argument
462 add_default_gids(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) add_default_gids() argument
473 enum_all_gids_of_dev_cb(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) enum_all_gids_of_dev_cb() argument
518 callback_for_addr_gid_device_scan(struct ib_device *device, u32 port, struct net_device *rdma_ndev, void *cookie) callback_for_addr_gid_device_scan() argument
551 handle_netdev_upper(struct ib_device *ib_dev, u32 port, void *cookie, void (*handle_netdev)(struct ib_device *ib_dev, u32 port, struct net_device *ndev)) handle_netdev_upper() argument
578 _roce_del_all_netdev_gids(struct ib_device *ib_dev, u32 port, struct net_device *event_ndev) _roce_del_all_netdev_gids() argument
584 del_netdev_upper_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) del_netdev_upper_ips() argument
590 add_netdev_upper_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) add_netdev_upper_ips() argument
596 del_netdev_default_ips_join(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) del_netdev_default_ips_join() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dadi.c86 * Per-port information.
119 static void adi_read_packet(struct adi_port *port) in adi_read_packet() argument
121 struct adi *adi = port->adi; in adi_read_packet()
122 struct gameport *gameport = port->gameport; in adi_read_packet()
162 static void adi_move_bits(struct adi_port *port, int length) in adi_move_bits() argument
165 struct adi *adi = port->adi; in adi_move_bits()
240 static int adi_read(struct adi_port *port) in adi_read() argument
245 adi_read_packet(port); in adi_read()
246 adi_move_bits(port, port in adi_read()
261 struct adi_port *port = gameport_get_drvdata(gameport); adi_poll() local
273 struct adi_port *port = input_get_drvdata(dev); adi_open() local
285 struct adi_port *port = input_get_drvdata(dev); adi_close() local
311 adi_id_decode(struct adi *adi, struct adi_port *port) adi_id_decode() argument
382 adi_init_input(struct adi *adi, struct adi_port *port, int half) adi_init_input() argument
455 struct adi_port *port; adi_connect() local
529 struct adi_port *port = gameport_get_drvdata(gameport); adi_disconnect() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c190 /* Get port status */
305 static int ti_port_probe(struct usb_serial_port *port);
306 static void ti_port_remove(struct usb_serial_port *port);
307 static int ti_open(struct tty_struct *tty, struct usb_serial_port *port);
308 static void ti_close(struct usb_serial_port *port);
309 static int ti_write(struct tty_struct *tty, struct usb_serial_port *port,
313 static bool ti_tx_empty(struct usb_serial_port *port);
317 struct usb_serial_port *port,
327 static void ti_recv(struct usb_serial_port *port, unsigned char *data,
342 static int ti_port_cmd_out(struct usb_serial_port *port, u
599 ti_port_probe(struct usb_serial_port *port) ti_port_probe() argument
632 ti_port_remove(struct usb_serial_port *port) ti_port_remove() argument
640 ti_open(struct tty_struct *tty, struct usb_serial_port *port) ti_open() argument
762 ti_close(struct usb_serial_port *port) ti_close() argument
797 ti_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *data, int count) ti_write() argument
819 struct usb_serial_port *port = tty->driver_data; ti_write_room() local
835 struct usb_serial_port *port = tty->driver_data; ti_chars_in_buffer() local
848 ti_tx_empty(struct usb_serial_port *port) ti_tx_empty() argument
872 struct usb_serial_port *port = tty->driver_data; ti_throttle() local
883 struct usb_serial_port *port = tty->driver_data; ti_unthrottle() local
895 ti_set_termios(struct tty_struct *tty, struct usb_serial_port *port, const struct ktermios *old_termios) ti_set_termios() argument
1018 struct usb_serial_port *port = tty->driver_data; ti_tiocmget() local
1047 struct usb_serial_port *port = tty->driver_data; ti_tiocmset() local
1076 struct usb_serial_port *port = tty->driver_data; ti_break() local
1107 struct usb_serial_port *port; ti_interrupt_callback() local
1189 struct usb_serial_port *port = tport->tp_port; ti_bulk_in_callback() local
1248 struct usb_serial_port *port = tport->tp_port; ti_bulk_out_callback() local
1271 ti_recv(struct usb_serial_port *port, unsigned char *data, int length) ti_recv() argument
1294 struct usb_serial_port *port = tport->tp_port; ti_send() local
1365 struct usb_serial_port *port = tport->tp_port; ti_get_lsr() local
1393 struct usb_serial_port *port = tty->driver_data; ti_get_serial_info() local
1500 ti_port_cmd_out(struct usb_serial_port *port, u8 command, u16 value, void *data, int size) ti_port_cmd_out() argument
1508 ti_port_cmd_in(struct usb_serial_port *port, u8 command, u16 value, void *data, int size) ti_port_cmd_in() argument
1516 ti_write_byte(struct usb_serial_port *port, struct ti_device *tdev, unsigned long addr, u8 mask, u8 byte) ti_write_byte() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_fc.c40 "upper limit of port scan random backoff in msecs (default 500)");
45 "minimum interval between port scans in msecs (default 60000)");
247 struct zfcp_port *port; in _zfcp_fc_incoming_rscn() local
250 list_for_each_entry(port, &adapter->port_list, list) { in _zfcp_fc_incoming_rscn()
251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
252 zfcp_fc_test_link(port); in _zfcp_fc_incoming_rscn()
277 struct zfcp_port *port; in zfcp_fc_incoming_rscn() local
280 list_for_each_entry(port, &adapter->port_list, list) { in zfcp_fc_incoming_rscn()
281 if (port->d_id) in zfcp_fc_incoming_rscn()
283 zfcp_erp_port_reopen(port, in zfcp_fc_incoming_rscn()
306 struct zfcp_port *port; zfcp_fc_incoming_wwpn() local
384 zfcp_fc_ns_gid_pn_request(struct zfcp_port *port, struct zfcp_fc_req *fc_req) zfcp_fc_ns_gid_pn_request() argument
421 zfcp_fc_ns_gid_pn(struct zfcp_port *port) zfcp_fc_ns_gid_pn() argument
448 struct zfcp_port *port = container_of(work, struct zfcp_port, zfcp_fc_port_did_lookup() local
473 zfcp_fc_trigger_did_lookup(struct zfcp_port *port) zfcp_fc_trigger_did_lookup() argument
487 zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi) zfcp_fc_plogi_evaluate() argument
515 struct zfcp_port *port = fc_req->ct_els.port; zfcp_fc_adisc_handler() local
544 zfcp_fc_adisc(struct zfcp_port *port) zfcp_fc_adisc() argument
592 struct zfcp_port *port = zfcp_fc_link_test_work() local
624 zfcp_fc_test_link(struct zfcp_port *port) zfcp_fc_test_link() argument
715 zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh) zfcp_fc_validate_port() argument
736 struct zfcp_port *port, *tmp; zfcp_fc_eval_gpn_ft() local
1024 struct zfcp_port *port; zfcp_fc_exec_els_job() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fc.c40 "upper limit of port scan random backoff in msecs (default 500)");
45 "minimum interval between port scans in msecs (default 60000)");
247 struct zfcp_port *port; in _zfcp_fc_incoming_rscn() local
250 list_for_each_entry(port, &adapter->port_list, list) { in _zfcp_fc_incoming_rscn()
251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
252 zfcp_fc_test_link(port); in _zfcp_fc_incoming_rscn()
277 struct zfcp_port *port; in zfcp_fc_incoming_rscn() local
280 list_for_each_entry(port, &adapter->port_list, list) { in zfcp_fc_incoming_rscn()
281 if (port->d_id) in zfcp_fc_incoming_rscn()
283 zfcp_erp_port_reopen(port, in zfcp_fc_incoming_rscn()
306 struct zfcp_port *port; zfcp_fc_incoming_wwpn() local
384 zfcp_fc_ns_gid_pn_request(struct zfcp_port *port, struct zfcp_fc_req *fc_req) zfcp_fc_ns_gid_pn_request() argument
421 zfcp_fc_ns_gid_pn(struct zfcp_port *port) zfcp_fc_ns_gid_pn() argument
448 struct zfcp_port *port = container_of(work, struct zfcp_port, zfcp_fc_port_did_lookup() local
473 zfcp_fc_trigger_did_lookup(struct zfcp_port *port) zfcp_fc_trigger_did_lookup() argument
487 zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi) zfcp_fc_plogi_evaluate() argument
515 struct zfcp_port *port = fc_req->ct_els.port; zfcp_fc_adisc_handler() local
544 zfcp_fc_adisc(struct zfcp_port *port) zfcp_fc_adisc() argument
592 struct zfcp_port *port = zfcp_fc_link_test_work() local
624 zfcp_fc_test_link(struct zfcp_port *port) zfcp_fc_test_link() argument
715 zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh) zfcp_fc_validate_port() argument
736 struct zfcp_port *port, *tmp; zfcp_fc_eval_gpn_ft() local
1024 struct zfcp_port *port; zfcp_fc_exec_els_job() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c262 struct usb_tx_data_port *port; in mwifiex_usb_tx_complete() local
279 port = &card->port[i]; in mwifiex_usb_tx_complete()
280 if (context->ep == port->tx_data_ep) { in mwifiex_usb_tx_complete()
281 atomic_dec(&port->tx_data_urb_pending); in mwifiex_usb_tx_complete()
282 port->block_status = false; in mwifiex_usb_tx_complete()
359 struct usb_tx_data_port *port; in mwifiex_usb_free() local
379 port = &card->port[i]; in mwifiex_usb_free()
381 usb_kill_urb(port in mwifiex_usb_free()
551 struct usb_tx_data_port *port; mwifiex_usb_suspend() local
822 mwifiex_usb_construct_send_urb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, u8 ep, struct urb_context *context, struct sk_buff *skb_send) mwifiex_usb_construct_send_urb() argument
883 mwifiex_usb_prepare_tx_aggr_skb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, struct sk_buff **skb_send) mwifiex_usb_prepare_tx_aggr_skb() argument
968 mwifiex_usb_aggr_tx_data(struct mwifiex_adapter *adapter, u8 ep, struct sk_buff *skb, struct mwifiex_tx_param *tx_param, struct usb_tx_data_port *port) mwifiex_usb_aggr_tx_data() argument
1147 struct usb_tx_data_port *port = timer_context->port; mwifiex_usb_tx_aggr_tmo() local
1187 struct usb_tx_data_port *port = NULL; mwifiex_usb_host_to_card() local
1245 struct usb_tx_data_port *port; mwifiex_usb_tx_init() local
1362 struct usb_tx_data_port *port; mwifiex_usb_cleanup_tx_aggr() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdac_hdmi.c116 struct hdac_hdmi_port *port; member
158 struct hdac_hdmi_port *port, bool is_connect) in hdac_hdmi_jack_report()
160 struct hdac_device *hdev = port->pin->hdev; in hdac_hdmi_jack_report()
162 port->is_connect = is_connect; in hdac_hdmi_jack_report()
190 static void hdac_hdmi_port_dapm_update(struct hdac_hdmi_port *port) in hdac_hdmi_port_dapm_update() argument
192 if (port->is_connect) in hdac_hdmi_port_dapm_update()
193 snd_soc_dapm_enable_pin(port->dapm, port->jack_pin); in hdac_hdmi_port_dapm_update()
195 snd_soc_dapm_disable_pin(port->dapm, port in hdac_hdmi_port_dapm_update()
157 hdac_hdmi_jack_report(struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port, bool is_connect) hdac_hdmi_jack_report() argument
201 struct hdac_hdmi_port *port; hdac_hdmi_jack_dapm_work() local
207 hdac_hdmi_jack_report_sync(struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port, bool is_connect) hdac_hdmi_jack_report_sync() argument
241 hdac_hdmi_port_select_get(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_port_select_get() argument
252 hdac_hdmi_port_select_set(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_port_select_set() argument
356 hdac_hdmi_setup_audio_infoframe(struct hdac_device *hdev, struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port) hdac_hdmi_setup_audio_infoframe() argument
489 hdac_hdmi_query_port_connlist(struct hdac_device *hdev, struct hdac_hdmi_pin *pin, struct hdac_hdmi_port *port) hdac_hdmi_query_port_connlist() argument
531 struct hdac_hdmi_port *port = NULL; hdac_hdmi_get_port_from_cvt() local
567 struct hdac_hdmi_port *port; hdac_hdmi_verify_connect_sel_all_pins() local
595 struct hdac_hdmi_port *port; hdac_hdmi_pcm_open() local
717 hdac_hdmi_get_pcm(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_get_pcm() argument
770 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_pin_output_widget_event() local
870 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_pin_mux_widget_event() local
905 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_set_pin_port_mux() local
960 hdac_hdmi_create_pin_port_muxs(struct hdac_device *hdev, struct hdac_hdmi_port *port, struct snd_soc_dapm_widget *widget, const char *widget_name) hdac_hdmi_create_pin_port_muxs() argument
1224 hdac_hdmi_parse_eld(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_parse_eld() argument
1250 hdac_hdmi_present_sense(struct hdac_hdmi_pin *pin, struct hdac_hdmi_port *port) hdac_hdmi_present_sense() argument
1438 struct hdac_hdmi_port *port; hdac_hdmi_eld_ctl_info() local
1479 struct hdac_hdmi_port *port; hdac_hdmi_eld_ctl_get() local
1697 hdac_hdmi_eld_notify_cb(void *aptr, int port, int pipe) hdac_hdmi_eld_notify_cb() argument
2083 struct hdac_hdmi_port *port; hdac_hdmi_set_chmap() local
2118 struct hdac_hdmi_port *port; hdac_hdmi_get_spk_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c163 * @port: the port to access
167 ice_fill_phy_msg_e822(struct ice_sbq_msg_input *msg, u8 port, u16 offset) in ice_fill_phy_msg_e822() argument
171 phy_port = port % ICE_PORTS_PER_PHY; in ice_fill_phy_msg_e822()
172 phy = port / ICE_PORTS_PER_PHY; in ice_fill_phy_msg_e822()
173 quadtype = (port / ICE_PORTS_PER_QUAD) % ICE_NUM_QUAD_TYPE; in ice_fill_phy_msg_e822()
292 * @port: PHY port to read from
296 * Read a PHY register for the given port over the device sideband queue.
299 ice_read_phy_reg_e822(struct ice_hw *hw, u8 port, u1 argument
332 ice_read_64b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 *val) ice_read_64b_phy_reg_e822() argument
376 ice_write_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 val) ice_write_phy_reg_e822() argument
406 ice_write_40b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 val) ice_write_40b_phy_reg_e822() argument
454 ice_write_64b_phy_reg_e822(struct ice_hw *hw, u8 port, u16 low_addr, u64 val) ice_write_64b_phy_reg_e822() argument
977 u8 port; ice_ptp_set_vernier_wl() local
1036 u8 port; ice_ptp_prep_phy_time_e822() local
1085 ice_ptp_prep_port_adj_e822(struct ice_hw *hw, u8 port, s64 time) ice_ptp_prep_port_adj_e822() argument
1136 u8 port; ice_ptp_prep_phy_adj_e822() local
1171 u8 port; ice_ptp_prep_phy_incval_e822() local
1201 ice_ptp_read_port_capture(struct ice_hw *hw, u8 port, u64 *tx_ts, u64 *rx_ts) ice_ptp_read_port_capture() argument
1242 ice_ptp_write_port_cmd_e822(struct ice_hw *hw, u8 port, enum ice_ptp_tmr_cmd cmd) ice_ptp_write_port_cmd_e822() argument
1327 u8 port; ice_ptp_one_port_cmd() local
1357 u8 port; ice_ptp_port_cmd_e822() local
1388 ice_phy_get_speed_and_fec_e822(struct ice_hw *hw, u8 port, enum ice_ptp_link_spd *link_out, enum ice_ptp_fec_mode *fec_out) ice_phy_get_speed_and_fec_e822() argument
1458 ice_phy_cfg_lane_e822(struct ice_hw *hw, u8 port) ice_phy_cfg_lane_e822() argument
1540 ice_phy_cfg_uix_e822(struct ice_hw *hw, u8 port) ice_phy_cfg_uix_e822() argument
1622 ice_phy_cfg_parpcs_e822(struct ice_hw *hw, u8 port) ice_phy_cfg_parpcs_e822() argument
1795 ice_phy_cfg_tx_offset_e822(struct ice_hw *hw, u8 port) ice_phy_cfg_tx_offset_e822() argument
1895 ice_phy_calc_pmd_adj_e822(struct ice_hw *hw, u8 port, enum ice_ptp_link_spd link_spd, enum ice_ptp_fec_mode fec_mode, u64 *pmd_adj) ice_phy_calc_pmd_adj_e822() argument
2098 ice_phy_cfg_rx_offset_e822(struct ice_hw *hw, u8 port) ice_phy_cfg_rx_offset_e822() argument
2203 ice_read_phy_and_phc_time_e822(struct ice_hw *hw, u8 port, u64 *phy_time, u64 *phc_time) ice_read_phy_and_phc_time_e822() argument
2260 ice_sync_phy_timer_e822(struct ice_hw *hw, u8 port) ice_sync_phy_timer_e822() argument
2330 ice_stop_phy_timer_e822(struct ice_hw *hw, u8 port, bool soft_reset) ice_stop_phy_timer_e822() argument
2380 ice_start_phy_timer_e822(struct ice_hw *hw, u8 port) ice_start_phy_timer_e822() argument
2927 ice_get_phy_tx_tstamp_ready_e810(struct ice_hw *hw, u8 port, u64 *tstamp_ready) ice_get_phy_tx_tstamp_ready_e810() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c250 struct usb_tx_data_port *port; in mwifiex_usb_tx_complete() local
267 port = &card->port[i]; in mwifiex_usb_tx_complete()
268 if (context->ep == port->tx_data_ep) { in mwifiex_usb_tx_complete()
269 atomic_dec(&port->tx_data_urb_pending); in mwifiex_usb_tx_complete()
270 port->block_status = false; in mwifiex_usb_tx_complete()
347 struct usb_tx_data_port *port; in mwifiex_usb_free() local
367 port = &card->port[i]; in mwifiex_usb_free()
369 usb_kill_urb(port in mwifiex_usb_free()
539 struct usb_tx_data_port *port; mwifiex_usb_suspend() local
810 mwifiex_usb_construct_send_urb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, u8 ep, struct urb_context *context, struct sk_buff *skb_send) mwifiex_usb_construct_send_urb() argument
871 mwifiex_usb_prepare_tx_aggr_skb(struct mwifiex_adapter *adapter, struct usb_tx_data_port *port, struct sk_buff **skb_send) mwifiex_usb_prepare_tx_aggr_skb() argument
956 mwifiex_usb_aggr_tx_data(struct mwifiex_adapter *adapter, u8 ep, struct sk_buff *skb, struct mwifiex_tx_param *tx_param, struct usb_tx_data_port *port) mwifiex_usb_aggr_tx_data() argument
1135 struct usb_tx_data_port *port = timer_context->port; mwifiex_usb_tx_aggr_tmo() local
1175 struct usb_tx_data_port *port = NULL; mwifiex_usb_host_to_card() local
1233 struct usb_tx_data_port *port; mwifiex_usb_tx_init() local
1350 struct usb_tx_data_port *port; mwifiex_usb_cleanup_tx_aggr() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdac_hdmi.c116 struct hdac_hdmi_port *port; member
158 struct hdac_hdmi_port *port, bool is_connect) in hdac_hdmi_jack_report()
160 struct hdac_device *hdev = port->pin->hdev; in hdac_hdmi_jack_report()
162 port->is_connect = is_connect; in hdac_hdmi_jack_report()
190 static void hdac_hdmi_port_dapm_update(struct hdac_hdmi_port *port) in hdac_hdmi_port_dapm_update() argument
192 if (port->is_connect) in hdac_hdmi_port_dapm_update()
193 snd_soc_dapm_enable_pin(port->dapm, port->jack_pin); in hdac_hdmi_port_dapm_update()
195 snd_soc_dapm_disable_pin(port->dapm, port in hdac_hdmi_port_dapm_update()
157 hdac_hdmi_jack_report(struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port, bool is_connect) hdac_hdmi_jack_report() argument
201 struct hdac_hdmi_port *port; hdac_hdmi_jack_dapm_work() local
207 hdac_hdmi_jack_report_sync(struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port, bool is_connect) hdac_hdmi_jack_report_sync() argument
241 hdac_hdmi_port_select_get(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_port_select_get() argument
252 hdac_hdmi_port_select_set(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_port_select_set() argument
356 hdac_hdmi_setup_audio_infoframe(struct hdac_device *hdev, struct hdac_hdmi_pcm *pcm, struct hdac_hdmi_port *port) hdac_hdmi_setup_audio_infoframe() argument
489 hdac_hdmi_query_port_connlist(struct hdac_device *hdev, struct hdac_hdmi_pin *pin, struct hdac_hdmi_port *port) hdac_hdmi_query_port_connlist() argument
531 struct hdac_hdmi_port *port; hdac_hdmi_get_port_from_cvt() local
567 struct hdac_hdmi_port *port; hdac_hdmi_verify_connect_sel_all_pins() local
595 struct hdac_hdmi_port *port; hdac_hdmi_pcm_open() local
717 hdac_hdmi_get_pcm(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_get_pcm() argument
770 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_pin_output_widget_event() local
870 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_pin_mux_widget_event() local
905 struct hdac_hdmi_port *port = w->priv; hdac_hdmi_set_pin_port_mux() local
960 hdac_hdmi_create_pin_port_muxs(struct hdac_device *hdev, struct hdac_hdmi_port *port, struct snd_soc_dapm_widget *widget, const char *widget_name) hdac_hdmi_create_pin_port_muxs() argument
1224 hdac_hdmi_parse_eld(struct hdac_device *hdev, struct hdac_hdmi_port *port) hdac_hdmi_parse_eld() argument
1250 hdac_hdmi_present_sense(struct hdac_hdmi_pin *pin, struct hdac_hdmi_port *port) hdac_hdmi_present_sense() argument
1438 struct hdac_hdmi_port *port; hdac_hdmi_eld_ctl_info() local
1479 struct hdac_hdmi_port *port; hdac_hdmi_eld_ctl_get() local
1697 hdac_hdmi_eld_notify_cb(void *aptr, int port, int pipe) hdac_hdmi_eld_notify_cb() argument
2082 struct hdac_hdmi_port *port; hdac_hdmi_set_chmap() local
2117 struct hdac_hdmi_port *port; hdac_hdmi_get_spk_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dsi_dcs_backlight.c52 enum port port; in dcs_get_backlight() local
55 for_each_dsi_port(port, intel_dsi->dcs_backlight_ports) { in dcs_get_backlight()
56 dsi_device = intel_dsi->dsi_hosts[port]->device; in dcs_get_backlight()
70 enum port port; in dcs_set_backlight() local
73 for_each_dsi_port(port, intel_dsi->dcs_backlight_ports) { in dcs_set_backlight()
74 dsi_device = intel_dsi->dsi_hosts[port]->device; in dcs_set_backlight()
84 enum port port; in dcs_disable_backlight() local
119 enum port port; dcs_enable_backlight() local
[all...]
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dio.h71 * IO port access primitives. Hexagon doesn't have special IO access
74 * in/out are used for "ports", but we don't have "port instructions",
201 * inb - read byte from I/O port or something
202 * @port: address in I/O space
206 static inline u8 inb(unsigned long port) in inb() argument
208 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb()
211 static inline u16 inw(unsigned long port) in inw() argument
213 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw()
216 static inline u32 inl(unsigned long port) in inl() argument
218 return readl(_IO_BASE + (port in inl()
226 outb(u8 data, unsigned long port) outb() argument
231 outw(u16 data, unsigned long port) outw() argument
236 outl(u32 data, unsigned long port) outl() argument
249 insb(unsigned long port, void *buffer, int count) insb() argument
260 insw(unsigned long port, void *buffer, int count) insw() argument
271 insl(unsigned long port, void *buffer, int count) insl() argument
282 outsb(unsigned long port, const void *buffer, int count) outsb() argument
292 outsw(unsigned long port, const void *buffer, int count) outsw() argument
302 outsl(unsigned long port, const void *buffer, int count) outsl() argument
[all...]
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dio.h68 * IO port access primitives. Hexagon doesn't have special IO access
71 * in/out are used for "ports", but we don't have "port instructions",
203 * inb - read byte from I/O port or something
204 * @port: address in I/O space
208 static inline u8 inb(unsigned long port) in inb() argument
210 return readb(_IO_BASE + (port & IO_SPACE_LIMIT)); in inb()
213 static inline u16 inw(unsigned long port) in inw() argument
215 return readw(_IO_BASE + (port & IO_SPACE_LIMIT)); in inw()
218 static inline u32 inl(unsigned long port) in inl() argument
220 return readl(_IO_BASE + (port in inl()
228 outb(u8 data, unsigned long port) outb() argument
233 outw(u16 data, unsigned long port) outw() argument
238 outl(u32 data, unsigned long port) outl() argument
251 insb(unsigned long port, void *buffer, int count) insb() argument
262 insw(unsigned long port, void *buffer, int count) insw() argument
273 insl(unsigned long port, void *buffer, int count) insl() argument
284 outsb(unsigned long port, const void *buffer, int count) outsb() argument
294 outsw(unsigned long port, const void *buffer, int count) outsw() argument
304 outsl(unsigned long port, const void *buffer, int count) outsl() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_of.c27 * drm_of_crtc_port_mask - find the mask of a registered CRTC by port OF node
29 * @port: port OF node
31 * Given a port OF node, return the possible mask of the corresponding
35 struct device_node *port) in drm_of_crtc_port_mask()
41 if (tmp->port == port) in drm_of_crtc_port_mask()
52 * drm_of_find_possible_crtcs - find the possible CRTCs for an encoder port
54 * @port: encoder port t
34 drm_of_crtc_port_mask(struct drm_device *dev, struct device_node *port) drm_of_crtc_port_mask() argument
62 drm_of_find_possible_crtcs(struct drm_device *dev, struct device_node *port) drm_of_find_possible_crtcs() argument
119 struct device_node *ep, *port, *remote; drm_of_component_probe() local
202 struct device_node *port; drm_of_encoder_active_endpoint() local
236 drm_of_find_panel_or_bridge(const struct device_node *np, int port, int endpoint, struct drm_panel **panel, struct drm_bridge **bridge) drm_of_find_panel_or_bridge() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c163 do_gets (int port) in do_gets() argument
173 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in do_gets()
233 testInternalGet (int port, int poll_flag) in testInternalGet() argument
238 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testInternalGet()
242 join_gets (do_gets (port)); in testInternalGet()
250 testMultithreadedGet (int port, int poll_flag) in testMultithreadedGet() argument
255 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); in testMultithreadedGet()
259 join_gets (do_gets (port)); in testMultithreadedGet()
266 testMultithreadedPoolGet (int port, int poll_flag) in testMultithreadedPoolGet() argument
271 port, NUL in testMultithreadedPoolGet()
283 testExternalGet(int port) testExternalGet() argument
337 int port = 1081; main() local
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-ws16c48.c41 * @base: base port address of the GPIO device
56 const unsigned port = offset / 8; in ws16c48_gpio_get_direction() local
59 if (ws16c48gpio->io_state[port] & mask) in ws16c48_gpio_get_direction()
68 const unsigned port = offset / 8; in ws16c48_gpio_direction_input() local
74 ws16c48gpio->io_state[port] |= mask; in ws16c48_gpio_direction_input()
75 ws16c48gpio->out_state[port] &= ~mask; in ws16c48_gpio_direction_input()
76 outb(ws16c48gpio->out_state[port], ws16c48gpio->base + port); in ws16c48_gpio_direction_input()
87 const unsigned port = offset / 8; in ws16c48_gpio_direction_output() local
93 ws16c48gpio->io_state[port] in ws16c48_gpio_direction_output()
108 const unsigned port = offset / 8; ws16c48_gpio_get() local
153 const unsigned port = offset / 8; ws16c48_gpio_set() local
209 const unsigned port = offset / 8; ws16c48_irq_ack() local
236 const unsigned port = offset / 8; ws16c48_irq_mask() local
260 const unsigned port = offset / 8; ws16c48_irq_unmask() local
284 const unsigned port = offset / 8; ws16c48_irq_set_type() local
329 unsigned long port; ws16c48_irq_handler() local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Ddsa_loop.c79 int port, in dsa_loop_get_protocol()
82 dev_dbg(ds->dev, "%s: port: %d\n", __func__, port); in dsa_loop_get_protocol()
106 static int dsa_loop_get_sset_count(struct dsa_switch *ds, int port, int sset) in dsa_loop_get_sset_count() argument
114 static void dsa_loop_get_strings(struct dsa_switch *ds, int port, in dsa_loop_get_strings() argument
125 ps->ports[port].mib[i].name, ETH_GSTRING_LEN); in dsa_loop_get_strings()
128 static void dsa_loop_get_ethtool_stats(struct dsa_switch *ds, int port, in dsa_loop_get_ethtool_stats() argument
135 data[i] = ps->ports[port].mib[i].val; in dsa_loop_get_ethtool_stats()
138 static int dsa_loop_phy_read(struct dsa_switch *ds, int port, int regnum) in dsa_loop_phy_read() argument
144 ret = mdiobus_read_nested(bus, ps->port_base + port, regnu in dsa_loop_phy_read()
78 dsa_loop_get_protocol(struct dsa_switch *ds, int port, enum dsa_tag_protocol mp) dsa_loop_get_protocol() argument
153 dsa_loop_phy_write(struct dsa_switch *ds, int port, int regnum, u16 value) dsa_loop_phy_write() argument
169 dsa_loop_port_bridge_join(struct dsa_switch *ds, int port, struct net_device *bridge) dsa_loop_port_bridge_join() argument
178 dsa_loop_port_bridge_leave(struct dsa_switch *ds, int port, struct net_device *bridge) dsa_loop_port_bridge_leave() argument
185 dsa_loop_port_stp_state_set(struct dsa_switch *ds, int port, u8 state) dsa_loop_port_stp_state_set() argument
192 dsa_loop_port_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering, struct switchdev_trans *trans) dsa_loop_port_vlan_filtering() argument
203 dsa_loop_port_vlan_prepare(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan) dsa_loop_port_vlan_prepare() argument
221 dsa_loop_port_vlan_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan) dsa_loop_port_vlan_add() argument
251 dsa_loop_port_vlan_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan) dsa_loop_port_vlan_del() argument
281 dsa_loop_port_change_mtu(struct dsa_switch *ds, int port, int new_mtu) dsa_loop_port_change_mtu() argument
291 dsa_loop_port_max_mtu(struct dsa_switch *ds, int port) dsa_loop_port_max_mtu() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c77 int sparx5_ptp_hwtstamp_set(struct sparx5_port *port, in sparx5_ptp_hwtstamp_set() argument
81 struct sparx5 *sparx5 = port->sparx5; in sparx5_ptp_hwtstamp_set()
89 if (test_bit(port->portno, sparx5->bridge_mask)) in sparx5_ptp_hwtstamp_set()
94 port->ptp_cmd = IFH_REW_OP_TWO_STEP_PTP; in sparx5_ptp_hwtstamp_set()
97 port->ptp_cmd = IFH_REW_OP_ONE_STEP_PTP; in sparx5_ptp_hwtstamp_set()
100 port->ptp_cmd = IFH_REW_OP_NOOP; in sparx5_ptp_hwtstamp_set()
138 void sparx5_ptp_hwtstamp_get(struct sparx5_port *port, in sparx5_ptp_hwtstamp_get() argument
141 struct sparx5 *sparx5 = port->sparx5; in sparx5_ptp_hwtstamp_get()
148 static void sparx5_ptp_classify(struct sparx5_port *port, struct sk_buff *skb, in sparx5_ptp_classify() argument
155 if (port in sparx5_ptp_classify()
203 sparx5_ptp_txtstamp_old_release(struct sparx5_port *port) sparx5_ptp_txtstamp_old_release() argument
220 sparx5_ptp_txtstamp_request(struct sparx5_port *port, struct sk_buff *skb) sparx5_ptp_txtstamp_request() argument
259 sparx5_ptp_txtstamp_release(struct sparx5_port *port, struct sk_buff *skb) sparx5_ptp_txtstamp_release() argument
310 struct sparx5_port *port; sparx5_ptp_irq_handler() local
595 struct sparx5_port *port; sparx5_ptp_init() local
646 struct sparx5_port *port; sparx5_ptp_deinit() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Drx.c24 void ia_css_isys_rx_enable_all_interrupts(enum mipi_port_id port) in ia_css_isys_rx_enable_all_interrupts() argument
27 port, in ia_css_isys_rx_enable_all_interrupts()
49 port, in ia_css_isys_rx_enable_all_interrupts()
71 enum mipi_port_id port = MIPI_PORT0_ID; in ia_css_isys_port_to_mipi_port() local
74 port = MIPI_PORT1_ID; in ia_css_isys_port_to_mipi_port()
76 port = MIPI_PORT2_ID; in ia_css_isys_port_to_mipi_port()
78 return port; in ia_css_isys_port_to_mipi_port()
81 unsigned int ia_css_isys_rx_get_interrupt_reg(enum mipi_port_id port) in ia_css_isys_rx_get_interrupt_reg() argument
84 port, in ia_css_isys_rx_get_interrupt_reg()
96 enum mipi_port_id port in ia_css_rx_port_get_irq_info() local
101 ia_css_isys_rx_get_irq_info(enum mipi_port_id port, unsigned int *irq_infos) ia_css_isys_rx_get_irq_info() argument
160 enum mipi_port_id port = ia_css_isys_port_to_mipi_port(api_port); ia_css_rx_port_clear_irq_info() local
165 ia_css_isys_rx_clear_irq_info(enum mipi_port_id port, unsigned int irq_infos) ia_css_isys_rx_clear_irq_info() argument
494 enum mipi_port_id port; ia_css_isys_rx_configure() local
591 enum mipi_port_id port; ia_css_isys_rx_disable() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dgarmin_gps.c27 /* the mode to be set when the port ist opened */
119 struct usb_serial_port *port; member
171 static int garmin_write_bulk(struct usb_serial_port *port,
242 static void send_to_tty(struct usb_serial_port *port, in send_to_tty() argument
246 usb_serial_debug_data(&port->dev, __func__, actual_length, data); in send_to_tty()
247 tty_insert_flip_string(&port->port, data, actual_length); in send_to_tty()
248 tty_flip_buffer_push(&port->port); in send_to_tty()
285 dev_dbg(&garmin_data_p->port in pkt_add()
804 priv_status_resp(struct usb_serial_port *port) priv_status_resp() argument
824 process_resetdev_request(struct usb_serial_port *port) process_resetdev_request() argument
866 garmin_init_session(struct usb_serial_port *port) garmin_init_session() argument
906 garmin_open(struct tty_struct *tty, struct usb_serial_port *port) garmin_open() argument
929 garmin_close(struct usb_serial_port *port) garmin_close() argument
951 struct usb_serial_port *port = urb->context; garmin_write_bulk_callback() local
975 garmin_write_bulk(struct usb_serial_port *port, const unsigned char *buf, int count, int dismiss_ack) garmin_write_bulk() argument
1043 garmin_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) garmin_write() argument
1117 struct usb_serial_port *port = tty->driver_data; garmin_write_room() local
1165 struct usb_serial_port *port = urb->context; garmin_read_bulk_callback() local
1213 struct usb_serial_port *port = urb->context; garmin_read_int_callback() local
1320 struct usb_serial_port *port = tty->driver_data; garmin_throttle() local
1333 struct usb_serial_port *port = tty->driver_data; garmin_unthrottle() local
1372 garmin_port_probe(struct usb_serial_port *port) garmin_port_probe() argument
1403 garmin_port_remove(struct usb_serial_port *port) garmin_port_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c47 #define RZA1_ADDR(mem, reg, port) ((mem) + (reg) + ((port) * 4))
88 * Each struct rza1_bidir_entry describes a port.
100 u16 port: 4; member
259 { .port = 2, .pin = 7, .func = 4, .input = 0 },
260 { .port = 2, .pin = 11, .func = 4, .input = 0 },
261 { .port = 3, .pin = 7, .func = 3, .input = 0 },
262 { .port = 3, .pin = 7, .func = 8, .input = 0 },
263 { .port = 4, .pin = 7, .func = 5, .input = 0 },
264 { .port
445 u8 port; global() member
502 rza1_pinmux_get_bidir(unsigned int port, unsigned int pin, unsigned int func, const struct rza1_bidir_entry *table) rza1_pinmux_get_bidir() argument
520 rza1_pinmux_get_swio(unsigned int port, unsigned int pin, unsigned int func, const struct rza1_swio_entry *table) rza1_pinmux_get_swio() argument
542 rza1_pinmux_get_flags(unsigned int port, unsigned int pin, unsigned int func, struct rza1_pinctrl *rza1_pctl) rza1_pinmux_get_flags() argument
573 rza1_set_bit(struct rza1_port *port, unsigned int reg, unsigned int bit, bool set) rza1_set_bit() argument
587 rza1_get_bit(struct rza1_port *port, unsigned int reg, unsigned int bit) rza1_get_bit() argument
606 rza1_pin_reset(struct rza1_port *port, unsigned int pin) rza1_pin_reset() argument
630 rza1_pin_set_direction(struct rza1_port *port, unsigned int pin, bool input) rza1_pin_set_direction() argument
649 rza1_pin_set(struct rza1_port *port, unsigned int pin, unsigned int value) rza1_pin_set() argument
659 rza1_pin_get(struct rza1_port *port, unsigned int pin) rza1_pin_get() argument
673 struct rza1_port *port = &rza1_pctl->ports[mux_conf->port]; rza1_pin_mux_single() local
752 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_request() local
771 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_free() local
778 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_get_direction() local
789 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_direction_input() local
800 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_direction_output() local
821 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_get() local
829 struct rza1_port *port = gpiochip_get_data(chip); rza1_gpio_set() local
1317 unsigned int port = RZA1_PIN_ID_TO_PORT(i); rza1_pinctrl_register() local
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...320