Home
last modified time | relevance | path

Searched refs:color_match (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/function/
Duvc_configfs.c1579 struct uvcg_color_matching *color_match; in uvcg_format_get_default_color_match() local
1592 color_match = to_uvcg_color_matching(to_config_group(cm_default)); in uvcg_format_get_default_color_match()
1595 return color_match; in uvcg_format_get_default_color_match()
2431 struct uvcg_color_matching *color_match; in uvcg_uncompressed_make() local
2436 color_match = uvcg_format_get_default_color_match(streaming); in uvcg_uncompressed_make()
2437 if (!color_match) in uvcg_uncompressed_make()
2457 h->fmt.color_matching = color_match; in uvcg_uncompressed_make()
2458 color_match->refcnt++; in uvcg_uncompressed_make()
2623 struct uvcg_color_matching *color_match; in uvcg_mjpeg_make() local
2628 color_match = uvcg_format_get_default_color_match(streaming); in uvcg_mjpeg_make()
[all …]
/Linux-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c384 if (!color_match(comp->pkt_type_color, cq->done_color)) in ionic_rx_service()
853 if (!color_match(comp->color, cq->done_color)) in ionic_tx_service()
Dionic_if.h142 static inline u8 color_match(u8 color, u8 done_color) in color_match() function
Dionic_lif.c1221 if (!color_match(comp->color, cq->done_color)) in ionic_adminq_service()