Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/infiniband/core/
Dsysfs.c504 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()
Dcore_priv.h42 int (*port_callback)(struct ib_device *,
Ddevice.c323 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/
Dib_verbs.h1870 int (*port_callback)(struct ib_device *,