Searched refs:port_callback (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_init.c | 80 struct snd_seq_port_callback port_callback; in snd_seq_oss_create_client() local 103 memset(&port_callback, 0, sizeof(port_callback)); in snd_seq_oss_create_client() 107 port_callback.event_input = receive_announce; in snd_seq_oss_create_client() 108 port->kernel = &port_callback; in snd_seq_oss_create_client()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | sysfs.c | 504 int (*port_callback)(struct ib_device *, in add_port() 558 if (port_callback) { in add_port() 559 ret = port_callback(device, port_num, &p->kobj); in add_port() 813 int (*port_callback)(struct ib_device *, in ib_device_register_sysfs() 843 ret = add_port(device, 0, port_callback); in ib_device_register_sysfs() 848 ret = add_port(device, i, port_callback); in ib_device_register_sysfs()
|
D | core_priv.h | 42 int (*port_callback)(struct ib_device *,
|
D | device.c | 323 int (*port_callback)(struct ib_device *, in ib_register_device() 355 ret = ib_device_register_sysfs(device, port_callback); in ib_register_device()
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1870 int (*port_callback)(struct ib_device *,
|