/kernel/linux/linux-5.10/include/drm/ |
H A D | i915_component.h | 37 #define MAX_PORTS 9 macro 51 int aud_sample_rate[MAX_PORTS];
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | i915_component.h | 39 #define MAX_PORTS 9 macro 53 int aud_sample_rate[MAX_PORTS];
|
/kernel/linux/linux-6.6/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 | 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()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_acorn.c | 23 #define MAX_PORTS 3 macro 29 unsigned int offset[MAX_PORTS]; 34 int ports[MAX_PORTS];
|
/kernel/linux/linux-5.10/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 | 41 #define MAX_PORTS 8 macro 42 static u_int16_t ports[MAX_PORTS]; 168 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]; 253 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
|
H A D | nf_conntrack_ftp.c | 42 #define MAX_PORTS 8 macro 43 static u_int16_t ports[MAX_PORTS]; 561 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
|
/kernel/linux/linux-6.6/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;
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xsk_fwd.c | 740 #ifndef MAX_PORTS 741 #define MAX_PORTS 64 macro 752 static struct port_params port_params[MAX_PORTS]; 753 static struct port *ports[MAX_PORTS]; 754 static u64 n_pkts_rx[MAX_PORTS]; 755 static u64 n_pkts_tx[MAX_PORTS]; 821 if (n_ports == MAX_PORTS) { in parse_args() 823 MAX_PORTS); in parse_args() 989 for (i = 0; i < MAX_PORTS; i++) in main() 1007 for (i = 0; i < MAX_PORTS; in main() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | tcp_server.py | 33 MAX_PORTS = 2 variable 57 serverSocket.listen(MAX_PORTS)
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A 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() 1138 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1139 F_MIDI_OPT(out_ports, true, MAX_PORTS); [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H 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() 1174 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1175 F_MIDI_OPT(out_ports, true, MAX_PORTS); [all...] |
/kernel/linux/linux-5.10/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]; 164 if (co->index >= MAX_PORTS) in lpc32xx_hsuart_console_setup() 206 .nr = MAX_PORTS, 640 if (uarts_registered >= MAX_PORTS) { in serial_hs_lpc32xx_probe()
|
/kernel/linux/linux-6.6/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]; 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.h | 74 #define MAX_PORTS 65536 macro 418 unsigned long ports_in_use[BITS_TO_LONGS(MAX_PORTS)];
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A 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() 1035 moxaDriver = tty_alloc_driver(MAX_PORTS + 1, in moxa_init() 1052 tty_port_link_device(&moxa_service_port, moxaDriver, MAX_PORTS); in moxa_init() 1162 if (port == MAX_PORTS) { in moxa_open() 2034 if (tty->index == MAX_PORTS) in moxa_get_serial_info() 2055 if (tty->index == MAX_PORTS) in moxa_set_serial_info()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H 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() 2333 if (tty->index == MAX_PORTS) in moxa_get_serial_info() 2354 if (tty->index == MAX_PORTS) in moxa_set_serial_info()
|
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
H A D | phy-brcm-sata.c | 22 #define MAX_PORTS 2 macro 76 struct brcm_sata_port phys[MAX_PORTS]; 772 if (id >= MAX_PORTS) { in brcm_sata_phy_probe()
|
/kernel/linux/linux-6.6/drivers/phy/broadcom/ |
H 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()
|