Home
last modified time | relevance | path

Searched refs:matched_node (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/nfc/nfcmrvl/
H A Duart.c67 struct device_node *matched_node; in nfcmrvl_uart_parse_dt() local
70 matched_node = of_get_compatible_child(node, "marvell,nfc-uart"); in nfcmrvl_uart_parse_dt()
71 if (!matched_node) { in nfcmrvl_uart_parse_dt()
72 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart"); in nfcmrvl_uart_parse_dt()
73 if (!matched_node) in nfcmrvl_uart_parse_dt()
77 ret = nfcmrvl_parse_dt(matched_node, pdata); in nfcmrvl_uart_parse_dt()
80 of_node_put(matched_node); in nfcmrvl_uart_parse_dt()
84 pdata->flow_control = of_property_read_bool(matched_node, "flow-control"); in nfcmrvl_uart_parse_dt()
85 pdata->break_control = of_property_read_bool(matched_node, "break-control"); in nfcmrvl_uart_parse_dt()
87 of_node_put(matched_node); in nfcmrvl_uart_parse_dt()
[all...]
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c1650 devcoredump->snapshot.matched_node = new; in xe_engine_manual_capture()
1684 XE_WARN_ON(!devcore_snapshot->matched_node); in snapshot_print_by_list_order()
1686 reginfo = &devcore_snapshot->matched_node->reginfo[type]; in snapshot_print_by_list_order()
1800 if (!devcore_snapshot->matched_node) in xe_engine_snapshot_print()
1811 devcore_snapshot->matched_node->source == XE_ENGINE_CAPTURE_SOURCE_GUC ? in xe_engine_snapshot_print()
1813 drm_printf(p, "\tCoverage: %s\n", grptype[devcore_snapshot->matched_node->is_partial]); in xe_engine_snapshot_print()
1869 if (ss->matched_node && ss->matched_node->source == XE_ENGINE_CAPTURE_SOURCE_GUC) in xe_guc_capture_get_matching_and_lock()
1870 return ss->matched_node; in xe_guc_capture_get_matching_and_lock()
1948 coredump->snapshot.matched_node); in xe_engine_snapshot_capture_for_queue()
[all...]
H A Dxe_devcoredump_types.h57 * @matched_node: The matched capture node for timedout job
61 struct __guc_capture_parsed_output *matched_node; member
H A Dxe_devcoredump.c154 ss->matched_node = NULL; in xe_devcoredump_snapshot_free()
H A Dxe_hw_engine.c922 coredump->snapshot.matched_node = node; in xe_hw_engine_snapshot_capture()