Searched refs:port_callback (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/infiniband/core/ |
D | sysfs.c | 1019 int (*port_callback)(struct ib_device *, in add_port() 1114 if (port_callback) { in add_port() 1115 ret = port_callback(device, port_num, &p->kobj); in add_port() 1303 int (*port_callback)(struct ib_device *, in ib_device_register_sysfs() 1332 ret = add_port(device, 0, port_callback); in ib_device_register_sysfs() 1337 ret = add_port(device, i, port_callback); in ib_device_register_sysfs()
|
D | core_priv.h | 87 int (*port_callback)(struct ib_device *,
|
D | device.c | 457 int (*port_callback)(struct ib_device *, in ib_register_device() 540 ret = ib_device_register_sysfs(device, port_callback); in ib_register_device()
|
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | vt.c | 414 if ((!rdi->driver_f.port_callback) || in check_support() 831 ret = ib_register_device(&rdi->ibdev, rdi->driver_f.port_callback); in rvt_register_device()
|
/Linux-v4.19/include/rdma/ |
D | rdma_vt.h | 227 int (*port_callback)(struct ib_device *, u8, struct kobject *); member
|
D | ib_verbs.h | 2623 int (*port_callback)(struct ib_device *,
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 1899 dd->verbs_dev.rdi.driver_f.port_callback = hfi1_create_port_files; in hfi1_register_ib_device()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 1588 dd->verbs_dev.rdi.driver_f.port_callback = qib_create_port_files; in qib_register_ib_device()
|