Home
last modified time | relevance | path

Searched refs:rdesc_size (Results 1 – 17 of 17) sorted by relevance

/drivers/hid/bpf/progs/
A DXPPen__ACK05.bpf.c221 __s32 rdesc_size = hctx->size; in SEC() local
226 if (rdesc_size == VENDOR_DESCRIPTOR_LENGTH) { in SEC()
231 __builtin_memcpy(data + rdesc_size, fixed_rdesc_vendor, sizeof(fixed_rdesc_vendor)); in SEC()
232 return sizeof(fixed_rdesc_vendor) + rdesc_size; in SEC()
302 switch (ctx->rdesc_size) { in probe()
314 if (ctx->rdesc_size == VENDOR_DESCRIPTOR_LENGTH) { in probe()
A DHuion__KeydialK20.bpf.c348 __s32 rdesc_size = hctx->size; in SEC() local
361 if (rdesc_size == PAD_REPORT_DESCRIPTOR_LENGTH) { in SEC()
371 if (rdesc_size == PUCK_REPORT_DESCRIPTOR_LENGTH) { in SEC()
380 if (rdesc_size == VENDOR_REPORT_DESCRIPTOR_LENGTH) { in SEC()
518 switch (ctx->rdesc_size) { in probe()
A DHuion__Inspiroy-2-S.bpf.c382 __s32 rdesc_size = hctx->size; in SEC() local
395 if (rdesc_size == PAD_REPORT_DESCRIPTOR_LENGTH) { in SEC()
404 if (rdesc_size == PEN_REPORT_DESCRIPTOR_LENGTH) { in SEC()
416 if (rdesc_size == VENDOR_REPORT_DESCRIPTOR_LENGTH) { in SEC()
541 switch (ctx->rdesc_size) { in probe()
A DHuion__Dial-2.bpf.c445 __s32 rdesc_size = hctx->size; in SEC() local
458 if (rdesc_size == PAD_REPORT_DESCRIPTOR_LENGTH) { in SEC()
467 if (rdesc_size == PEN_REPORT_DESCRIPTOR_LENGTH) { in SEC()
479 if (rdesc_size == VENDOR_REPORT_DESCRIPTOR_LENGTH) { in SEC()
623 switch (ctx->rdesc_size) { in probe()
A DHuion__Kamvas-Pro-19.bpf.c332 ctx->retval = !((ctx->rdesc_size == PRE_240524_RDESC_SIZE) || in probe()
333 (ctx->rdesc_size == FW_240524_RDESC_SIZE)); in probe()
A DXPPen__DecoMini4.bpf.c223 ctx->retval = ctx->rdesc_size != RDESC_SIZE_PAD && in probe()
224 ctx->rdesc_size != RDESC_SIZE_PEN; in probe()
A Dhid_bpf.h16 unsigned int rdesc_size; member
A DHP__Elite-Presenter.bpf.c55 ctx->retval = ctx->rdesc_size != 264; in probe()
A DMistel__MD770.bpf.c147 ctx->retval = ctx->rdesc_size != RDESC_SIZE; in probe()
A DRapoo__M50-Plus-Silent.bpf.c141 ctx->retval = ctx->rdesc_size != RDESC_SIZE; in probe()
A DIOGEAR__Kaliber-MMOmentum.bpf.c56 ctx->retval = ctx->rdesc_size != 213; in probe()
A DFR-TEC__Raptor-Mach-2.bpf.c179 ctx->retval = ctx->rdesc_size != 232; in probe()
A DMicrosoft__Xbox-Elite-2.bpf.c124 ctx->retval = ctx->rdesc_size != ORIGINAL_RDESC_SIZE; in probe()
A DXPPen__Artist24.bpf.c220 ctx->retval = ctx->rdesc_size != 107; in probe()
A DWacom__ArtPen.bpf.c167 if (device->pid == pid && device->rdesc_len == ctx->rdesc_size) { in probe()
A DXPPen__ArtistPro16Gen2.bpf.c313 ctx->retval = ctx->rdesc_size != 113; in probe()
/drivers/regulator/
A Dtps65219-regulator.c358 size_t rdesc_size; member
371 .rdesc_size = ARRAY_SIZE(tps65214_regs),
381 .rdesc_size = ARRAY_SIZE(tps65215_regs),
391 .rdesc_size = ARRAY_SIZE(tps65219_regs),
430 for (i = 0; i < pmic->rdesc_size; i++) { in tps65219_regulator_probe()

Completed in 27 milliseconds