Searched refs:MAX_PORTS (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | i915_component.h | 38 #define MAX_PORTS 9 macro 52 int aud_sample_rate[MAX_PORTS];
|
/linux-6.3-rc2/drivers/tty/serial/8250/ |
A D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
A D | 8250_pci1xxxx.c | 85 #define MAX_PORTS 4 macro 88 static const int logical_to_physical_port_idx[][MAX_PORTS] = { 351 unsigned int i = MAX_PORTS; in pci1xxxx_get_max_port()
|
/linux-6.3-rc2/net/netfilter/ |
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;
|
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;
|
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;
|
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;
|
A D | nf_conntrack_sip.c | 38 #define MAX_PORTS 8 macro 39 static unsigned short ports[MAX_PORTS]; 1640 static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_midi.c | 51 #define MAX_PORTS 16 macro 87 struct snd_rawmidi_substream *out_substream[MAX_PORTS]; 749 if (substream->number >= MAX_PORTS) in f_midi_out_open() 870 struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS]; in f_midi_bind() 871 struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS]; in f_midi_bind() 872 struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS]; in f_midi_bind() 873 struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS]; in f_midi_bind() 919 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-6.3-rc2/drivers/tty/serial/ |
A D | lpc32xx_hs.c | 92 #define MAX_PORTS 3 macro 94 static struct lpc32xx_hsuart_port lpc32xx_hs_ports[MAX_PORTS]; 164 if (co->index >= MAX_PORTS) in lpc32xx_hsuart_console_setup() 206 .nr = MAX_PORTS, 616 if (uarts_registered >= MAX_PORTS) { in serial_hs_lpc32xx_probe()
|
/linux-6.3-rc2/drivers/tty/ |
A D | moxa.c | 358 #define MAX_PORTS (MAX_BOARDS * MAX_PORTS_PER_BOARD) macro 445 int rxcnt[MAX_PORTS]; 446 int txcnt[MAX_PORTS]; 593 if (tty->index == MAX_PORTS) { in moxa_ioctl() 1335 moxaDriver = tty_alloc_driver(MAX_PORTS + 1, in moxa_init() 1352 tty_port_link_device(&moxa_service_port, moxaDriver, MAX_PORTS); in moxa_init() 1460 if (port == MAX_PORTS) { in moxa_open() 2335 if (tty->index == MAX_PORTS) in moxa_get_serial_info() 2356 if (tty->index == MAX_PORTS) in moxa_set_serial_info()
|
/linux-6.3-rc2/drivers/phy/broadcom/ |
A D | phy-brcm-sata.c | 22 #define MAX_PORTS 2 macro 77 struct brcm_sata_port phys[MAX_PORTS]; 796 if (id >= MAX_PORTS) { in brcm_sata_phy_probe()
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | cm.h | 28 #define MAX_PORTS 65536 macro
|
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/ |
A D | hfcmulti.c | 172 #define MAX_PORTS (8 * MAX_CARDS) macro 208 static uint port[MAX_PORTS]; 5142 if (Port_cnt >= MAX_PORTS) { in hfcmulti_init() 5144 MAX_PORTS); in hfcmulti_init()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_audio.c | 1295 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
|
Completed in 38 milliseconds