/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_pch_refclk.c | 513 if (encoder->port == PORT_A) in ilk_init_pch_refclk()
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/memory/ |
H A D | mediatek,mt8188-memory-port.h | 9 #include <dt-bindings/memory/mtk-memory-port.h> 58 * CCU0 0x24000_0000 ~ 0x243ff_ffff larb27(24): port 0/1 59 * CCU1 0x24400_0000 ~ 0x247ff_ffff larb27(24): port 2/3
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_queue.c | 641 /* broadcast events from Timer port */ in queue_broadcast_event() 643 sev.source.port = SNDRV_SEQ_PORT_SYSTEM_TIMER; in queue_broadcast_event() 702 * Queue control via timer control port: 703 * this function is exported as a callback of timer port.
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | cmi8330.c | 100 MODULE_PARM_DESC(fmport, "FM port # for CMI8330/CMI8329 driver."); 102 MODULE_PARM_DESC(mpuport, "MPU-401 port # for CMI8330/CMI8329 driver."); 104 MODULE_PARM_DESC(mpuirq, "IRQ # for CMI8330/CMI8329 MPU-401 port."); 366 /* On CMI8239, the OPL3 port might be present in SB16 PnP resources */ in snd_cmi8330_pnp() 599 acard->wss->port, in snd_cmi8330_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_bsg.h | 475 u8 port; member
|
H A D | bfa_svc.h | 277 u32 pid:24, /* remote port ID */ 279 u32 local_pid:24, /* local port ID */ 391 u32 lp_pid; /* lport port ID */ 404 wwn_t pwwn; /* port wwn of lport */ 406 wwn_t pr_pwwn; /* port wwn of lport peer */ 440 #define BFA_FCPORT(_bfa) (&((_bfa)->modules.port)) 457 * BFA FC port data structure 461 bfa_sm_t sm; /* port state machine */ 462 wwn_t nwwn; /* node wwn of physical port */ 463 wwn_t pwwn; /* port ww [all...] |
H A D | bfa_ioc.c | 3300 /* update config port mode */ in bfa_ablk_isr() 3416 u8 port, enum bfi_pcifn_class personality, in bfa_ablk_pf_create() 3443 m->port = port; in bfa_ablk_pf_create() 3510 bfa_ablk_port_config(struct bfa_ablk_s *ablk, int port, enum bfa_mode_s mode, in bfa_ablk_port_config() argument 3532 m->port = (u8)port; in bfa_ablk_port_config() 3718 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post() 3719 aen_entry->aen_data.port.pwwn = sfp->ioc->attr->pwwn; in bfa_sfp_scn_aen_post() 3720 aen_entry->aen_data.port in bfa_sfp_scn_aen_post() 3415 bfa_ablk_pf_create(struct bfa_ablk_s *ablk, u16 *pcifn, u8 port, enum bfi_pcifn_class personality, u16 bw_min, u16 bw_max, bfa_ablk_cbfn_t cbfn, void *cbarg) bfa_ablk_pf_create() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 1141 u_int port);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_pptp.c | 593 .tuple.src.u.tcp.port = cpu_to_be16(PPTP_CONTROL_PORT),
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | audioreach.h | 792 struct mutex *cmd_lock, gpr_port_t *port, wait_queue_head_t *cmd_wait,
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_vlan_options.c | 107 br = v->port->br; in br_vlan_modify_state() 148 NL_SET_ERR_MSG_MOD(extack, "Can't modify tunnel mapping of non-port vlans"); in br_vlan_modify_tunnel() 231 NL_SET_ERR_MSG_MOD(extack, "Can't set mcast_max_groups for non-port vlans"); in br_vlan_process_one_opts() 250 NL_SET_ERR_MSG_MOD(extack, "Can't set neigh_suppress for non-port vlans"); in br_vlan_process_one_opts()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 390 uint8_t port; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | if_link.h | 275 __u8 port; member 535 IFLA_BRPORT_PROTECT, /* root port protection */ 835 IFLA_VXLAN_PORT_RANGE, /* source port */ 840 IFLA_VXLAN_PORT, /* destination port */ 881 IFLA_GENEVE_PORT, /* destination port */ 1034 IFLA_VF_IB_PORT_GUID, /* VF Infiniband port GUID */
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | channel.sub.js | 57 let port = self.isSecureContext? "{{ports[wss][0]}}" : "{{ports[ws][0]}}"; 58 let url = `${protocol}://{{host}}:${port}/msg_channel?uuid=${uuid}&direction=${type}`;
|
/third_party/rust/crates/clap/tests/ |
H A D | macros.rs | 282 let mut cmd = clap::Command::new("test").arg(clap::arg!(port: -p [NUM])); in optional_value() 287 assert!(m.contains_id("port")); in optional_value() 288 assert_eq!(m.get_one::<String>("port").unwrap(), "42"); in optional_value() 293 assert!(m.contains_id("port")); in optional_value() 294 assert!(m.get_one::<String>("port").is_none()); in optional_value() 299 assert!(m.contains_id("port")); in optional_value() 300 assert_eq!(m.get_one::<String>("port").unwrap(), "42"); in optional_value()
|
/third_party/toybox/lib/ |
H A D | lib.h | 362 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 353 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 56 #include <google/protobuf/port.h>
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 810 uint32_t port; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.h | 691 const struct hostapd_ip_addr *addr, int port,
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 1559 unsigned int size, unsigned short port, in pio_in_emulated() 1575 if (!ctxt->ops->pio_in_emulated(ctxt, size, port, rc->data, n)) in pio_in_emulated() 3010 u16 port, u16 len) in emulator_io_port_access_allowed() 3016 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() 3025 ((port == VMWARE_PORT_VMPORT) || (port == VMWARE_PORT_VMRPC))) in emulator_io_port_access_allowed() 3040 if (io_bitmap_ptr + port/8 > desc_limit_scaled(&tr_seg)) in emulator_io_port_access_allowed() 3042 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true); in emulator_io_port_access_allowed() 3051 u16 port, u16 len) in emulator_io_permited() 3057 if (!emulator_io_port_access_allowed(ctxt, port, le in emulator_io_permited() 1558 pio_in_emulated(struct x86_emulate_ctxt *ctxt, unsigned int size, unsigned short port, void *dest) pio_in_emulated() argument 3009 emulator_io_port_access_allowed(struct x86_emulate_ctxt *ctxt, u16 port, u16 len) emulator_io_port_access_allowed() argument 3050 emulator_io_permited(struct x86_emulate_ctxt *ctxt, u16 port, u16 len) emulator_io_permited() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 503 V2_UD_SEND_WQE_BYTE_40_PORTN_S, qp->port); in set_ud_wqe() 2681 static int hns_roce_v2_set_gid(struct hns_roce_dev *hr_dev, u8 port, in hns_roce_v2_set_gid() argument 4178 int port; in modify_qp_init_to_rtr() local 4237 port = (attr_mask & IB_QP_PORT) ? (attr->port_num - 1) : hr_qp->port; in modify_qp_init_to_rtr() 4239 smac = (u8 *)hr_dev->dev_addr[port]; in modify_qp_init_to_rtr() 4419 ib_port = (attr_mask & IB_QP_PORT) ? attr->port_num : hr_qp->port + 1; in hns_roce_v2_set_path() 4748 hr_qp->port = attr->port_num - 1; in hns_roce_v2_record_opt_fields() 4749 hr_qp->phy_port = hr_dev->iboe.phy_port[hr_qp->port]; in hns_roce_v2_record_opt_fields() 4985 qp_attr->port_num = hr_qp->port in hns_roce_v2_query_qp() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 3300 /* update config port mode */ in bfa_ablk_isr() 3415 u8 port, enum bfi_pcifn_class personality, in bfa_ablk_pf_create() 3442 m->port = port; in bfa_ablk_pf_create() 3509 bfa_ablk_port_config(struct bfa_ablk_s *ablk, int port, enum bfa_mode_s mode, in bfa_ablk_port_config() argument 3531 m->port = (u8)port; in bfa_ablk_port_config() 3717 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post() 3718 aen_entry->aen_data.port.pwwn = sfp->ioc->attr->pwwn; in bfa_sfp_scn_aen_post() 3719 aen_entry->aen_data.port in bfa_sfp_scn_aen_post() 3414 bfa_ablk_pf_create(struct bfa_ablk_s *ablk, u16 *pcifn, u8 port, enum bfi_pcifn_class personality, u16 bw_min, u16 bw_max, bfa_ablk_cbfn_t cbfn, void *cbarg) bfa_ablk_pf_create() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 1425 unsigned int size, unsigned short port, in pio_in_emulated() 1441 if (!ctxt->ops->pio_in_emulated(ctxt, size, port, rc->data, n)) in pio_in_emulated() 2585 u16 port, u16 len) in emulator_io_port_access_allowed() 2591 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() 2600 ((port == VMWARE_PORT_VMPORT) || (port == VMWARE_PORT_VMRPC))) in emulator_io_port_access_allowed() 2615 if (io_bitmap_ptr + port/8 > desc_limit_scaled(&tr_seg)) in emulator_io_port_access_allowed() 2617 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true); in emulator_io_port_access_allowed() 2626 u16 port, u16 len) in emulator_io_permitted() 2632 if (!emulator_io_port_access_allowed(ctxt, port, le in emulator_io_permitted() 1424 pio_in_emulated(struct x86_emulate_ctxt *ctxt, unsigned int size, unsigned short port, void *dest) pio_in_emulated() argument 2584 emulator_io_port_access_allowed(struct x86_emulate_ctxt *ctxt, u16 port, u16 len) emulator_io_port_access_allowed() argument 2625 emulator_io_permitted(struct x86_emulate_ctxt *ctxt, u16 port, u16 len) emulator_io_permitted() argument [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1849 uint16_t port = 1022; in HWTEST_F() local 1868 LaneAddP2pAddress(networkId, ipAddr, port); in HWTEST_F() 1869 LaneAddP2pAddressByIp(ipAddr, port); in HWTEST_F() 2305 linkInfo.linkInfo.wlan.connInfo.port = PORT_A; in HWTEST_F() 2325 linkInfo.linkInfo.wlan.connInfo.port = PORT_B; in HWTEST_F() 2349 linkInfo.linkInfo.wlan.connInfo.port = PORT_A; in HWTEST_F()
|