Home
last modified time | relevance | path

Searched refs:idal_buffer (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Didals.h120 struct idal_buffer { struct
129 static inline struct idal_buffer * argument
132 struct idal_buffer *ib; in idal_buffer_alloc()
167 idal_buffer_free(struct idal_buffer *ib) in idal_buffer_free()
182 __idal_buffer_is_needed(struct idal_buffer *ib) in __idal_buffer_is_needed()
192 idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda()
208 idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) in idal_buffer_to_user()
228 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) in idal_buffer_from_user()
/openbmc/linux/drivers/s390/char/
H A Dtape.h175 struct idal_buffer *idal_buf; /* idal buffer for user char data */
346 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal()
355 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()
H A Dfs3270.c42 struct idal_buffer *rdbuf; /* full-screen-deactivate buffer */
243 struct idal_buffer *ib; in fs3270_read()
288 struct idal_buffer *ib; in fs3270_write()
426 struct idal_buffer *ib; in fs3270_open()
H A Draw3270.h40 void raw3270_request_set_idal(struct raw3270_request *rq, struct idal_buffer *ib);
H A Dtape_char.c100 struct idal_buffer *new; in tapechar_check_idalbuffer()
H A Dtape_std.c213 struct idal_buffer *new; in tape_std_mtsetblk()
H A Draw3270.c232 void raw3270_request_set_idal(struct raw3270_request *rq, struct idal_buffer *ib) in raw3270_request_set_idal()