packets_per_xact 23 drivers/staging/most/configfs.c u16 packets_per_xact; packets_per_xact 63 drivers/staging/most/configfs.c link->packets_per_xact); packets_per_xact 304 drivers/staging/most/configfs.c to_mdev_link(item)->packets_per_xact); packets_per_xact 313 drivers/staging/most/configfs.c ret = kstrtou16(page, 0, &mdev_link->packets_per_xact); packets_per_xact 345 drivers/staging/most/configfs.c CONFIGFS_ATTR(mdev_link_, packets_per_xact); packets_per_xact 327 drivers/staging/most/core.c return snprintf(buf, PAGE_SIZE, "%d\n", c->cfg.packets_per_xact); packets_per_xact 699 drivers/staging/most/core.c c->cfg.packets_per_xact = val; packets_per_xact 1434 drivers/staging/most/core.c c->cfg.packets_per_xact = 0; packets_per_xact 130 drivers/staging/most/core.h u16 packets_per_xact; packets_per_xact 201 drivers/staging/most/usb/usb.c if (cfg->packets_per_xact == 0) { packets_per_xact 204 drivers/staging/most/usb/usb.c } else if (cfg->packets_per_xact == 0xFF) { packets_per_xact 207 drivers/staging/most/usb/usb.c frame_size = cfg->packets_per_xact * sub_size; packets_per_xact 690 drivers/staging/most/usb/usb.c conf->packets_per_xact != 0xFF)) {