| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_query.c | 116 struct drm_xe_device_query *query) in query_engine_cycles() argument 188 struct drm_xe_device_query *query) in query_engines() argument 249 query_mem_regions(struct xe_device * xe,struct drm_xe_device_query * query) query_mem_regions() argument 316 query_config(struct xe_device * xe,struct drm_xe_device_query * query) query_config() argument 362 query_gt_list(struct xe_device * xe,struct drm_xe_device_query * query) query_gt_list() argument 436 query_hwconfig(struct xe_device * xe,struct drm_xe_device_query * query) query_hwconfig() argument 504 query_gt_topology(struct xe_device * xe,struct drm_xe_device_query * query) query_gt_topology() argument 563 query_uc_fw_version(struct xe_device * xe,struct drm_xe_device_query * query) query_uc_fw_version() argument 653 query_oa_units(struct xe_device * xe,struct drm_xe_device_query * query) query_oa_units() argument 713 query_pxp_status(struct xe_device * xe,struct drm_xe_device_query * query) query_pxp_status() argument 741 query_eu_stall(struct xe_device * xe,struct drm_xe_device_query * query) query_eu_stall() argument 797 struct drm_xe_device_query *query = data; xe_query_ioctl() local [all...] |
| /linux/lib/ |
| H A D | dynamic_debug.c | 131 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq() 175 static int ddebug_change(const struct ddebug_query *query, in ddebug_change() 354 static int parse_linerange(struct ddebug_query *query, const char *first) in parse_linerange() 418 struct ddebug_query *query, const char *modname) in ddebug_parse_query() 541 struct ddebug_query query = {}; in ddebug_exec_query() local 571 static int ddebug_exec_queries(char *query, const char *modname) in ddebug_exec_queries() 610 char query[QUERY_SIZE]; in ddebug_apply_class_bitmap() local
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_query.c | 134 struct drm_i915_query_engine_info query; query_engine_info() local 468 struct drm_i915_query_memory_regions query; query_memregion_info() local 556 query_guc_submission_version(struct drm_i915_private * i915,struct drm_i915_query_item * query) query_guc_submission_version() argument [all...] |
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tp_attach_query.c | 10 struct perf_event_query_bpf *query; in serial_test_tp_attach_query() local
|
| /linux/include/keys/ |
| H A D | asymmetric-subtype.h | 35 int (*query)(const struct kernel_pkey_params *params, member
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 183 def QueryExec(query, stmt): argument 671 def FindSelect(self, value, pattern, query): argument 694 def Found(self, query, found): argument 699 def FindValue(self, value, pattern, query, last_value, last_pattern): argument 707 def FindNext(self, query): argument 713 def FindPrev(self, query): argument 776 def DoFindSelect(self, query, match): argument 786 def FindPath(self, query): argument 972 def DoFindSelect(self, query, match): argument 981 def FindPath(self, query): argument [all …]
|
| H A D | export-to-postgresql.py | 323 query = QSqlQuery(db) variable 338 query = QSqlQuery(db) variable
|
| H A D | export-to-sqlite.py | 160 query = QSqlQuery(db) variable
|
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.h | 40 struct procmap_query query; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | core.c | 109 struct mlx5_fpga_query query; in mlx5_fpga_device_load_check() local [all...] |
| H A D | cmd.c | 125 int mlx5_fpga_query(struct mlx5_core_dev *dev, struct mlx5_fpga_query *query) in mlx5_fpga_query()
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | biosattr-interface.c | 119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query()
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | loader.c | 358 struct loader_xfer_query query = { .header = cpu_to_le32(query_hdr.val32), }; in ishtp_loader_work() local
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | iommu.c | 351 struct iommu_ioas_iova_ranges query = { in iommufd_iova_ranges() local
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 2555 struct xfs_rmap_query_range_info *query = priv; in xfs_rmap_query_range_helper() local 2579 struct xfs_rmap_query_range_info query = { .priv = priv, .fn = fn }; in xfs_rmap_query_range() local 2592 struct xfs_rmap_query_range_info query; in xfs_rmap_query_all() local
|
| H A D | xfs_refcount.c | 2201 struct xfs_refcount_query_range_info *query = priv; in xfs_refcount_query_range_helper() local 2224 struct xfs_refcount_query_range_info query = { .priv = priv, .fn = fn }; in xfs_refcount_query_range() local
|
| H A D | xfs_alloc.c | 4073 struct xfs_alloc_query_range_info *query = priv; in xfs_alloc_query_range_helper() local 4096 struct xfs_alloc_query_range_info query = { .priv = priv, .fn = fn }; in xfs_alloc_query_range() local 4110 struct xfs_alloc_query_range_info query; in xfs_alloc_query_all() local
|
| /linux/drivers/soc/qcom/ |
| H A D | cmd-db.c | 150 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header() local
|
| /linux/drivers/platform/x86/hp/ |
| H A D | hp-wmi.c | 387 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query() 512 static int hp_wmi_read_int(int query) in hp_wmi_read_int() 711 int query = BIT(r + 8) | ((!blocked) << r); in hp_wmi_set_block() local
|
| /linux/include/net/ |
| H A D | amt.h | 212 struct amt_header_membership_query query; member 229 struct amt_header_membership_query query; member
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 398 …struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) in ca_set_pmt()
|
| /linux/drivers/misc/ |
| H A D | gehc-achc.c | 196 u8 query[] = {EZPORT_CMD_SE, (address >> 16) & 0xff, (address >> 8) & 0xff, address & 0xff}; in ezport_section_erase() local
|
| /linux/drivers/input/touchscreen/ |
| H A D | wacom_w8001.c | 188 static void parse_touchquery(u8 *data, struct w8001_touch_query *query) in parse_touchquery()
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_f11.c | 659 struct f11_2d_sensor_queries *query = &f11->sens_query; in f11_2d_construct_data() local 771 struct f11_2d_sensor_queries *query, in f11_write_control_regs()
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 677 char *query, size_t query_len) in query_data() 770 char *query, size_t query_len, bool view_only) in query_label()
|