| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_men_mcb.c | 45 #define MAX_PORTS 4 macro 49 int line[MAX_PORTS]; 50 unsigned int offset[MAX_PORTS]; 129 for (i = 0; i < MAX_PORTS; i++) { in read_serial_data() 153 if (count <= 0 || count > MAX_PORTS) { in read_serial_data()
|
| H A D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
| H A D | 8250_pci1xxxx.c | 128 #define MAX_PORTS 4 macro 186 static const int logical_to_physical_port_idx[][MAX_PORTS] = { 719 unsigned int i = MAX_PORTS; in pci1xxxx_get_max_port()
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.h | 30 #define MAX_PORTS (1 + 6) macro 93 struct extron_port *ports[MAX_PORTS]; 94 struct cec_splitter_port *splitter_ports[MAX_PORTS];
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-realtek-rtl9300.c | 47 #define MAX_PORTS 28 macro 54 DECLARE_BITMAP(valid_ports, MAX_PORTS); 55 u8 smi_bus[MAX_PORTS]; 56 u8 smi_addr[MAX_PORTS]; 74 for_each_set_bit(i, priv->valid_ports, MAX_PORTS) in rtl9300_mdio_phy_to_port() 319 for_each_set_bit(i, priv->valid_ports, MAX_PORTS) { in rtl9300_mdiobus_init() 440 if (pn >= MAX_PORTS) in rtl9300_mdiobus_map_ports()
|
| /linux/net/netfilter/ |
| H A 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;
|
| H A D | nf_conntrack_sane.c | 37 #define MAX_PORTS 8 macro 38 static u_int16_t ports[MAX_PORTS]; 169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
|
| H A D | nf_conntrack_irc.c | 24 #define MAX_PORTS 8 macro 25 static unsigned short ports[MAX_PORTS]; 262 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
|
| H A D | nf_conntrack_ftp.c | 38 #define MAX_PORTS 8 macro 39 static u_int16_t ports[MAX_PORTS]; 560 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 52 #define MAX_PORTS 16 macro 88 struct snd_rawmidi_substream *out_substream[MAX_PORTS]; 750 if (substream->number >= MAX_PORTS) in f_midi_out_open() 871 struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS]; in f_midi_bind() 872 struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS]; in f_midi_bind() 873 struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS]; in f_midi_bind() 874 struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS]; in f_midi_bind() 929 midi_function = kcalloc((MAX_PORTS * 4) + 11, sizeof(*midi_function), in f_midi_bind() 1184 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1185 F_MIDI_OPT(out_ports, true, MAX_PORTS); [all …]
|
| /linux/drivers/interconnect/qcom/ |
| H A D | icc-rpmh.h | 56 #define MAX_PORTS 4 macro 73 const u32 port_offsets[MAX_PORTS];
|
| /linux/drivers/tty/serial/ |
| H A D | lpc32xx_hs.c | 92 #define MAX_PORTS 3 macro 94 static struct lpc32xx_hsuart_port lpc32xx_hs_ports[MAX_PORTS]; 160 if (co->index >= MAX_PORTS) in lpc32xx_hsuart_console_setup() 202 .nr = MAX_PORTS, 611 if (uarts_registered >= MAX_PORTS) { in serial_hs_lpc32xx_probe()
|
| /linux/drivers/phy/broadcom/ |
| H A D | phy-brcm-sata.c | 22 #define MAX_PORTS 2 macro 77 struct brcm_sata_port phys[MAX_PORTS]; 795 if (id >= MAX_PORTS) { in brcm_sata_phy_probe()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | cm.h | 28 #define MAX_PORTS 65536 macro
|
| /linux/drivers/tty/ |
| H A D | moxa.c | 347 #define MAX_PORTS (MAX_BOARDS * MAX_PORTS_PER_BOARD) macro 1151 moxaDriver = tty_alloc_driver(MAX_PORTS, in moxa_init()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_audio.c | 1274 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in intel_audio_component_bind()
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 172 #define MAX_PORTS (8 * MAX_CARDS) macro 208 static uint port[MAX_PORTS]; 5113 if (Port_cnt >= MAX_PORTS) { in hfcmulti_init() 5115 MAX_PORTS); in hfcmulti_init()
|