| /include/linux/ |
| D | serial_core.h | 606 static inline void __uart_port_lock_irqsave(struct uart_port *up, unsigned long *flags) in __uart_port_lock_irqsave() argument 608 spin_lock_irqsave(&up->lock, *flags); in __uart_port_lock_irqsave() 615 static inline void __uart_port_unlock_irqrestore(struct uart_port *up, unsigned long flags) in __uart_port_unlock_irqrestore() argument 617 spin_unlock_irqrestore(&up->lock, flags); in __uart_port_unlock_irqrestore() 629 static inline void uart_port_set_cons(struct uart_port *up, struct console *con) in uart_port_set_cons() argument 633 __uart_port_lock_irqsave(up, &flags); in uart_port_set_cons() 634 up->cons = con; in uart_port_set_cons() 635 __uart_port_unlock_irqrestore(up, flags); in uart_port_set_cons() 639 static inline bool __uart_port_using_nbcon(struct uart_port *up) in __uart_port_using_nbcon() argument 641 lockdep_assert_held_once(&up->lock); in __uart_port_using_nbcon() [all …]
|
| D | serial_8250.h | 51 u32 (*dl_read)(struct uart_8250_port *up); 52 void (*dl_write)(struct uart_8250_port *up, u32 value); 160 u32 (*dl_read)(struct uart_8250_port *up); 161 void (*dl_write)(struct uart_8250_port *up, u32 value); 172 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() argument 174 return container_of(up, struct uart_8250_port, port); in up_to_u8250p() 199 u16 serial8250_rx_chars(struct uart_8250_port *up, u16 lsr); 200 void serial8250_read_char(struct uart_8250_port *up, u16 lsr); 201 void serial8250_tx_chars(struct uart_8250_port *up); 202 unsigned int serial8250_modem_status(struct uart_8250_port *up); [all …]
|
| D | semaphore.h | 49 extern void up(struct semaphore *sem);
|
| D | phylink.h | 604 void phylink_mac_change(struct phylink *, bool up); 605 void phylink_pcs_change(struct phylink_pcs *, bool up);
|
| D | vt_kern.h | 156 int vt_do_diacrit(unsigned int cmd, void __user *up, int eperm);
|
| D | hid.h | 1023 up(&hid->driver_input_lock); in hid_device_io_start()
|
| /include/net/caif/ |
| D | cfsrvl.h | 48 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 51 s->hold(layr->up); in cfsrvl_get() 57 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put() 60 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 | 147 struct cflayer *up; member 238 #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/trace/hooks/ |
| D | user.h | 16 TP_PROTO(struct user_struct *up), 17 TP_ARGS(up));
|
| /include/drm/ |
| D | task_barrier.h | 52 up(turnstile); in task_barrier_signal_turnstile()
|
| /include/linux/iio/common/ |
| D | inv_sensors_timestamp.h | 28 int64_t up; member
|
| /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/net/ |
| D | udp.h | 181 struct udp_sock *up = udp_sk(sk); in udp_lib_init_sock() local 183 skb_queue_head_init(&up->reader_queue); in udp_lib_init_sock() 184 up->forward_threshold = sk->sk_rcvbuf >> 2; in udp_lib_init_sock()
|
| D | dsa.h | 1401 void dsa_port_phylink_mac_change(struct dsa_switch *ds, int port, bool up);
|
| /include/sound/ |
| D | rawmidi.h | 42 void (*trigger) (struct snd_rawmidi_substream * substream, int up);
|
| D | ump.h | 78 void (*trigger)(struct snd_ump_endpoint *ump, int dir, int up);
|
| /include/linux/ceph/ |
| D | osdmap.h | 306 struct ceph_osds *up,
|
| D | osd_client.h | 219 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/habanalabs/ |
| D | cpucp_if.h | 1295 __u8 up; member
|
| /include/linux/mlx5/ |
| D | driver.h | 428 struct mlx5_uars_page *up; member 1204 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up);
|