| /include/net/ |
| D | bond_3ad.h | 212 typedef struct port { struct 213 u16 actor_port_number; argument 214 u16 actor_port_priority; argument 217 u16 actor_port_aggregator_identifier; argument 219 u16 actor_admin_port_key; argument 220 u16 actor_oper_port_key; argument 221 u8 actor_admin_port_state; argument 222 u8 actor_oper_port_state; argument 224 struct port_params partner_admin; argument 225 struct port_params partner_oper; argument [all …]
|
| /include/asm-generic/ |
| D | ide_iops.h | 9 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) in __ide_mm_insw() 17 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) in __ide_mm_insl() 25 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) in __ide_mm_outsw() 33 static __inline__ void __ide_mm_outsl(void __iomem * port, void *addr, u32 count) in __ide_mm_outsl()
|
| /include/uapi/linux/netfilter/ |
| D | nf_conntrack_tuple_common.h | 25 __be16 port; member 28 __be16 port; member 34 __be16 port; member 37 __be16 port; member
|
| /include/xen/interface/ |
| D | event_channel.h | 31 evtchn_port_t port; member 66 evtchn_port_t port; member 82 evtchn_port_t port; member 95 evtchn_port_t port; member 106 evtchn_port_t port; member 116 evtchn_port_t port; member 131 evtchn_port_t port; member 147 evtchn_port_t port; member 167 evtchn_port_t port; member 178 evtchn_port_t port; member [all …]
|
| /include/linux/ |
| D | rio_drv.h | 58 static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset, in rio_local_read_config_32() 73 static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset, in rio_local_write_config_32() 88 static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset, in rio_local_read_config_16() 104 static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset, in rio_local_write_config_16() 119 static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset, in rio_local_read_config_8() 134 static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset, in rio_local_write_config_8()
|
| D | tty_flip.h | 18 static inline int tty_insert_flip_char(struct tty_port *port, in tty_insert_flip_char() 34 static inline int tty_insert_flip_string(struct tty_port *port, in tty_insert_flip_string()
|
| D | serial_core.h | 35 #define uart_console(port) \ argument 38 #define uart_console(port) ({ (void)port; 0; }) argument 285 struct tty_port port; member 334 static inline int uart_poll_timeout(struct uart_port *port) in uart_poll_timeout() 346 struct uart_port port; member 432 static inline int uart_tx_stopped(struct uart_port *port) in uart_tx_stopped() 466 uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) in uart_handle_sysrq_char() 479 uart_prepare_sysrq_char(struct uart_port *port, unsigned int ch) in uart_prepare_sysrq_char() 492 uart_unlock_and_check_sysrq(struct uart_port *port, unsigned long irqflags) in uart_unlock_and_check_sysrq() 506 uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) { return 0; } in uart_handle_sysrq_char() [all …]
|
| D | scc.h | 20 #define Inb(port) inb_p(port) argument 21 #define Outb(port, val) outb_p(val, port) argument 23 #define Inb(port) inb(port) argument 24 #define Outb(port, val) outb(val, port) argument
|
| D | if_team.h | 77 static inline bool team_port_enabled(struct team_port *port) in team_port_enabled() 82 static inline bool team_port_txable(struct team_port *port) in team_port_txable() 88 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb() 97 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb() 131 struct team_port *port; /* != NULL if per-port */ member 215 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit() 239 struct team_port *port; in team_get_port_by_index() local 260 struct team_port *port; in team_get_port_by_index_rcu() local 270 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()
|
| D | of_graph.h | 27 unsigned int port; member 117 u32 port, u32 endpoint) in of_graph_get_remote_node()
|
| D | tty.h | 339 struct tty_port *port; member 598 static inline struct tty_port *tty_port_get(struct tty_port *port) in tty_port_get() 606 static inline bool tty_port_cts_enabled(struct tty_port *port) in tty_port_cts_enabled() 611 static inline void tty_port_set_cts_flow(struct tty_port *port, bool val) in tty_port_set_cts_flow() 619 static inline bool tty_port_active(struct tty_port *port) in tty_port_active() 624 static inline void tty_port_set_active(struct tty_port *port, bool val) in tty_port_set_active() 632 static inline bool tty_port_check_carrier(struct tty_port *port) in tty_port_check_carrier() 637 static inline void tty_port_set_check_carrier(struct tty_port *port, bool val) in tty_port_set_check_carrier() 645 static inline bool tty_port_suspended(struct tty_port *port) in tty_port_suspended() 650 static inline void tty_port_set_suspended(struct tty_port *port, bool val) in tty_port_set_suspended() [all …]
|
| /include/scsi/ |
| D | sas_ata.h | 83 static inline void sas_probe_sata(struct asd_sas_port *port) in sas_probe_sata() 87 static inline void sas_suspend_sata(struct asd_sas_port *port) in sas_suspend_sata() 91 static inline void sas_resume_sata(struct asd_sas_port *port) in sas_resume_sata()
|
| /include/scsi/fc/ |
| D | fc_ms.h | 147 struct fc_fdmi_port_name port[1]; member 155 struct fc_fdmi_rpl port; member 172 struct fc_fdmi_port_name port; member 180 struct fc_fdmi_port_name port; member 188 struct fc_fdmi_port_name port; member 195 struct fc_fdmi_port_name port; member
|
| /include/drm/ |
| D | intel_lpe_audio.h | 36 int port; member 43 struct intel_hdmi_lpe_audio_port_pdata port[3]; /* for ports B,C,D */ member
|
| D | drm_of.h | 35 struct device_node *port) in drm_of_find_possible_crtcs() 63 int port, int endpoint, in drm_of_find_panel_or_bridge()
|
| /include/dt-bindings/memory/ |
| D | mt2701-larb-port.h | 31 #define MT2701_M4U_ID_LARB0(port) ((port) + LARB0_PORT_OFFSET) argument 32 #define MT2701_M4U_ID_LARB1(port) ((port) + LARB1_PORT_OFFSET) argument 33 #define MT2701_M4U_ID_LARB2(port) ((port) + LARB2_PORT_OFFSET) argument
|
| /include/video/ |
| D | vga.h | 202 static inline unsigned char vga_io_r (unsigned short port) in vga_io_r() 207 static inline void vga_io_w (unsigned short port, unsigned char val) in vga_io_w() 212 static inline void vga_io_w_fast (unsigned short port, unsigned char reg, in vga_io_w_fast() 218 static inline unsigned char vga_mm_r (void __iomem *regbase, unsigned short port) in vga_mm_r() 223 static inline void vga_mm_w (void __iomem *regbase, unsigned short port, unsigned char val) in vga_mm_w() 228 static inline void vga_mm_w_fast (void __iomem *regbase, unsigned short port, in vga_mm_w_fast() 234 static inline unsigned char vga_r (void __iomem *regbase, unsigned short port) in vga_r() 242 static inline void vga_w (void __iomem *regbase, unsigned short port, unsigned char val) in vga_w() 251 static inline void vga_w_fast (void __iomem *regbase, unsigned short port, in vga_w_fast()
|
| /include/uapi/xen/ |
| D | evtchn.h | 73 unsigned int port; member 82 unsigned int port; member
|
| /include/net/netfilter/ |
| D | nf_conntrack_tuple.h | 48 __be16 port; member 51 __be16 port; member 57 __be16 port; member 60 __be16 port; member
|
| /include/dt-bindings/gpio/ |
| D | tegra186-gpio.h | 41 #define TEGRA_MAIN_GPIO(port, offset) \ argument 54 #define TEGRA_AON_GPIO(port, offset) \ argument
|
| /include/linux/input/ |
| D | navpoint.h | 10 int port; /* PXA SSP port for pxa_ssp_request() */ member
|
| /include/sound/ |
| D | seq_virmidi.h | 38 int port; member 60 int port; /* created/attached port */ member
|
| /include/xen/ |
| D | events.h | 65 static inline void notify_remote_via_evtchn(int port) in notify_remote_via_evtchn()
|
| /include/linux/netfilter/ipset/ |
| D | ip_set_getport.h | 13 __be16 *port, u8 *proto) in ip_set_get_ip6_port()
|
| /include/linux/hsi/ |
| D | hsi.h | 115 unsigned int port; member 264 static inline void hsi_port_set_drvdata(struct hsi_port *port, void *data) in hsi_port_set_drvdata() 269 static inline void *hsi_port_drvdata(struct hsi_port *port) in hsi_port_drvdata() 287 struct hsi_port **port; member 305 static inline void hsi_add_clients_from_dt(struct hsi_port *port, in hsi_add_clients_from_dt()
|