Home
last modified time | relevance | path

Searched defs:up (Results 1 – 25 of 236) sorted by relevance

12345678910

/linux/drivers/tty/serial/
H A Dar933x_uart.c57 static inline unsigned int ar933x_uart_read(struct ar933x_uart_port *up, in ar933x_uart_read()
63 static inline void ar933x_uart_write(struct ar933x_uart_port *up, in ar933x_uart_write()
69 static inline void ar933x_uart_rmw(struct ar933x_uart_port *up, in ar933x_uart_rmw()
82 static inline void ar933x_uart_rmw_set(struct ar933x_uart_port *up, in ar933x_uart_rmw_set()
89 static inline void ar933x_uart_rmw_clear(struct ar933x_uart_port *up, in ar933x_uart_rmw_clear()
96 static inline void ar933x_uart_start_tx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_start_tx_interrupt()
102 static inline void ar933x_uart_stop_tx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_stop_tx_interrupt()
108 static inline void ar933x_uart_start_rx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_start_rx_interrupt()
114 static inline void ar933x_uart_stop_rx_interrupt(struct ar933x_uart_port *up) in ar933x_uart_stop_rx_interrupt()
120 static inline void ar933x_uart_putc(struct ar933x_uart_port *up, int ch) in ar933x_uart_putc()
[all …]
H A Dpxa.c52 static inline unsigned int serial_in(struct uart_pxa_port *up, int offset) in serial_in()
58 static inline void serial_out(struct uart_pxa_port *up, int offset, int value) in serial_out()
66 struct uart_pxa_port *up = (struct uart_pxa_port *)port; in serial_pxa_enable_ms() local
74 struct uart_pxa_port *up = (struct uart_pxa_port *)port; in serial_pxa_stop_tx() local
84 struct uart_pxa_port *up = (struct uart_pxa_port *)port; in serial_pxa_stop_rx() local
91 static inline void receive_chars(struct uart_pxa_port *up, int *status) in receive_chars()
175 static void transmit_chars(struct uart_pxa_port *up) in transmit_chars()
187 struct uart_pxa_port *up = (struct uart_pxa_port *)port; in serial_pxa_start_tx() local
196 static inline void check_modem_status(struct uart_pxa_port *up) in check_modem_status()
222 struct uart_pxa_port *up = dev_id; in serial_pxa_irq() local
[all …]
H A Dserial_txx9.c159 static inline unsigned int sio_in(struct uart_port *up, int offset) in sio_in()
170 sio_out(struct uart_port *up, int offset, int value) in sio_out()
183 sio_mask(struct uart_port *up, int offset, unsigned int value) in sio_mask()
188 sio_set(struct uart_port *up, int offset, unsigned int value) in sio_set()
194 sio_quot_set(struct uart_port *up, int quot) in sio_quot_set()
209 static void serial_txx9_stop_tx(struct uart_port *up) in serial_txx9_stop_tx()
214 static void serial_txx9_start_tx(struct uart_port *up) in serial_txx9_start_tx()
219 static void serial_txx9_stop_rx(struct uart_port *up) in serial_txx9_stop_rx()
224 static void serial_txx9_initialize(struct uart_port *up) in serial_txx9_initialize()
248 receive_chars(struct uart_port *up, unsigned int *status) in receive_chars()
[all …]
H A Domap-serial.c174 static inline unsigned int serial_in(struct uart_omap_port *up, int offset) in serial_in()
180 static inline void serial_out(struct uart_omap_port *up, int offset, int value) in serial_out()
186 static inline void serial_omap_clear_fifos(struct uart_omap_port *up) in serial_omap_clear_fifos()
195 static int serial_omap_get_context_loss_count(struct uart_omap_port *up) in serial_omap_get_context_loss_count()
206 static void serial_omap_enable_wakeup(struct uart_omap_port *up, bool enable) in serial_omap_enable_wakeup()
271 struct uart_omap_port *up = to_uart_omap_port(port); in serial_omap_enable_ms() local
281 struct uart_omap_port *up = to_uart_omap_port(port); in serial_omap_stop_tx() local
327 struct uart_omap_port *up = to_uart_omap_port(port); in serial_omap_stop_rx() local
334 static void serial_omap_put_char(struct uart_omap_port *up, unsigned char ch) in serial_omap_put_char()
343 static void transmit_chars(struct uart_omap_port *up, unsigned int lsr) in transmit_chars()
[all …]
H A Dsunzilog.c268 static void sunzilog_maybe_update_regs(struct uart_sunzilog_port *up, in sunzilog_maybe_update_regs()
280 static void sunzilog_change_mouse_baud(struct uart_sunzilog_port *up) in sunzilog_change_mouse_baud()
294 static void sunzilog_kbdms_receive_chars(struct uart_sunzilog_port *up, in sunzilog_kbdms_receive_chars()
324 sunzilog_receive_chars(struct uart_sunzilog_port *up, in sunzilog_receive_chars()
402 static void sunzilog_status_handle(struct uart_sunzilog_port *up, in sunzilog_status_handle()
453 static void sunzilog_transmit_chars(struct uart_sunzilog_port *up, in sunzilog_transmit_chars()
526 struct uart_sunzilog_port *up = dev_id; in sunzilog_interrupt() local
643 struct uart_sunzilog_port *up = in sunzilog_set_mctrl() local
668 struct uart_sunzilog_port *up = in sunzilog_stop_tx() local
677 struct uart_sunzilog_port *up = in sunzilog_start_tx() local
[all …]
H A Dsunsab.c92 static __inline__ void sunsab_tec_wait(struct uart_sunsab_port *up) in sunsab_tec_wait()
100 static __inline__ void sunsab_cec_wait(struct uart_sunsab_port *up) in sunsab_cec_wait()
109 receive_chars(struct uart_sunsab_port *up, in receive_chars()
232 static void transmit_chars(struct uart_sunsab_port *up, in transmit_chars()
287 static void check_status(struct uart_sunsab_port *up, in check_status()
308 struct uart_sunsab_port *up = dev_id; in sunsab_interrupt() local
346 struct uart_sunsab_port *up = in sunsab_tx_empty() local
362 struct uart_sunsab_port *up = in sunsab_set_mctrl() local
386 struct uart_sunsab_port *up = in sunsab_get_mctrl() local
408 struct uart_sunsab_port *up = in sunsab_stop_tx() local
[all …]
/linux/kernel/
H A Duser.c122 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
127 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
146 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
155 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
166 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
192 void free_uid(struct user_struct *up) in free_uid()
207 struct user_struct *up, *new; in alloc_uid() local
/linux/drivers/net/can/usb/
H A Ducan.c263 struct ucan_priv *up; member
314 static void ucan_release_context_array(struct ucan_priv *up) in ucan_release_context_array()
326 static int ucan_alloc_context_array(struct ucan_priv *up) in ucan_alloc_context_array()
353 static struct ucan_urb_context *ucan_alloc_context(struct ucan_priv *up) in ucan_alloc_context()
384 static bool ucan_release_context(struct ucan_priv *up, in ucan_release_context()
412 static int ucan_ctrl_command_out(struct ucan_priv *up, in ucan_ctrl_command_out()
427 static void ucan_get_fw_str(struct ucan_priv *up, char *fw_str, size_t size) in ucan_get_fw_str()
446 static void ucan_parse_device_info(struct ucan_priv *up, in ucan_parse_device_info()
485 static bool ucan_handle_error_frame(struct ucan_priv *up, in ucan_handle_error_frame()
567 static void ucan_rx_can_msg(struct ucan_priv *up, struct ucan_message_in *m) in ucan_rx_can_msg()
[all …]
/linux/lib/crypto/mpi/
H A Dmpih-mul.c21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
29 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ argument
55 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase()
95 mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, in mul_n()
207 void mpih_sqr_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size) in mpih_sqr_n_basecase()
245 mpih_sqr_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size, mpi_ptr_t tspace) in mpih_sqr_n()
322 mpi_ptr_t up, mpi_size_t usize, in mpihelp_mul_karatsuba_case()
427 mpihelp_mul(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize, in mpihelp_mul()
/linux/drivers/tty/serial/8250/
H A D8250_mtk.c93 struct uart_8250_port *up = param; in mtk8250_dma_rx_complete() local
134 static void mtk8250_rx_dma(struct uart_8250_port *up) in mtk8250_rx_dma()
155 static void mtk8250_dma_enable(struct uart_8250_port *up) in mtk8250_dma_enable()
193 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_startup() local
212 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_shutdown() local
227 static void mtk8250_disable_intrs(struct uart_8250_port *up, int mask) in mtk8250_disable_intrs()
235 static void mtk8250_enable_intrs(struct uart_8250_port *up, int mask) in mtk8250_enable_intrs()
243 static void mtk8250_set_flow_ctrl(struct uart_8250_port *up, int mode) in mtk8250_set_flow_ctrl()
315 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios() local
432 struct uart_8250_port *up = serial8250_get_port(data->line); in mtk8250_runtime_suspend() local
H A D8250_uniphier.c148 static u32 uniphier_serial_dl_read(struct uart_8250_port *up) in uniphier_serial_dl_read()
153 static void uniphier_serial_dl_write(struct uart_8250_port *up, u32 value) in uniphier_serial_dl_write()
161 struct uart_8250_port up; in uniphier_uart_probe() local
246 struct uart_8250_port *up = serial8250_get_port(priv->line); in uniphier_uart_suspend() local
259 struct uart_8250_port *up = serial8250_get_port(priv->line); in uniphier_uart_resume() local
H A D8250_rt288x.c55 static u32 au_serial_dl_read(struct uart_8250_port *up) in au_serial_dl_read()
60 static void au_serial_dl_write(struct uart_8250_port *up, u32 value) in au_serial_dl_write()
84 struct uart_8250_port *up = up_to_u8250p(p); in rt288x_setup() local
H A D8250_dw.c117 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle() local
187 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_tx_wait_empty() local
278 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq() local
334 struct uart_8250_port *up; in dw8250_clk_work_cb() local
409 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc() local
465 struct uart_port *up = &p->port; in dw8250_prepare_tx_dma() local
478 struct uart_port *up = &p->port; in dw8250_prepare_rx_dma() local
532 struct uart_8250_port uart = {}, *up = &uart; in dw8250_probe() local
H A D8250_em.c142 static u32 serial8250_em_serial_dl_read(struct uart_8250_port *up) in serial8250_em_serial_dl_read()
147 static void serial8250_em_serial_dl_write(struct uart_8250_port *up, u32 value) in serial8250_em_serial_dl_write()
157 struct uart_8250_port up; in serial8250_em_probe() local
H A D8250_ni.c109 struct uart_8250_port *up = container_of(port, struct uart_8250_port, port); in ni16550_rs485_config() local
133 static bool is_pmr_rs232_mode(struct uart_8250_port *up) in is_pmr_rs232_mode()
159 static void ni16550_config_prescaler(struct uart_8250_port *up, in ni16550_config_prescaler()
270 struct uart_8250_port *up = up_to_u8250p(port); in ni16550_set_mctrl() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Duar.c83 struct mlx5_uars_page *up = container_of(kref, struct mlx5_uars_page, ref_count); in up_rel_func() local
97 struct mlx5_uars_page *up; in alloc_uars_page() local
186 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up) in mlx5_put_uars_page()
208 struct mlx5_uars_page *up; in alloc_bfreg() local
274 struct mlx5_uars_page *up, in addr_to_dbi_in_syspage()
292 struct mlx5_uars_page *up; in mlx5_free_bfreg() local
/linux/include/linux/
H A Dserial_core.h605 static inline void __uart_port_lock_irqsave(struct uart_port *up, unsigned long *flags) in __uart_port_lock_irqsave() argument
614 static inline void __uart_port_unlock_irqrestore(struct uart_port *up, unsigned long flags) in __uart_port_unlock_irqrestore() argument
628 static inline void uart_port_set_cons(struct uart_port *up, struct console *con) in uart_port_set_cons() argument
638 __uart_port_using_nbcon(struct uart_port * up) __uart_port_using_nbcon() argument
663 __uart_port_nbcon_try_acquire(struct uart_port * up) __uart_port_nbcon_try_acquire() argument
672 __uart_port_nbcon_acquire(struct uart_port * up) __uart_port_nbcon_acquire() argument
682 __uart_port_nbcon_release(struct uart_port * up) __uart_port_nbcon_release() argument
694 uart_port_lock(struct uart_port * up) uart_port_lock() argument
704 uart_port_lock_irq(struct uart_port * up) uart_port_lock_irq() argument
715 uart_port_lock_irqsave(struct uart_port * up,unsigned long * flags) uart_port_lock_irqsave() argument
727 uart_port_trylock(struct uart_port * up) uart_port_trylock() argument
747 uart_port_trylock_irqsave(struct uart_port * up,unsigned long * flags) uart_port_trylock_irqsave() argument
764 uart_port_unlock(struct uart_port * up) uart_port_unlock() argument
774 uart_port_unlock_irq(struct uart_port * up) uart_port_unlock_irq() argument
785 uart_port_unlock_irqrestore(struct uart_port * up,unsigned long flags) uart_port_unlock_irqrestore() argument
791 serial_port_in(struct uart_port * up,int offset) serial_port_in() argument
796 serial_port_out(struct uart_port * up,int offset,int value) serial_port_out() argument
841 uart_xmit_advance(struct uart_port * up,unsigned int chars) uart_xmit_advance() argument
849 uart_fifo_out(struct uart_port * up,unsigned char * buf,unsigned int chars) uart_fifo_out() argument
860 uart_fifo_get(struct uart_port * up,unsigned char * ch) uart_fifo_get() argument
[all...]
/linux/net/caif/
H A Dcfmuxl.c86 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) in cfmuxl_set_uplayer()
125 struct cflayer *up; in get_up() local
153 struct cflayer *up; in cfmuxl_remove_uplayer() local
179 struct cflayer *up; in cfmuxl_receive() local
/linux/drivers/input/keyboard/
H A Dhil_kbd.c171 int up = key & HIL_KBD_SET1_UPBIT; in hil_dev_handle_kbd_events() local
182 int up = key & HIL_KBD_SET2_UPBIT; in hil_dev_handle_kbd_events() local
193 int up = key & HIL_KBD_SET3_UPBIT; in hil_dev_handle_kbd_events() local
252 int up = btn & 1; in hil_dev_handle_ptr_events() local
/linux/drivers/mtd/maps/
H A Dsun_uflash.c52 struct uflash_dev *up; in uflash_devinit() local
123 struct uflash_dev *up = dev_get_drvdata(&op->dev); in uflash_remove() local
/linux/sound/firewire/fireworks/
H A Dfireworks_midi.c47 midi_capture_trigger(struct snd_rawmidi_substream * substrm,int up) midi_capture_trigger() argument
64 midi_playback_trigger(struct snd_rawmidi_substream * substrm,int up) midi_playback_trigger() argument
/linux/sound/firewire/bebob/
H A Dbebob_midi.c47 static void midi_capture_trigger(struct snd_rawmidi_substream *substrm, int up) in midi_capture_trigger() argument
64 midi_playback_trigger(struct snd_rawmidi_substream * substrm,int up) midi_playback_trigger() argument
/linux/sound/firewire/motu/
H A Dmotu-midi.c51 midi_capture_trigger(struct snd_rawmidi_substream * substrm,int up) midi_capture_trigger() argument
68 midi_playback_trigger(struct snd_rawmidi_substream * substrm,int up) midi_playback_trigger() argument
/linux/drivers/usb/host/
H A Duhci-debug.c561 struct uhci_debug *up; in uhci_debug_open() local
588 struct uhci_debug *up = file->private_data; in uhci_debug_lseek() local
595 struct uhci_debug *up = file->private_data; in uhci_debug_read() local
601 struct uhci_debug *up = file->private_data; in uhci_debug_release() local
/linux/sound/firewire/tascam/
H A Dtascam-midi.c43 static void midi_capture_trigger(struct snd_rawmidi_substream *substrm, int up) in midi_capture_trigger() argument
58 midi_playback_trigger(struct snd_rawmidi_substream * substrm,int up) midi_playback_trigger() argument

12345678910