/linux-6.12.1/drivers/tty/serial/8250/ |
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()
|
D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
D | 8250_pci1xxxx.c | 120 #define MAX_PORTS 4 macro 173 static const int logical_to_physical_port_idx[][MAX_PORTS] = { 651 unsigned int i = MAX_PORTS; in pci1xxxx_get_max_port()
|
/linux-6.12.1/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
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-6.12.1/include/drm/intel/ |
D | i915_component.h | 39 #define MAX_PORTS 9 macro 53 int aud_sample_rate[MAX_PORTS];
|
/linux-6.12.1/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 | 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;
|
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;
|
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;
|
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.12.1/drivers/usb/gadget/function/ |
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() 920 midi_function = kcalloc((MAX_PORTS * 4) + 11, sizeof(*midi_function), in f_midi_bind() 1175 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1176 F_MIDI_OPT(out_ports, true, MAX_PORTS); [all …]
|
/linux-6.12.1/drivers/interconnect/qcom/ |
D | icc-rpmh.h | 56 #define MAX_PORTS 2 macro 73 const u32 port_offsets[MAX_PORTS];
|
/linux-6.12.1/drivers/tty/serial/ |
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-6.12.1/drivers/tty/ |
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() 2334 if (tty->index == MAX_PORTS) in moxa_get_serial_info() 2355 if (tty->index == MAX_PORTS) in moxa_set_serial_info()
|
/linux-6.12.1/drivers/phy/broadcom/ |
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-6.12.1/drivers/infiniband/hw/irdma/ |
D | cm.h | 28 #define MAX_PORTS 65536 macro
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_audio.c | 1217 BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS); in i915_audio_component_bind()
|
/linux-6.12.1/drivers/isdn/hardware/mISDN/ |
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()
|