Searched refs:con (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ceph/ |
| D | messenger.h | 30 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); 34 struct ceph_connection *con, 36 int (*add_authorizer_challenge)(struct ceph_connection *con, 39 int (*verify_authorizer_reply) (struct ceph_connection *con); 40 int (*invalidate_authorizer)(struct ceph_connection *con); 43 void (*fault) (struct ceph_connection *con); 47 void (*peer_reset) (struct ceph_connection *con); 49 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, 59 int (*get_auth_request)(struct ceph_connection *con, 62 int (*handle_auth_reply_more)(struct ceph_connection *con, [all …]
|
| D | mon_client.h | 85 struct ceph_connection con; member
|
| /include/linux/ |
| D | console.h | 384 void (*write_atomic)(struct console *con, struct nbcon_write_context *wctxt); 415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); 442 void (*device_lock)(struct console *con, unsigned long *flags); 458 void (*device_unlock)(struct console *con, unsigned long flags); 518 static inline short console_srcu_read_flags(const struct console *con) in console_srcu_read_flags() argument 526 return data_race(READ_ONCE(con->flags)); in console_srcu_read_flags() 539 static inline void console_srcu_write_flags(struct console *con, short flags) in console_srcu_write_flags() argument 544 WRITE_ONCE(con->flags, flags); in console_srcu_write_flags() 548 static inline bool console_is_registered_locked(const struct console *con) in console_is_registered_locked() argument 551 return !hlist_unhashed(&con->node); in console_is_registered_locked() [all …]
|
| D | printk.h | 204 extern bool nbcon_device_try_acquire(struct console *con); 205 extern void nbcon_device_release(struct console *con); 295 static inline bool nbcon_device_try_acquire(struct console *con) in nbcon_device_try_acquire() argument 300 static inline void nbcon_device_release(struct console *con) in nbcon_device_release() argument
|
| D | fwnode.h | 224 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup,
|
| D | serial_core.h | 629 static inline void uart_port_set_cons(struct uart_port *up, struct console *con) in uart_port_set_cons() argument 634 up->cons = con; in uart_port_set_cons() 1053 struct console *con; member
|
| D | init.h | 321 #define console_initcall(fn) ___define_initcall(fn, con, .con_initcall)
|
| /include/linux/usb/ |
| D | typec.h | 376 void (*attach)(struct typec_connector *con, struct device *dev); 377 void (*deattach)(struct typec_connector *con, struct device *dev); 380 static inline void typec_attach(struct typec_connector *con, struct device *dev) in typec_attach() argument 382 if (con && con->attach) in typec_attach() 383 con->attach(con, dev); in typec_attach() 386 static inline void typec_deattach(struct typec_connector *con, struct device *dev) in typec_deattach() argument 388 if (con && con->deattach) in typec_deattach() 389 con->deattach(con, dev); in typec_deattach()
|
| D | audio.h | 29 int (*set)(struct usb_audio_control *con, u8 cmd, int value); 30 int (*get)(struct usb_audio_control *con, u8 cmd);
|