Home
last modified time | relevance | path

Searched refs:MAX_PORTS (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/drm/
Di915_component.h32 #define MAX_PORTS 6 macro
46 int aud_sample_rate[MAX_PORTS];
/Linux-v4.19/drivers/tty/serial/8250/
D8250_acorn.c23 #define MAX_PORTS 3 macro
29 unsigned int offset[MAX_PORTS];
34 int ports[MAX_PORTS];
/Linux-v4.19/net/netfilter/
Dnf_conntrack_tftp.c29 #define MAX_PORTS 8 macro
30 static unsigned short ports[MAX_PORTS];
100 static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
Dnf_conntrack_sane.c42 #define MAX_PORTS 8 macro
43 static u_int16_t ports[MAX_PORTS];
169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
Dnf_conntrack_irc.c28 #define MAX_PORTS 8 macro
29 static unsigned short ports[MAX_PORTS];
232 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
Dnf_conntrack_ftp.c43 #define MAX_PORTS 8 macro
44 static u_int16_t ports[MAX_PORTS];
562 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
Dnf_conntrack_sip.c37 #define MAX_PORTS 8 macro
38 static unsigned short ports[MAX_PORTS];
1595 static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
/Linux-v4.19/tools/testing/selftests/bpf/
Dtcp_server.py33 MAX_PORTS = 2 variable
60 serverSocket.listen(MAX_PORTS)
/Linux-v4.19/drivers/usb/gadget/function/
Df_midi.c51 #define MAX_PORTS 16 macro
87 struct snd_rawmidi_substream *out_substream[MAX_PORTS];
747 if (substream->number >= MAX_PORTS) in f_midi_out_open()
868 struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS]; in f_midi_bind()
869 struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS]; in f_midi_bind()
870 struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS]; in f_midi_bind()
871 struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS]; in f_midi_bind()
917 midi_function = kcalloc((MAX_PORTS * 4) + 11, sizeof(*midi_function), in f_midi_bind()
1132 F_MIDI_OPT(in_ports, true, MAX_PORTS);
1133 F_MIDI_OPT(out_ports, true, MAX_PORTS);
[all …]
/Linux-v4.19/drivers/tty/serial/
Dlpc32xx_hs.c91 #define MAX_PORTS 3 macro
93 static struct lpc32xx_hsuart_port lpc32xx_hs_ports[MAX_PORTS];
163 if (co->index >= MAX_PORTS) in lpc32xx_hsuart_console_setup()
203 .nr = MAX_PORTS,
666 if (uarts_registered >= MAX_PORTS) { in serial_hs_lpc32xx_probe()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.h74 #define MAX_PORTS 65536 macro
418 unsigned long ports_in_use[BITS_TO_LONGS(MAX_PORTS)];
/Linux-v4.19/drivers/phy/broadcom/
Dphy-brcm-sata.c31 #define MAX_PORTS 2 macro
83 struct brcm_sata_port phys[MAX_PORTS];
609 if (id >= MAX_PORTS) { in brcm_sata_phy_probe()
/Linux-v4.19/drivers/tty/
Dmoxa.c58 #define MAX_PORTS (MAX_BOARDS * MAX_PORTS_PER_BOARD) macro
145 int rxcnt[MAX_PORTS];
146 int txcnt[MAX_PORTS];
293 if (tty->index == MAX_PORTS) { in moxa_ioctl()
1043 moxaDriver = tty_alloc_driver(MAX_PORTS + 1, in moxa_init()
1060 tty_port_link_device(&moxa_service_port, moxaDriver, MAX_PORTS); in moxa_init()
1170 if (port == MAX_PORTS) { in moxa_open()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_audio.c918 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcmulti.c186 #define MAX_PORTS (8 * MAX_CARDS) macro
222 static uint port[MAX_PORTS];
5150 if (Port_cnt >= MAX_PORTS) { in hfcmulti_init()
5152 MAX_PORTS); in hfcmulti_init()