Searched refs:con (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ceph/ |
| A D | messenger.h | 34 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); 59 int (*get_auth_request)(struct ceph_connection *con, 66 int (*handle_auth_done)(struct ceph_connection *con, 94 int (*sparse_read)(struct ceph_connection *con, 280 struct ceph_connection *con; member 527 int ceph_tcp_connect(struct ceph_connection *con); 556 void ceph_con_v1_revoke(struct ceph_connection *con); [all …]
|
| A D | mon_client.h | 85 struct ceph_connection con; member
|
| /include/linux/ |
| A D | console.h | 442 void (*device_lock)(struct console *con, unsigned long *flags); 458 void (*device_unlock)(struct console *con, unsigned long flags); 526 return data_race(READ_ONCE(con->flags)); in console_srcu_read_flags() 544 WRITE_ONCE(con->flags, flags); in console_srcu_write_flags() 551 return !hlist_unhashed(&con->node); in console_is_registered_locked() 570 ret = console_is_registered_locked(con); in console_is_registered() 585 #define for_each_console_srcu(con) \ argument 586 hlist_for_each_entry_srcu(con, &console_list, node, \ 597 #define for_each_console(con) \ argument 599 hlist_for_each_entry(con, &console_list, node) [all …]
|
| A D | printk.h | 209 extern bool nbcon_device_try_acquire(struct console *con); 210 extern void nbcon_device_release(struct console *con); 313 static inline bool nbcon_device_try_acquire(struct console *con) in nbcon_device_try_acquire() argument 318 static inline void nbcon_device_release(struct console *con) in nbcon_device_release() argument
|
| A D | fwnode.h | 227 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup,
|
| A D | serial_core.h | 628 static inline void uart_port_set_cons(struct uart_port *up, struct console *con) in uart_port_set_cons() argument 633 up->cons = con; in uart_port_set_cons() 1050 struct console *con; member
|
| A D | init.h | 323 #define console_initcall(fn) ___define_initcall(fn, con, .con_initcall)
|
| /include/linux/usb/ |
| A D | typec.h | 393 void (*attach)(struct typec_connector *con, struct device *dev); 394 void (*deattach)(struct typec_connector *con, struct device *dev); 397 static inline void typec_attach(struct typec_connector *con, struct device *dev) in typec_attach() argument 399 if (con && con->attach) in typec_attach() 400 con->attach(con, dev); in typec_attach() 403 static inline void typec_deattach(struct typec_connector *con, struct device *dev) in typec_deattach() argument 405 if (con && con->deattach) in typec_deattach() 406 con->deattach(con, dev); in typec_deattach()
|
| A 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);
|
Completed in 22 milliseconds