Home
last modified time | relevance | path

Searched refs:num_cports (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/
Dhd.c83 ida_end = hd->num_cports; in gb_hd_cport_allocate()
84 } else if (cport_id < hd->num_cports) { in gb_hd_cport_allocate()
127 size_t num_cports) in gb_hd_create() argument
146 if (num_cports == 0 || num_cports > CPORT_ID_MAX + 1) { in gb_hd_create()
147 dev_err(parent, "Invalid number of CPorts: %zu\n", num_cports); in gb_hd_create()
177 hd->num_cports = num_cports; in gb_hd_create()
Dgreybus_trace.h247 __field(size_t, num_cports)
254 __entry->num_cports = bundle->num_cports;
259 __entry->num_cports)
437 __field(size_t, num_cports)
443 __entry->num_cports = hd->num_cports;
448 __entry->bus_id, __entry->num_cports,
Dhd.h51 size_t num_cports; member
71 size_t num_cports);
Des2.c517 ida_end = hd->num_cports; in es2_cport_allocate()
518 } else if (cport_id < hd->num_cports) { in es2_cport_allocate()
1261 int num_cports; in ap_probe() local
1268 num_cports = apb_get_cport_count(udev); in ap_probe()
1269 if (num_cports < 0) { in ap_probe()
1272 num_cports); in ap_probe()
1273 return num_cports; in ap_probe()
1277 num_cports); in ap_probe()
Daudio_module.c245 if (bundle->num_cports < 2) in gb_audio_probe()
256 gbmodule->num_data_connections = bundle->num_cports - 1; in gb_audio_probe()
267 for (i = 0; i < bundle->num_cports; i++) { in gb_audio_probe()
Dbundle.h26 size_t num_cports; member
Dgreybus.h148 return cport_id != CPORT_ID_BAD && cport_id < hd->num_cports; in cport_id_valid()
Dgbphy.c284 if (bundle->num_cports == 0) in gb_gbphy_probe()
299 for (i = 0; i < bundle->num_cports; ++i) { in gb_gbphy_probe()
Dlog.c74 if (bundle->num_cports != 1) in gb_log_probe()
Dvibrator.c126 if (bundle->num_cports != 1) in gb_vibrator_probe()
Dfw-core.c76 for (i = 0; i < bundle->num_cports; i++) { in gb_fw_core_probe()
Draw.c158 if (bundle->num_cports != 1) in gb_raw_probe()
Dmanifest.c284 bundle->num_cports = count; in gb_manifest_parse_cports()
Dbootrom.c419 if (bundle->num_cports != 1) in gb_bootrom_probe()
Dhid.c431 if (bundle->num_cports != 1) in gb_hid_probe()
Dcamera.c1250 if (bundle->num_cports != 2)
1253 for (i = 0; i < bundle->num_cports; ++i) {
Dpower_supply.c1061 if (bundle->num_cports != 1) in gb_power_supply_probe()
Dloopback.c1042 if (bundle->num_cports != 1) in gb_loopback_probe()
Dlight.c1271 if (bundle->num_cports != 1) in gb_lights_probe()