Home
last modified time | relevance | path

Searched refs:is_inline (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/base/
H A Dswnode.c138 return prop->is_inline ? &prop->value : prop->pointer; in property_get_pointer()
238 if (!p->is_inline) in property_entry_free_data()
273 if (!src->is_inline && !src->length) in property_entry_copy_data()
280 if (src->type == DEV_PROP_REF && src->is_inline) in property_entry_copy_data()
285 dst->is_inline = true; in property_entry_copy_data()
296 if (!dst->is_inline) in property_entry_copy_data()
529 if (prop->is_inline) in software_node_get_reference_args()
648 if (!prop || prop->type != DEV_PROP_REF || prop->is_inline) in software_node_graph_get_remote_endpoint()
/linux/drivers/base/test/
H A Dproperty-entry-test.c359 KUNIT_EXPECT_TRUE(test, copy[0].is_inline); in pe_test_move_inline_u8()
364 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_u8()
391 KUNIT_EXPECT_TRUE(test, copy[0].is_inline); in pe_test_move_inline_str()
394 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_str()
399 KUNIT_EXPECT_TRUE(test, copy[2].is_inline); in pe_test_move_inline_str()
/linux/include/linux/
H A Dproperty.h395 bool is_inline; member
458 .is_inline = true, \
485 .is_inline = true, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.h123 u8 is_inline; member
H A Dcmd.c502 stc_attr->insert_header.is_inline); in hws_cmd_stc_modify_set_stc_param()
H A Daction.c532 attr->insert_header.is_inline = 1; in hws_action_fill_stc_attr()
/linux/fs/btrfs/
H A Dsend.c5644 bool is_inline = (btrfs_file_extent_type(leaf, ei) == in send_extent_data() local
5654 if (is_inline && in send_extent_data()
5659 } else if (!is_inline && in send_extent_data()