Home
last modified time | relevance | path

Searched refs:port_callback (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_init.c80 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.1.27/drivers/infiniband/core/
Dcore_priv.h42 int (*port_callback)(struct ib_device *,
Dsysfs.c521 int (*port_callback)(struct ib_device *, in add_port()
575 if (port_callback) { in add_port()
576 ret = port_callback(device, port_num, &p->kobj); in add_port()
836 int (*port_callback)(struct ib_device *, in ib_device_register_sysfs()
868 ret = add_port(device, 0, port_callback); in ib_device_register_sysfs()
873 ret = add_port(device, i, port_callback); in ib_device_register_sysfs()
Ddevice.c274 int (*port_callback)(struct ib_device *, in ib_register_device()
304 ret = ib_device_register_sysfs(device, port_callback); in ib_register_device()
/linux-4.1.27/include/rdma/
Dib_verbs.h1692 int (*port_callback)(struct ib_device *,