Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 27) sorted by relevance

12

/include/linux/
Dserial_core.h606 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 …]
Dserial_8250.h51 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 …]
Dsemaphore.h49 extern void up(struct semaphore *sem);
Dphylink.h604 void phylink_mac_change(struct phylink *, bool up);
605 void phylink_pcs_change(struct phylink_pcs *, bool up);
Dvt_kern.h156 int vt_do_diacrit(unsigned int cmd, void __user *up, int eperm);
Dhid.h1023 up(&hid->driver_input_lock); in hid_device_io_start()
/include/net/caif/
Dcfsrvl.h48 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()
Dcfmuxl.h15 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);
Dcaif_layer.h147 struct cflayer *up; member
238 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
Dcffrml.h15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
Dcfcnfg.h88 bool up);
/include/trace/hooks/
Duser.h16 TP_PROTO(struct user_struct *up),
17 TP_ARGS(up));
/include/drm/
Dtask_barrier.h52 up(turnstile); in task_barrier_signal_turnstile()
/include/linux/iio/common/
Dinv_sensors_timestamp.h28 int64_t up; member
/include/linux/bcma/
Dbcma_driver_pci.h243 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/
Dtipc_config.h192 __be32 up; /* 0=down, 1= up */ member
197 __be32 up; /* 0=down, 1=up */ member
/include/net/
Dudp.h181 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()
Ddsa.h1401 void dsa_port_phylink_mac_change(struct dsa_switch *ds, int port, bool up);
/include/sound/
Drawmidi.h42 void (*trigger) (struct snd_rawmidi_substream * substream, int up);
Dump.h78 void (*trigger)(struct snd_ump_endpoint *ump, int dir, int up);
/include/linux/ceph/
Dosdmap.h306 struct ceph_osds *up,
Dosd_client.h219 struct ceph_osds up; member
/include/linux/qed/
Dqed_eth_if.h231 int (*setapp)(struct qed_dev *cdev, u8 idtype, u16 idval, u8 up);
/include/linux/habanalabs/
Dcpucp_if.h1295 __u8 up; member
/include/linux/mlx5/
Ddriver.h428 struct mlx5_uars_page *up; member
1204 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up);

12