Home
last modified time | relevance | path

Searched refs:port (Results 1451 - 1475 of 7991) sorted by relevance

1...<<51525354555657585960>>...320

/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/memory/
H A Dmt2701-larb-port.h11 * Mediatek m4u generation 1 such as mt2701 has flat m4u port numbers,
12 * the first port's id for larb[N] would be the last port's id of larb[N - 1]
13 * plus one while larb[0]'s first port number is 0. The definition of
15 * But m4u generation 2 like mt8173 have different port number, it use fixed
16 * offset for each larb, the first port's id for larb[N] would be (N * 32).
23 #define MT2701_M4U_ID_LARB0(port) ((port) + LARB0_PORT_OFFSET)
24 #define MT2701_M4U_ID_LARB1(port) ((port)
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h73 ahc_inw(struct ahc_softc *ahc, u_int port);
74 void ahc_outw(struct ahc_softc *ahc, u_int port,
77 ahc_inl(struct ahc_softc *ahc, u_int port);
78 void ahc_outl(struct ahc_softc *ahc, u_int port,
81 ahc_inq(struct ahc_softc *ahc, u_int port);
82 void ahc_outq(struct ahc_softc *ahc, u_int port,
/third_party/node/test/parallel/
H A Dtest-inspector-port-zero-cluster.js19 // code 12 can happen if inspector could not bind because of a port clash
22 const port = worker.process.spawnargs
26 res(Number(port));
37 assert(ports.every((port) => port > 0));
38 assert(ports.every((port) => port < 65536));
H A Dtest-tls-add-context.js54 port: server.address().port,
62 port: server.address().port,
70 port: server.address().port,
/third_party/node/test/sequential/
H A Dtest-dgram-pingpong.js6 function pingPongTest(port, host) {
10 server.send('PONG', 0, 4, rinfo.port, rinfo.address);
18 console.log(`server listening on ${port}`);
33 console.log(`Client sending to ${port}`);
36 client.send('PING', 0, 4, port, 'localhost');
41 server.bind(port, host);
/third_party/musl/src/network/
H A Dgetservbyport_r.c10 int getservbyport_r(int port, const char *prots, in getservbyport_r() argument
16 .sin_port = port, in getservbyport_r()
20 int r = getservbyport_r(port, "tcp", se, buf, buflen, res); in getservbyport_r()
21 if (r) r = getservbyport_r(port, "udp", se, buf, buflen, res); in getservbyport_r()
36 se->s_port = port; in getservbyport_r()
55 /* A numeric port string is not a service record. */ in getservbyport_r()
56 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyport_r.c10 int getservbyport_r(int port, const char *prots, in getservbyport_r() argument
16 .sin_port = port, in getservbyport_r()
20 int r = getservbyport_r(port, "tcp", se, buf, buflen, res); in getservbyport_r()
21 if (r) r = getservbyport_r(port, "udp", se, buf, buflen, res); in getservbyport_r()
36 se->s_port = port; in getservbyport_r()
54 /* A numeric port string is not a service record. */ in getservbyport_r()
55 if (strtol(buf, 0, 10)==ntohs(port)) return ENOENT; in getservbyport_r()
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c59 session_init_in.port.integrated_port_type = data->port_type; in mei_hdcp_initiate_session()
60 session_init_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_initiate_session()
61 session_init_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_initiate_session()
129 verify_rxcert_in.port.integrated_port_type = data->port_type; in mei_hdcp_verify_receiver_cert_prepare_km()
130 verify_rxcert_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_verify_receiver_cert_prepare_km()
131 verify_rxcert_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_verify_receiver_cert_prepare_km()
200 send_hprime_in.port.integrated_port_type = data->port_type; in mei_hdcp_verify_hprime()
201 send_hprime_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_verify_hprime()
202 send_hprime_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_verify_hprime()
258 pairing_info_in.port in mei_hdcp_store_pairing_info()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c104 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
129 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
163 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
175 cmd->base.port = PORT_MII; in netxen_nic_get_link_ksettings()
190 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
199 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
206 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
221 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
226 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
229 cmd->base.port in netxen_nic_get_link_ksettings()
291 int port = adapter->physical_port; netxen_nic_get_regs() local
356 u32 val, port; netxen_nic_test_link() local
477 int port = adapter->physical_port; netxen_nic_get_pauseparam() local
524 int port = adapter->physical_port; netxen_nic_set_pauseparam() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c59 session_init_in.port.integrated_port_type = data->port_type; in mei_hdcp_initiate_session()
60 session_init_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_initiate_session()
61 session_init_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_initiate_session()
129 verify_rxcert_in.port.integrated_port_type = data->port_type; in mei_hdcp_verify_receiver_cert_prepare_km()
130 verify_rxcert_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_verify_receiver_cert_prepare_km()
131 verify_rxcert_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_verify_receiver_cert_prepare_km()
200 send_hprime_in.port.integrated_port_type = data->port_type; in mei_hdcp_verify_hprime()
201 send_hprime_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_verify_hprime()
202 send_hprime_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_verify_hprime()
258 pairing_info_in.port in mei_hdcp_store_pairing_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c104 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
129 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
163 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
175 cmd->base.port = PORT_MII; in netxen_nic_get_link_ksettings()
190 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
199 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
206 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
221 cmd->base.port = PORT_FIBRE; in netxen_nic_get_link_ksettings()
226 cmd->base.port = PORT_TP; in netxen_nic_get_link_ksettings()
229 cmd->base.port in netxen_nic_get_link_ksettings()
291 int port = adapter->physical_port; netxen_nic_get_regs() local
356 u32 val, port; netxen_nic_test_link() local
481 int port = adapter->physical_port; netxen_nic_get_pauseparam() local
528 int port = adapter->physical_port; netxen_nic_set_pauseparam() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.c45 session_init_in.port.integrated_port_type = data->port_type; in gsc_hdcp_initiate_session()
46 session_init_in.port.physical_port = (u8)data->hdcp_ddi; in gsc_hdcp_initiate_session()
47 session_init_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in gsc_hdcp_initiate_session()
102 verify_rxcert_in.port.integrated_port_type = data->port_type; in gsc_hdcp_verify_receiver_cert_prepare_km()
103 verify_rxcert_in.port.physical_port = (u8)data->hdcp_ddi; in gsc_hdcp_verify_receiver_cert_prepare_km()
104 verify_rxcert_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in gsc_hdcp_verify_receiver_cert_prepare_km()
164 send_hprime_in.port.integrated_port_type = data->port_type; in gsc_hdcp_verify_hprime()
165 send_hprime_in.port.physical_port = (u8)data->hdcp_ddi; in gsc_hdcp_verify_hprime()
166 send_hprime_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in gsc_hdcp_verify_hprime()
213 pairing_info_in.port in gsc_hdcp_store_pairing_info()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcm.c60 [IB_CM_REJ_PORT_CM_REDIRECT] = "port CM redirect",
61 [IB_CM_REJ_PORT_REDIRECT] = "port redirect",
124 /* Sync on cm change port state */
216 struct cm_port *port[]; member
220 struct cm_port *port; member
230 struct cm_port *port; member
264 /* todo: use alternate port on send failure */
289 /* Indicates that the send port mad is registered and av is set */
317 /* don't let the port to be released till the agent is down */ in cm_alloc_msg()
323 (cm_id_priv->alt_av.port)) in cm_alloc_msg()
369 cm_alloc_response_msg_no_ah(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc) cm_alloc_response_msg_no_ah() argument
378 cm_create_response_msg_ah(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc, struct ib_mad_send_buf *msg) cm_create_response_msg_ah() argument
402 cm_alloc_response_msg(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc, struct ib_mad_send_buf **msg) cm_alloc_response_msg() argument
448 cm_init_av_for_lap(struct cm_port *port, struct ib_wc *wc, struct ib_grh *grh, struct cm_av *av) cm_init_av_for_lap() argument
474 cm_init_av_for_response(struct cm_port *port, struct ib_wc *wc, struct ib_grh *grh, struct cm_av *av) cm_init_av_for_response() argument
484 add_cm_id_to_port_list(struct cm_id_private *cm_id_priv, struct cm_av *av, struct cm_port *port) add_cm_id_to_port_list() argument
503 struct cm_port *port = NULL; get_cm_port_from_path() local
547 struct cm_port *port; cm_init_av_by_path() local
1586 cm_issue_rej(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc, enum ib_cm_rej_reason reason, enum cm_msg_response msg_rejected, void *ari, u8 ari_length) cm_issue_rej() argument
2776 cm_issue_drep(struct cm_port *port, struct ib_mad_recv_wc *mad_recv_wc) cm_issue_drep() argument
3815 struct cm_port *port; cm_send_handler() local
4021 struct cm_port *port = mad_agent->context; cm_recv_handler() local
4294 cm_create_port_fs(struct cm_port *port) cm_create_port_fs() argument
4317 cm_remove_port_fs(struct cm_port *port) cm_remove_port_fs() argument
4329 struct cm_port *port; cm_add_one() local
4431 struct cm_port *port; cm_remove_one() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_misc.c59 u32 link, u32 port, u32 act) in hns_dsaf_acpi_ledctrl_by_port()
67 obj_args[1].integer.value = port; in hns_dsaf_acpi_ledctrl_by_port()
78 dev_warn(mac_cb->dev, "ledctrl fail, link:%d port:%d act:%d!\n", in hns_dsaf_acpi_ledctrl_by_port()
79 link, port, act); in hns_dsaf_acpi_ledctrl_by_port()
88 u32 port) in hns_dsaf_acpi_locate_ledctrl_by_port()
96 obj_args[1].integer.value = port; in hns_dsaf_acpi_locate_ledctrl_by_port()
105 dev_err(mac_cb->dev, "ledctrl fail, locate:%d port:%d!\n", in hns_dsaf_acpi_locate_ledctrl_by_port()
106 locate, port); in hns_dsaf_acpi_locate_ledctrl_by_port()
251 u32 port_type, u32 port, u32 val) in hns_dsaf_acpi_srst_by_port()
259 obj_args[1].integer.value = port; in hns_dsaf_acpi_srst_by_port()
58 hns_dsaf_acpi_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, u32 link, u32 port, u32 act) hns_dsaf_acpi_ledctrl_by_port() argument
86 hns_dsaf_acpi_locate_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, u32 locate, u32 port) hns_dsaf_acpi_locate_ledctrl_by_port() argument
250 hns_dsaf_acpi_srst_by_port(struct dsaf_device *dsaf_dev, u8 op_type, u32 port_type, u32 port, u32 val) hns_dsaf_acpi_srst_by_port() argument
302 hns_dsaf_xge_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_xge_srst_by_port() argument
322 hns_dsaf_xge_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_xge_srst_by_port_acpi() argument
392 hns_dsaf_ge_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_ge_srst_by_port() argument
450 hns_dsaf_ge_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_ge_srst_by_port_acpi() argument
457 hns_ppe_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_ppe_srst_by_port() argument
474 hns_ppe_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_ppe_srst_by_port_acpi() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_misc.c59 u32 link, u32 port, u32 act) in hns_dsaf_acpi_ledctrl_by_port()
67 obj_args[1].integer.value = port; in hns_dsaf_acpi_ledctrl_by_port()
78 dev_warn(mac_cb->dev, "ledctrl fail, link:%d port:%d act:%d!\n", in hns_dsaf_acpi_ledctrl_by_port()
79 link, port, act); in hns_dsaf_acpi_ledctrl_by_port()
88 u32 port) in hns_dsaf_acpi_locate_ledctrl_by_port()
96 obj_args[1].integer.value = port; in hns_dsaf_acpi_locate_ledctrl_by_port()
105 dev_err(mac_cb->dev, "ledctrl fail, locate:%d port:%d!\n", in hns_dsaf_acpi_locate_ledctrl_by_port()
106 locate, port); in hns_dsaf_acpi_locate_ledctrl_by_port()
251 u32 port_type, u32 port, u32 val) in hns_dsaf_acpi_srst_by_port()
259 obj_args[1].integer.value = port; in hns_dsaf_acpi_srst_by_port()
58 hns_dsaf_acpi_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, u32 link, u32 port, u32 act) hns_dsaf_acpi_ledctrl_by_port() argument
86 hns_dsaf_acpi_locate_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, u32 locate, u32 port) hns_dsaf_acpi_locate_ledctrl_by_port() argument
250 hns_dsaf_acpi_srst_by_port(struct dsaf_device *dsaf_dev, u8 op_type, u32 port_type, u32 port, u32 val) hns_dsaf_acpi_srst_by_port() argument
302 hns_dsaf_xge_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_xge_srst_by_port() argument
322 hns_dsaf_xge_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_xge_srst_by_port_acpi() argument
392 hns_dsaf_ge_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_ge_srst_by_port() argument
450 hns_dsaf_ge_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_dsaf_ge_srst_by_port_acpi() argument
457 hns_ppe_srst_by_port(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_ppe_srst_by_port() argument
474 hns_ppe_srst_by_port_acpi(struct dsaf_device *dsaf_dev, u32 port, bool dereset) hns_ppe_srst_by_port_acpi() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c137 static int cdn_dp_get_port_lanes(struct cdn_dp_port *port) in cdn_dp_get_port_lanes() argument
139 return phy_get_bus_width(port->phy); in cdn_dp_get_port_lanes()
159 struct cdn_dp_port *port; in cdn_dp_connected_port() local
163 port = dp->port[i]; in cdn_dp_connected_port()
164 lanes = cdn_dp_get_port_lanes(port); in cdn_dp_connected_port()
166 return port; in cdn_dp_connected_port()
359 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy() argument
363 if (!port->phy_enabled) { in cdn_dp_enable_phy()
364 ret = phy_power_on(port in cdn_dp_enable_phy()
408 cdn_dp_disable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) cdn_dp_disable_phy() argument
460 struct cdn_dp_port *port; cdn_dp_enable() local
538 struct cdn_dp_port *port = cdn_dp_connected_port(dp); cdn_dp_check_link_status() local
1079 struct cdn_dp_port *port; cdn_dp_probe() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c60 "restore_port=<Save/restore port?> "
106 char *port; member
165 static struct perportentry* perportentry_read(struct userdata *u, const char *basekeyname, const char *port);
166 static bool perportentry_write(struct userdata *u, const char *basekeyname, const char *port, const struct perportentry *e);
179 pa_xfree(e->port); in entry_free()
195 pa_tagstruct_puts(t, e->port); in entry_write()
213 const char* port; in entry_read() local
234 pa_tagstruct_gets(t, &port) < 0) { in entry_read()
242 e->port = pa_xstrdup(port); in entry_read()
345 perportentry_write(struct userdata *u, const char *basekeyname, const char *port, const struct perportentry *e) perportentry_write() argument
389 perportentry_read(struct userdata *u, const char *basekeyname, const char *port) perportentry_read() argument
528 char port[PA_NAME_MAX]; legacy_entry_read() member
591 const char *port = NULL; subscribe_callback() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dvisor.c36 static int visor_open(struct tty_struct *tty, struct usb_serial_port *port);
37 static void visor_close(struct usb_serial_port *port);
224 static int visor_open(struct tty_struct *tty, struct usb_serial_port *port) in visor_open() argument
228 if (!port->read_urb) { in visor_open()
230 dev_err(&port->dev, "Device lied about number of ports, please use a lower one.\n"); in visor_open()
235 result = usb_serial_generic_open(tty, port); in visor_open()
239 if (port->interrupt_in_urb) { in visor_open()
240 dev_dbg(&port->dev, "adding interrupt input for treo\n"); in visor_open()
241 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in visor_open()
243 dev_err(&port in visor_open()
252 visor_close(struct usb_serial_port *port) visor_close() argument
272 struct usb_serial_port *port = urb->context; visor_read_int_callback() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dvisor.c36 static int visor_open(struct tty_struct *tty, struct usb_serial_port *port);
37 static void visor_close(struct usb_serial_port *port);
224 static int visor_open(struct tty_struct *tty, struct usb_serial_port *port) in visor_open() argument
228 if (!port->read_urb) { in visor_open()
230 dev_err(&port->dev, "Device lied about number of ports, please use a lower one.\n"); in visor_open()
235 result = usb_serial_generic_open(tty, port); in visor_open()
239 if (port->interrupt_in_urb) { in visor_open()
240 dev_dbg(&port->dev, "adding interrupt input for treo\n"); in visor_open()
241 result = usb_submit_urb(port->interrupt_in_urb, GFP_KERNEL); in visor_open()
243 dev_err(&port in visor_open()
252 visor_close(struct usb_serial_port *port) visor_close() argument
272 struct usb_serial_port *port = urb->context; visor_read_int_callback() local
[all...]
/kernel/linux/linux-6.6/drivers/cxl/
H A Dcxl.h18 * (port-driver, region-driver, nvdimm object-drivers... etc).
524 struct cxl_port *port; member
561 * struct cxl_port - logical collection of upstream port devices and
562 * downstream port devices to construct a CXL memory
564 * @dev: this port's device
565 * @uport_dev: PCI or platform device implementing the upstream port capability
566 * @host_bridge: Shortcut to the platform attach point for this port
567 * @id: id for port device-name
569 * @endpoints: cxl_ep instances, endpoints that are a descendant of this port
570 * @regions: cxl_region_ref instances, regions mapped by this port
608 cxl_find_dport_by_dev(struct cxl_port *port, const struct device *dport_dev) cxl_find_dport_by_dev() argument
633 struct cxl_port *port; global() member
660 struct cxl_port *port; global() member
675 is_cxl_root(struct cxl_port *port) is_cxl_root() argument
737 struct cxl_port *port; global() member
[all...]
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-usbc-tusb320.c79 struct typec_port *port; member
89 [TUSB320_ATTACHED_STATE_DFP] = "downstream facing port",
90 [TUSB320_ATTACHED_STATE_UFP] = "upstream facing port",
233 static int tusb320_port_type_set(struct typec_port *port, in tusb320_port_type_set() argument
236 struct tusb320_priv *priv = typec_get_drvdata(port); in tusb320_port_type_set()
280 struct typec_port *port = priv->port; in tusb320_typec_irq_handler() local
297 typec_set_orientation(port, ori ? TYPEC_ORIENTATION_REVERSE : in tusb320_typec_irq_handler()
356 typec_set_vconn_role(port, pwr_role); in tusb320_typec_irq_handler()
357 typec_set_pwr_role(port, pwr_rol in tusb320_typec_irq_handler()
[all...]
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp61 void FunctionUtil::InitCodecBufferWithAshMem(enum PortIndex port, int bufferSize, shared_ptr<OmxCodecBuffer> omxBuffer, in InitCodecBufferWithAshMem() argument
67 if (port == PortIndex::INDEX_INPUT) { in InitCodecBufferWithAshMem()
77 uint32_t port, CodecBufferType bufferType) in InitBufferHandleParameter()
80 param.nPortIndex = port; in InitBufferHandleParameter()
108 type.portIndex = port; in InitBufferHandleParameter()
140 bool FunctionUtil::UseDynaBuffer(sptr<ICodecComponent> component, enum PortIndex port, int bufferCount, in UseDynaBuffer() argument
155 auto ret = component->UseBuffer(static_cast<uint32_t>(port), *omxBuffer.get(), outBuffer); in UseDynaBuffer()
169 bool FunctionUtil::UseHandleBuffer(sptr<ICodecComponent> component, enum PortIndex port, in UseHandleBuffer() argument
184 int32_t ret = component->UseBuffer(static_cast<uint32_t>(port), *omxBuffer.get(), outBuffer); in UseHandleBuffer()
198 bool FunctionUtil::UseBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, in UseBufferOnPort() argument
76 InitBufferHandleParameter(sptr<ICodecComponent> component, OMX_PARAM_PORTDEFINITIONTYPE &param, uint32_t port, CodecBufferType bufferType) InitBufferHandleParameter() argument
229 AllocateBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, int32_t bufferCount, int32_t bufferSize) AllocateBufferOnPort() argument
268 FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port) FreeBufferOnPort() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dparide.h39 int port; /* base address of parallel port */ member
45 int saved_r0; /* saved port state */
46 int saved_r2; /* saved port state */
63 int port, /* base port address */
101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p;
102 #define in_p(offs) (delay_p,inb(pi->port+offs))
113 #define w4w(data) {outw(data,pi->port+4); delay_p;}
114 #define w4l(data) {outl(data,pi->port
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H A Dsetup.c161 static unsigned long jmr3927_swizzle_addr_b(unsigned long port) in jmr3927_swizzle_addr_b() argument
163 if ((port & 0xffff0000) != JMR3927_IOC_NVRAMB_ADDR) in jmr3927_swizzle_addr_b()
164 return port; in jmr3927_swizzle_addr_b()
165 port = (port & 0xffff0000) | (port & 0x7fff << 1); in jmr3927_swizzle_addr_b()
167 return port; in jmr3927_swizzle_addr_b()
169 return port | 1; in jmr3927_swizzle_addr_b()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dsense.c41 int mlx4_SENSE_PORT(struct mlx4_dev *dev, int port, in mlx4_SENSE_PORT() argument
47 err = mlx4_cmd_imm(dev, 0, &out_param, port, 0, in mlx4_SENSE_PORT()
51 mlx4_err(dev, "Sense command failed for port: %d\n", port); in mlx4_SENSE_PORT()
136 int port; in mlx4_sense_init() local
139 for (port = 1; port <= dev->caps.num_ports; port++) in mlx4_sense_init()
140 sense->do_sense_port[port] = 1; in mlx4_sense_init()

Completed in 18 milliseconds

1...<<51525354555657585960>>...320