Searched refs:MAX_PORTS (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/drm/ |
D | i915_component.h | 32 #define MAX_PORTS 6 macro 46 int aud_sample_rate[MAX_PORTS];
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_tftp.c | 29 #define MAX_PORTS 8 macro 30 static unsigned short ports[MAX_PORTS]; 100 static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
|
D | nf_conntrack_sane.c | 42 #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;
|
D | nf_conntrack_irc.c | 28 #define MAX_PORTS 8 macro 29 static unsigned short ports[MAX_PORTS]; 232 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
|
D | nf_conntrack_ftp.c | 43 #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;
|
D | nf_conntrack_sip.c | 37 #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/ |
D | tcp_server.py | 33 MAX_PORTS = 2 variable 60 serverSocket.listen(MAX_PORTS)
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_midi.c | 51 #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/ |
D | lpc32xx_hs.c | 91 #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/ |
D | i40iw_cm.h | 74 #define MAX_PORTS 65536 macro 418 unsigned long ports_in_use[BITS_TO_LONGS(MAX_PORTS)];
|
/Linux-v4.19/drivers/phy/broadcom/ |
D | phy-brcm-sata.c | 31 #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/ |
D | moxa.c | 58 #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/ |
D | intel_audio.c | 918 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 186 #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()
|