/kernel/linux/linux-6.6/scripts/ |
H A D | checksyscalls.sh | 254 /* 64-bit ports never needed these, and new 32-bit ports can use statx */ 258 /* Newer ports are not required to provide fstat in favor of statx */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 305 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config() 336 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io() 348 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io() 358 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io() 365 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_enable_io() 381 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready() 393 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready() 431 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready() 439 for_each_dsi_port(port, intel_dsi->ports) { in glk_dsi_device_ready() 457 for_each_dsi_port(port, intel_dsi->ports) { in bxt_dsi_device_ready() [all...] |
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-cmos.c | 923 cmos_do_probe(struct device *dev, struct resource *ports, int rtc_irq) in cmos_do_probe() argument 943 if (!ports) in cmos_do_probe() 946 /* Claim I/O ports ASAP, minimizing conflict with legacy driver. in cmos_do_probe() 952 ports = request_region(ports->start, resource_size(ports), in cmos_do_probe() 955 ports = request_mem_region(ports->start, resource_size(ports), in cmos_do_probe() 957 if (!ports) { in cmos_do_probe() 1148 struct resource *ports; cmos_do_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-cmos.c | 927 cmos_do_probe(struct device *dev, struct resource *ports, int rtc_irq) in cmos_do_probe() argument 947 if (!ports) in cmos_do_probe() 950 /* Claim I/O ports ASAP, minimizing conflict with legacy driver. in cmos_do_probe() 956 ports = request_region(ports->start, resource_size(ports), in cmos_do_probe() 959 ports = request_mem_region(ports->start, resource_size(ports), in cmos_do_probe() 961 if (!ports) { in cmos_do_probe() 1160 struct resource *ports; cmos_do_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_sil680.c | 384 host->ports[0]->ioaddr.bmdma_addr = mmio_base + 0x00; in sil680_init_one() 385 host->ports[0]->ioaddr.cmd_addr = mmio_base + 0x80; in sil680_init_one() 386 host->ports[0]->ioaddr.ctl_addr = mmio_base + 0x8a; in sil680_init_one() 387 host->ports[0]->ioaddr.altstatus_addr = mmio_base + 0x8a; in sil680_init_one() 388 ata_sff_std_ports(&host->ports[0]->ioaddr); in sil680_init_one() 389 host->ports[1]->ioaddr.bmdma_addr = mmio_base + 0x08; in sil680_init_one() 390 host->ports[1]->ioaddr.cmd_addr = mmio_base + 0xc0; in sil680_init_one() 391 host->ports[1]->ioaddr.ctl_addr = mmio_base + 0xca; in sil680_init_one() 392 host->ports[1]->ioaddr.altstatus_addr = mmio_base + 0xca; in sil680_init_one() 393 ata_sff_std_ports(&host->ports[ in sil680_init_one() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | switchib.c | 30 struct mlxsw_sib_port **ports; member 203 return mlxsw_sib->ports[local_port] != NULL; in mlxsw_sib_port_created() 265 mlxsw_sib->ports[local_port] = mlxsw_sib_port; in __mlxsw_sib_port_create() 304 struct mlxsw_sib_port *mlxsw_sib_port = mlxsw_sib->ports[local_port]; in __mlxsw_sib_port_remove() 307 mlxsw_sib->ports[local_port] = NULL; in __mlxsw_sib_port_remove() 326 kfree(mlxsw_sib->ports); in mlxsw_sib_ports_remove() 337 mlxsw_sib->ports = kzalloc(alloc_size, GFP_KERNEL); in mlxsw_sib_ports_create() 338 if (!mlxsw_sib->ports) in mlxsw_sib_ports_create() 359 kfree(mlxsw_sib->ports); in mlxsw_sib_ports_create() 384 mlxsw_sib_port = mlxsw_sib->ports[local_por in mlxsw_sib_pude_event_func() [all...] |
H A D | minimal.c | 30 struct mlxsw_m_port **ports; member 201 mlxsw_m->ports[local_port] = mlxsw_m_port; in mlxsw_m_port_create() 215 mlxsw_m->ports[local_port] = NULL; in mlxsw_m_port_create() 225 struct mlxsw_m_port *mlxsw_m_port = mlxsw_m->ports[local_port]; in mlxsw_m_port_remove() 229 mlxsw_m->ports[local_port] = NULL; in mlxsw_m_port_remove() 273 mlxsw_m->ports = kcalloc(max_ports, sizeof(*mlxsw_m->ports), in mlxsw_m_ports_create() 275 if (!mlxsw_m->ports) in mlxsw_m_ports_create() 321 kfree(mlxsw_m->ports); in mlxsw_m_ports_create() 338 kfree(mlxsw_m->ports); in mlxsw_m_ports_remove() [all...] |
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_sil680.c | 381 host->ports[0]->ioaddr.bmdma_addr = mmio_base + 0x00; in sil680_init_one() 382 host->ports[0]->ioaddr.cmd_addr = mmio_base + 0x80; in sil680_init_one() 383 host->ports[0]->ioaddr.ctl_addr = mmio_base + 0x8a; in sil680_init_one() 384 host->ports[0]->ioaddr.altstatus_addr = mmio_base + 0x8a; in sil680_init_one() 385 ata_sff_std_ports(&host->ports[0]->ioaddr); in sil680_init_one() 386 host->ports[1]->ioaddr.bmdma_addr = mmio_base + 0x08; in sil680_init_one() 387 host->ports[1]->ioaddr.cmd_addr = mmio_base + 0xc0; in sil680_init_one() 388 host->ports[1]->ioaddr.ctl_addr = mmio_base + 0xca; in sil680_init_one() 389 host->ports[1]->ioaddr.altstatus_addr = mmio_base + 0xca; in sil680_init_one() 390 ata_sff_std_ports(&host->ports[ in sil680_init_one() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_acorn.c | 34 int ports[MAX_PORTS]; member 74 info->ports[i] = serial8250_register_8250_port(&uart); in serial_card_probe() 88 if (info->ports[i] > 0) in serial_card_remove() 89 serial8250_unregister_port(info->ports[i]); in serial_card_remove()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet6_hashtables.h | 33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() local 34 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn() 110 const __portpair ports, in inet6_match() 115 sk->sk_portpair != ports || in inet6_match() 107 inet6_match(struct net *net, const struct sock *sk, const struct in6_addr *saddr, const struct in6_addr *daddr, const __portpair ports, const int dif, const int sdif) inet6_match() argument
|
H A D | flow.h | 50 } ports; member 84 #define fl4_sport uli.ports.sport 85 #define fl4_dport uli.ports.dport 144 #define fl6_sport uli.ports.sport 145 #define fl6_dport uli.ports.dport
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_acorn.c | 34 int ports[MAX_PORTS]; member 74 info->ports[i] = serial8250_register_8250_port(&uart); in serial_card_probe() 88 if (info->ports[i] > 0) in serial_card_remove() 89 serial8250_unregister_port(info->ports[i]); in serial_card_remove()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-dwapb.c | 106 struct dwapb_gpio_port *ports; member 141 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_read() 150 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_write() 162 port = &gpio->ports[i]; in dwapb_offs_to_port() 194 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_do_irq() 348 struct dwapb_context *ctx = gpio->ports[0].ctx; in dwapb_irq_set_wake() 484 port = &gpio->ports[offs]; in dwapb_gpio_add_port() 705 gpio->ports = devm_kcalloc(&pdev->dev, gpio->nr_ports, in dwapb_gpio_probe() 706 sizeof(*gpio->ports), GFP_KERNEL); in dwapb_gpio_probe() 707 if (!gpio->ports) in dwapb_gpio_probe() [all...] |
H A D | gpio-tegra186.c | 67 const struct tegra_gpio_port *ports; member 95 const struct tegra_gpio_port *port = &gpio->soc->ports[i]; in tegra186_gpio_get_port() 300 pin += gpio->soc->ports[j].pins; in tegra186_gpio_add_pin_ranges() 332 offset += gpio->soc->ports[i].pins; in tegra186_gpio_of_xlate() 464 const struct tegra_gpio_port *port = &gpio->soc->ports[i]; in tegra186_gpio_irq() 471 /* skip ports that are not associated with this bank */ in tegra186_gpio_irq() 513 offset += gpio->soc->ports[i].pins; in tegra186_gpio_irq_domain_translate() 560 if (offset < gpio->soc->ports[i].pins) in tegra186_gpio_child_offset_to_irq() 563 offset -= gpio->soc->ports[i].pins; in tegra186_gpio_child_offset_to_irq() 581 const struct tegra_gpio_port *port = &gpio->soc->ports[ in tegra186_gpio_init_route_mapping() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-dwapb.c | 117 struct dwapb_gpio_port *ports; member 152 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_read() 161 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_write() 173 port = &gpio->ports[i]; in dwapb_offs_to_port() 205 struct gpio_chip *gc = &gpio->ports[0].gc; in dwapb_do_irq() 366 struct dwapb_context *ctx = gpio->ports[0].ctx; in dwapb_irq_set_wake() 508 port = &gpio->ports[offs]; in dwapb_gpio_add_port() 720 gpio->ports = devm_kcalloc(&pdev->dev, gpio->nr_ports, in dwapb_gpio_probe() 721 sizeof(*gpio->ports), GFP_KERNEL); in dwapb_gpio_probe() 722 if (!gpio->ports) in dwapb_gpio_probe() [all...] |
H A D | gpio-tegra186.c | 89 const struct tegra_gpio_port *ports; member 122 const struct tegra_gpio_port *port = &gpio->soc->ports[i]; in tegra186_gpio_get_port() 449 pin += gpio->soc->ports[j].pins; in tegra186_gpio_add_pin_ranges() 481 offset += gpio->soc->ports[i].pins; in tegra186_gpio_of_xlate() 635 const struct tegra_gpio_port *port = &gpio->soc->ports[i]; in tegra186_gpio_irq() 642 /* skip ports that are not associated with this bank */ in tegra186_gpio_irq() 686 offset += gpio->soc->ports[i].pins; in tegra186_gpio_irq_domain_translate() 730 if (offset < gpio->soc->ports[i].pins) in tegra186_gpio_child_offset_to_irq() 733 offset -= gpio->soc->ports[i].pins; in tegra186_gpio_child_offset_to_irq() 753 const struct tegra_gpio_port *port = &gpio->soc->ports[ in tegra186_gpio_init_route_mapping() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 166 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_set_native_vlan() 218 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_vlan_filtering() 258 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_set_pvid() 296 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_vlan_del() 321 /* Clear VLAN table, by default all ports are members of all VLANs */ in ocelot_vlan_init() 339 /* Set vlan ingress filter mask to all ports but the CPU port by in ocelot_vlan_init() 413 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_adjust_link() 507 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_disable() 517 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_add_txtstamp_skb() 583 port = ocelot->ports[txpor in ocelot_get_txtstamp() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | pty.c | 374 struct tty_port *ports[2]; in pty_common_install() local 382 ports[0] = kmalloc(sizeof **ports, GFP_KERNEL); in pty_common_install() 383 ports[1] = kmalloc(sizeof **ports, GFP_KERNEL); in pty_common_install() 384 if (!ports[0] || !ports[1]) in pty_common_install() 419 tty_port_init(ports[0]); in pty_common_install() 420 tty_port_init(ports[1]); in pty_common_install() 421 tty_buffer_set_limit(ports[ in pty_common_install() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | pty.c | 363 struct tty_port *ports[2]; in pty_common_install() local 371 ports[0] = kmalloc(sizeof **ports, GFP_KERNEL); in pty_common_install() 372 ports[1] = kmalloc(sizeof **ports, GFP_KERNEL); in pty_common_install() 373 if (!ports[0] || !ports[1]) in pty_common_install() 408 tty_port_init(ports[0]); in pty_common_install() 409 tty_port_init(ports[1]); in pty_common_install() 410 tty_buffer_set_limit(ports[ in pty_common_install() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | mad.c | 110 rvp = rdi->ports[p]; in rvt_create_mad_agents() 130 rvp = rdi->ports[p]; in rvt_create_mad_agents() 156 rvp = rdi->ports[p]; in rvt_free_mad_agents()
|
H A D | vt.c | 80 * @nports: number of ports to allocate array slots for 86 * We also allocate a port array based on the number of ports. 98 rdi->ports = kcalloc(nports, sizeof(*rdi->ports), GFP_KERNEL); in rvt_alloc_device() 99 if (!rdi->ports) in rvt_alloc_device() 114 kfree(rdi->ports); in rvt_dealloc_device() 164 rvp = rdi->ports[port_index]; in rvt_query_port() 200 rvp = rdi->ports[port_index]; in rvt_modify_port() 277 rvp = rdi->ports[port_index]; in rvt_query_gid() 673 * @port_index: 0 based index of ports, differen [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | mad.c | 68 rvp = rdi->ports[p]; in rvt_create_mad_agents() 88 rvp = rdi->ports[p]; in rvt_create_mad_agents() 114 rvp = rdi->ports[p]; in rvt_free_mad_agents()
|
H A D | vt.c | 38 * @nports: number of ports to allocate array slots for 44 * We also allocate a port array based on the number of ports. 56 rdi->ports = kcalloc(nports, sizeof(*rdi->ports), GFP_KERNEL); in rvt_alloc_device() 57 if (!rdi->ports) in rvt_alloc_device() 72 kfree(rdi->ports); in rvt_dealloc_device() 126 rvp = rdi->ports[port_index]; in rvt_query_port() 159 rvp = rdi->ports[port_index]; in rvt_modify_port() 232 rvp = rdi->ports[port_index]; in rvt_query_gid() 602 * @port_index: 0 based index of ports, differen [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_irc.c | 25 static unsigned short ports[MAX_PORTS]; variable 49 module_param_array(ports, ushort, &ports_c, 0400); 50 MODULE_PARM_DESC(ports, "port numbers of IRC servers"); 280 ports[ports_c++] = IRC_PORT; in nf_conntrack_irc_init() 284 IRC_PORT, ports[i], i, &irc_exp_policy, in nf_conntrack_irc_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_mm.c | 54 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_update_active_preemptible_tcs() 107 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_mm_update_port_status() 172 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_set_mm() 217 * not bother processing MM IRQs at all for ports with TX disabled, in ocelot_port_set_mm() 237 struct ocelot_port *ocelot_port = ocelot->ports[port]; in ocelot_port_get_mm() 290 ocelot_port = ocelot->ports[port]; in ocelot_mm_init()
|