Symbol: MAX_PORTS
drivers/gpu/drm/i915/display/intel_audio.c
1274
BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS);
drivers/interconnect/qcom/icc-rpmh.h
73
const u32 port_offsets[MAX_PORTS];
drivers/isdn/hardware/mISDN/hfcmulti.c
208
static uint port[MAX_PORTS];
drivers/isdn/hardware/mISDN/hfcmulti.c
5113
if (Port_cnt >= MAX_PORTS) {
drivers/isdn/hardware/mISDN/hfcmulti.c
5115
MAX_PORTS);
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.h
93
struct extron_port *ports[MAX_PORTS];
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.h
94
struct cec_splitter_port *splitter_ports[MAX_PORTS];
drivers/net/mdio/mdio-realtek-rtl9300.c
319
for_each_set_bit(i, priv->valid_ports, MAX_PORTS) {
drivers/net/mdio/mdio-realtek-rtl9300.c
440
if (pn >= MAX_PORTS)
drivers/net/mdio/mdio-realtek-rtl9300.c
54
DECLARE_BITMAP(valid_ports, MAX_PORTS);
drivers/net/mdio/mdio-realtek-rtl9300.c
55
u8 smi_bus[MAX_PORTS];
drivers/net/mdio/mdio-realtek-rtl9300.c
56
u8 smi_addr[MAX_PORTS];
drivers/net/mdio/mdio-realtek-rtl9300.c
74
for_each_set_bit(i, priv->valid_ports, MAX_PORTS)
drivers/phy/broadcom/phy-brcm-sata.c
77
struct brcm_sata_port phys[MAX_PORTS];
drivers/phy/broadcom/phy-brcm-sata.c
795
if (id >= MAX_PORTS) {
drivers/tty/moxa.c
1151
moxaDriver = tty_alloc_driver(MAX_PORTS,
drivers/tty/serial/8250/8250_acorn.c
29
unsigned int offset[MAX_PORTS];
drivers/tty/serial/8250/8250_acorn.c
34
int ports[MAX_PORTS];
drivers/tty/serial/8250/8250_pci1xxxx.c
186
static const int logical_to_physical_port_idx[][MAX_PORTS] = {
drivers/tty/serial/8250/8250_pci1xxxx.c
719
unsigned int i = MAX_PORTS;
drivers/tty/serial/lpc32xx_hs.c
160
if (co->index >= MAX_PORTS)
drivers/tty/serial/lpc32xx_hs.c
202
.nr = MAX_PORTS,
drivers/tty/serial/lpc32xx_hs.c
611
if (uarts_registered >= MAX_PORTS) {
drivers/tty/serial/lpc32xx_hs.c
94
static struct lpc32xx_hsuart_port lpc32xx_hs_ports[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
1235
F_MIDI_OPT(in_ports, true, MAX_PORTS);
drivers/usb/gadget/function/f_midi.c
1236
F_MIDI_OPT(out_ports, true, MAX_PORTS);
drivers/usb/gadget/function/f_midi.c
1357
if (opts->in_ports > MAX_PORTS || opts->out_ports > MAX_PORTS) {
drivers/usb/gadget/function/f_midi.c
750
if (substream->number >= MAX_PORTS)
drivers/usb/gadget/function/f_midi.c
871
struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
872
struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
873
struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
874
struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
88
struct snd_rawmidi_substream *out_substream[MAX_PORTS];
drivers/usb/gadget/function/f_midi.c
934
midi_function = kzalloc_objs(*midi_function, (MAX_PORTS * 4) + 11);
include/drm/intel/i915_component.h
54
int aud_sample_rate[MAX_PORTS];
net/netfilter/nf_conntrack_ftp.c
39
static u_int16_t ports[MAX_PORTS];
net/netfilter/nf_conntrack_ftp.c
560
static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_irc.c
25
static unsigned short ports[MAX_PORTS];
net/netfilter/nf_conntrack_irc.c
263
static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
net/netfilter/nf_conntrack_sane.c
169
static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_sane.c
38
static u_int16_t ports[MAX_PORTS];
net/netfilter/nf_conntrack_sip.c
1650
static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
net/netfilter/nf_conntrack_sip.c
39
static unsigned short ports[MAX_PORTS];
net/netfilter/nf_conntrack_tftp.c
101
static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
net/netfilter/nf_conntrack_tftp.c
30
static unsigned short ports[MAX_PORTS];