Searched refs:idal_buffer (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | idals.h | 107 struct idal_buffer { struct 116 static inline struct idal_buffer * argument 119 struct idal_buffer *ib; in idal_buffer_alloc() 124 ib = kmalloc(sizeof(struct idal_buffer) + nr_ptrs*sizeof(void *), in idal_buffer_alloc() 155 idal_buffer_free(struct idal_buffer *ib) in idal_buffer_free() 170 __idal_buffer_is_needed(struct idal_buffer *ib) in __idal_buffer_is_needed() 180 idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda() 196 idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) in idal_buffer_to_user() 216 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) in idal_buffer_from_user()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape.h | 173 struct idal_buffer *idal_buf; /* idal buffer for user char data */ 348 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal() 357 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()
|
D | fs3270.c | 40 struct idal_buffer *rdbuf; /* full-screen-deactivate buffer */ 247 struct idal_buffer *ib; in fs3270_read() 292 struct idal_buffer *ib; in fs3270_write() 433 struct idal_buffer *ib; in fs3270_open()
|
D | raw3270.h | 118 void raw3270_request_set_idal(struct raw3270_request *, struct idal_buffer *);
|
D | tape_char.c | 99 struct idal_buffer *new; in tapechar_check_idalbuffer()
|
D | tape_std.c | 219 struct idal_buffer *new; in tape_std_mtsetblk()
|
D | raw3270.c | 224 raw3270_request_set_idal(struct raw3270_request *rq, struct idal_buffer *ib) in raw3270_request_set_idal()
|