/include/net/ |
D | udplite.h | 68 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum_outgoing() local 69 int cscov = up->len; in udplite_csum_outgoing() 72 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing() 77 if (up->pcslen < up->len) { in udplite_csum_outgoing() 78 if (0 < up->pcslen) in udplite_csum_outgoing() 79 cscov = up->pcslen; in udplite_csum_outgoing() 80 udp_hdr(skb)->len = htons(up->pcslen); in udplite_csum_outgoing() 111 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum() local 115 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum() 116 if (0 < up->pcslen) in udplite_csum() [all …]
|
D | udp_tunnel.h | 179 struct udp_sock *up = udp_sk(sock->sk); in udp_tunnel_encap_enable() local 181 if (up->encap_enabled) in udp_tunnel_encap_enable() 184 up->encap_enabled = 1; in udp_tunnel_encap_enable()
|
D | dsa.h | 1114 void dsa_port_phylink_mac_change(struct dsa_switch *ds, int port, bool up);
|
/include/linux/ |
D | serial_8250.h | 144 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() argument 146 return container_of(up, struct uart_8250_port, port); in up_to_u8250p() 175 unsigned char serial8250_rx_chars(struct uart_8250_port *up, unsigned char lsr); 176 void serial8250_read_char(struct uart_8250_port *up, unsigned char lsr); 177 void serial8250_tx_chars(struct uart_8250_port *up); 178 unsigned int serial8250_modem_status(struct uart_8250_port *up); 179 void serial8250_init_port(struct uart_8250_port *up); 180 void serial8250_set_defaults(struct uart_8250_port *up); 181 void serial8250_console_write(struct uart_8250_port *up, const char *s, 187 (int port, struct uart_port *up,
|
D | serial_core.h | 268 static inline int serial_port_in(struct uart_port *up, int offset) in serial_port_in() argument 270 return up->serial_in(up, offset); in serial_port_in() 273 static inline void serial_port_out(struct uart_port *up, int offset, int value) in serial_port_out() argument 275 up->serial_out(up, offset, value); in serial_port_out() 319 static inline void uart_xmit_advance(struct uart_port *up, unsigned int chars) in uart_xmit_advance() argument 321 struct circ_buf *xmit = &up->state->xmit; in uart_xmit_advance() 324 up->icount.tx += chars; in uart_xmit_advance()
|
D | semaphore.h | 43 extern void up(struct semaphore *sem);
|
D | vt_kern.h | 150 int vt_do_diacrit(unsigned int cmd, void __user *up, int eperm);
|
D | phylink.h | 449 void phylink_mac_change(struct phylink *, bool up);
|
D | capability.h | 79 # error Fix up hand-coded capability macro initializers
|
D | hid.h | 953 up(&hid->driver_input_lock); in hid_device_io_start()
|
/include/trace/hooks/ |
D | user.h | 17 TP_PROTO(struct user_struct *up), 18 TP_ARGS(up));
|
/include/net/caif/ |
D | cfsrvl.h | 51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 54 s->hold(layr->up); in cfsrvl_get() 60 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put() 63 s->put(layr->up); in cfsrvl_put()
|
D | cfmuxl.h | 15 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid); 17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
|
D | caif_layer.h | 149 struct cflayer *up; member 240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
|
D | cffrml.h | 15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
|
D | cfcnfg.h | 88 bool up);
|
/include/drm/ |
D | task_barrier.h | 52 up(turnstile); in task_barrier_signal_turnstile()
|
/include/linux/bcma/ |
D | bcma_driver_pci.h | 243 extern void bcma_core_pci_power_save(struct bcma_bus *bus, bool up); 245 static inline void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save() argument
|
/include/uapi/linux/ |
D | tipc_config.h | 192 __be32 up; /* 0=down, 1= up */ member 197 __be32 up; /* 0=down, 1=up */ member
|
/include/sound/ |
D | rawmidi.h | 41 void (*trigger) (struct snd_rawmidi_substream * substream, int up);
|
D | wavefront.h | 21 All other wavefront_* types end up aligned to 32 bit values and
|
/include/linux/ceph/ |
D | osdmap.h | 306 struct ceph_osds *up,
|
D | osd_client.h | 162 struct ceph_osds up; member
|
/include/linux/qed/ |
D | qed_eth_if.h | 231 int (*setapp)(struct qed_dev *cdev, u8 idtype, u16 idval, u8 up);
|
/include/linux/mlx5/ |
D | driver.h | 421 struct mlx5_uars_page *up; member 1154 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up);
|