Symbol: color_match
drivers/net/ethernet/pensando/ionic/ionic_main.c
314
if (!color_match(comp->color, cq->done_color))
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1249
if (!color_match(comp->color, cq->done_color))
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
734
if (!color_match(comp->pkt_type_color, cq->done_color))
drivers/usb/gadget/function/uvc_configfs.c
1583
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
1596
color_match = to_uvcg_color_matching(to_config_group(cm_default));
drivers/usb/gadget/function/uvc_configfs.c
1599
return color_match;
drivers/usb/gadget/function/uvc_configfs.c
2477
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
2482
color_match = uvcg_format_get_default_color_match(streaming);
drivers/usb/gadget/function/uvc_configfs.c
2483
if (!color_match)
drivers/usb/gadget/function/uvc_configfs.c
2503
h->fmt.color_matching = color_match;
drivers/usb/gadget/function/uvc_configfs.c
2504
color_match->refcnt++;
drivers/usb/gadget/function/uvc_configfs.c
2669
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
2674
color_match = uvcg_format_get_default_color_match(streaming);
drivers/usb/gadget/function/uvc_configfs.c
2675
if (!color_match)
drivers/usb/gadget/function/uvc_configfs.c
2693
h->fmt.color_matching = color_match;
drivers/usb/gadget/function/uvc_configfs.c
2694
color_match->refcnt++;
drivers/usb/gadget/function/uvc_configfs.c
2920
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
2925
color_match = uvcg_format_get_default_color_match(streaming);
drivers/usb/gadget/function/uvc_configfs.c
2926
if (!color_match)
drivers/usb/gadget/function/uvc_configfs.c
2948
h->fmt.color_matching = color_match;
drivers/usb/gadget/function/uvc_configfs.c
2949
color_match->refcnt++;
drivers/usb/gadget/function/uvc_configfs.c
2978
struct uvcg_color_matching *color_match = \
drivers/usb/gadget/function/uvc_configfs.c
2992
le##bits##_to_cpu(color_match->desc.aname)); \
drivers/usb/gadget/function/uvc_configfs.c
3004
struct uvcg_color_matching *color_match = \
drivers/usb/gadget/function/uvc_configfs.c
3017
if (color_match->refcnt) { \
drivers/usb/gadget/function/uvc_configfs.c
3027
color_match->desc.aname = num; \
drivers/usb/gadget/function/uvc_configfs.c
3053
struct uvcg_color_matching *color_match =
drivers/usb/gadget/function/uvc_configfs.c
3056
kfree(color_match);
drivers/usb/gadget/function/uvc_configfs.c
3076
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
3078
color_match = kzalloc_obj(*color_match);
drivers/usb/gadget/function/uvc_configfs.c
3079
if (!color_match)
drivers/usb/gadget/function/uvc_configfs.c
3082
color_match->desc.bLength = UVC_DT_COLOR_MATCHING_SIZE;
drivers/usb/gadget/function/uvc_configfs.c
3083
color_match->desc.bDescriptorType = USB_DT_CS_INTERFACE;
drivers/usb/gadget/function/uvc_configfs.c
3084
color_match->desc.bDescriptorSubType = UVC_VS_COLORFORMAT;
drivers/usb/gadget/function/uvc_configfs.c
3086
config_group_init_type_name(&color_match->group, name,
drivers/usb/gadget/function/uvc_configfs.c
3089
return &color_match->group;
drivers/usb/gadget/function/uvc_configfs.c
3098
struct uvcg_color_matching *color_match;
drivers/usb/gadget/function/uvc_configfs.c
3100
color_match = kzalloc_obj(*color_match);
drivers/usb/gadget/function/uvc_configfs.c
3101
if (!color_match)
drivers/usb/gadget/function/uvc_configfs.c
3104
color_match->desc.bLength = UVC_DT_COLOR_MATCHING_SIZE;
drivers/usb/gadget/function/uvc_configfs.c
3105
color_match->desc.bDescriptorType = USB_DT_CS_INTERFACE;
drivers/usb/gadget/function/uvc_configfs.c
3106
color_match->desc.bDescriptorSubType = UVC_VS_COLORFORMAT;
drivers/usb/gadget/function/uvc_configfs.c
3107
color_match->desc.bColorPrimaries = UVC_COLOR_PRIMARIES_BT_709_SRGB;
drivers/usb/gadget/function/uvc_configfs.c
3108
color_match->desc.bTransferCharacteristics = UVC_TRANSFER_CHARACTERISTICS_BT_709;
drivers/usb/gadget/function/uvc_configfs.c
3109
color_match->desc.bMatrixCoefficients = UVC_MATRIX_COEFFICIENTS_SMPTE_170M;
drivers/usb/gadget/function/uvc_configfs.c
3111
config_group_init_type_name(&color_match->group, "default",
drivers/usb/gadget/function/uvc_configfs.c
3113
configfs_add_default_group(&color_match->group, parent);
drivers/usb/gadget/function/uvc_configfs.c
3282
struct uvcg_color_matching *color_match = priv1;
drivers/usb/gadget/function/uvc_configfs.c
3284
*size += sizeof(color_match->desc);
drivers/usb/gadget/function/uvc_configfs.c
3409
struct uvcg_color_matching *color_match = priv1;
drivers/usb/gadget/function/uvc_configfs.c
3411
memcpy(*dest, &color_match->desc, sizeof(color_match->desc));
drivers/usb/gadget/function/uvc_configfs.c
3412
*dest += sizeof(color_match->desc);