Lines Matching defs:payload
635 dest->payload.len = payloadlen;
637 dest->payload.data = kzalloc(payloadlen, GFP_KERNEL);
639 dest->payload.data = NULL;
641 return dest->payload.data;
646 kfree(dest->payload.data);
1020 * When the device does not have IBI payload GETMRL only returns 2
1024 dest.payload.len -= 1;
1031 switch (dest.payload.len) {
1066 if (dest.payload.len != sizeof(*mwl)) {
1097 if (dest.payload.len != 2 && dest.payload.len != 5) {
1104 if (dest.payload.len == 5)
1133 if (dest.payload.len != 1) {
2238 * @slot: the IBI slot used to store the payload
2256 struct i3c_ibi_payload payload;
2258 payload.data = slot->data;
2259 payload.len = slot->len;
2262 dev->ibi->handler(dev->dev, &payload);