Searched refs:properties (Results 26 - 50 of 270) sorted by relevance

1234567891011

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager_v10.c80 q->properties.sdma_vm_addr = 0;
H A Dkfd_packet_manager_v9.c235 switch (q->properties.type) {
248 if (q->properties.sdma_engine_id < 2 &&
250 packet->bitfields2.engine_sel = q->properties.sdma_engine_id +
258 if (q->properties.sdma_engine_id >= 8)
265 packet->bitfields2.engine_sel = q->properties.sdma_engine_id % 8;
269 WARN(1, "queue type %d", q->properties.type);
273 q->properties.doorbell_off;
282 lower_32_bits((uint64_t)q->properties.write_ptr);
285 upper_32_bits((uint64_t)q->properties.write_ptr);
H A Dkfd_packet_manager_vi.c162 switch (q->properties.type) {
174 packet->bitfields2.engine_sel = q->properties.sdma_engine_id +
179 WARN(1, "queue type %d", q->properties.type);
183 q->properties.doorbell_off;
192 lower_32_bits((uint64_t)q->properties.write_ptr);
195 upper_32_bits((uint64_t)q->properties.write_ptr);
H A Dkfd_device_queue_manager_v9.c93 q->properties.sdma_vm_addr = 0;
H A Dkfd_debug.c57 tmp &= pqn->q->properties.exception_status;
62 *event_status = pqn->q->properties.exception_status;
63 *queue_id = pqn->q->properties.queue_id;
65 pqn->q->properties.exception_status &= ~exception_clear_mask;
168 pqn->q->properties.queue_id :
174 pqn->q->properties.exception_status |= event_mask;
229 kfd_send_exception_to_runtime(p, pqn->q->properties.queue_id,
308 if (enable && q->properties.is_user_cu_masked)
313 q->properties.is_dbg_wa = enable;
316 q->properties
[all...]
/linux-master/drivers/input/rmi4/
H A Drmi_f01.c124 struct f01_basic_properties properties; member in struct:f01_data
260 return f01->properties.product_id;
270 return sysfs_emit(buf, "%d\n", f01->properties.manufacturer_id);
282 return sysfs_emit(buf, "%s\n", f01->properties.dom);
294 return sysfs_emit(buf, "%s\n", f01->properties.product_id);
306 return sysfs_emit(buf, "%d\n", f01->properties.firmware_id);
318 u32 package_id = f01->properties.package_id;
458 &f01->properties);
460 dev_err(&fn->dev, "Failed to read F01 properties.\n");
465 f01->properties
[all...]
/linux-master/drivers/thunderbolt/
H A Dproperty.c190 INIT_LIST_HEAD(&dir->properties);
201 list_add_tail(&property->list, &dir->properties);
208 * tb_property_parse_dir() - Parses properties from given property block
212 * This function parses the XDomain properties data block into format that
250 INIT_LIST_HEAD(&dir->properties);
300 list_for_each_entry_safe(property, tmp, &dir->properties, list) {
320 list_for_each_entry(property, &dir->properties, list) {
427 list_for_each_entry(property, &dir->properties, list) {
524 list_for_each_entry(property, &dir->properties, list) {
563 list_add_tail(&p->list, &d->properties);
[all...]
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c253 struct gud_property_req *properties; local
257 properties = kcalloc(GUD_PROPERTIES_MAX_NUM, sizeof(*properties), GFP_KERNEL);
258 if (!properties)
262 properties, GUD_PROPERTIES_MAX_NUM * sizeof(*properties));
265 if (ret % sizeof(*properties)) {
270 num_properties = ret / sizeof(*properties);
273 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties),
[all...]
/linux-master/sound/usb/line6/
H A Dplayback.c146 line6pcm->properties->bytes_per_channel *
147 line6pcm->properties->playback_hw.channels_max;
149 line6pcm->properties->rates.rats[0].num_min;
151 line6pcm->properties->rates.rats[0].den *
260 if (!(line6pcm->line6->properties->capabilities & LINE6_CAP_HWMON)
310 line6pcm->properties->bytes_per_channel *
311 line6pcm->properties->playback_hw.channels_max;
377 &line6pcm->properties->rates);
381 runtime->hw = line6pcm->properties->playback_hw;
426 line6->properties
[all...]
H A Dpodhd.c242 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL_INFO) {
246 pod->line6.properties->ctrl_if);
375 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL) {
378 pod->line6.properties->ctrl_if);
381 pod->line6.properties->ctrl_if);
388 pod->line6.properties->ctrl_if, err);
393 if (pod->line6.properties->capabilities & LINE6_CAP_CONTROL_INFO) {
400 if (pod->line6.properties->capabilities & LINE6_CAP_PCM) {
410 if (pod->line6.properties->capabilities & LINE6_CAP_HWMON_CTL) {
419 if (!(pod->line6.properties
[all...]
H A Ddriver.h73 Common properties of Line 6 devices.
124 const struct line6_properties *properties; member in struct:usb_line6
203 const struct line6_properties *properties,
H A Dmidi.c127 line6->properties->ep_ctrl_w),
231 strcpy(rmidi->id, line6->properties->id);
232 strcpy(rmidi->name, line6->properties->name);
264 if (!(line6->properties->capabilities & LINE6_CAP_CONTROL_MIDI)) {
H A Dpcm.c244 (line6pcm->line6->properties->capabilities &
260 (line6pcm->line6->properties->capabilities &
484 err = snd_pcm_new(line6->card, (char *)line6->properties->name,
489 strcpy(pcm->name, line6->properties->name);
518 struct line6_pcm_properties *properties)
521 unsigned ep_read = line6->properties->ep_audio_r;
522 unsigned ep_write = line6->properties->ep_audio_w;
526 if (!(line6->properties->capabilities & LINE6_CAP_PCM))
539 line6pcm->properties = properties;
517 line6_init_pcm(struct usb_line6 *line6, struct line6_pcm_properties *properties) argument
[all...]
/linux-master/drivers/base/
H A Dswnode.c277 * Reference properties are never stored inline as
316 * property_entries_dup - duplicate array of properties
317 * @properties: array of properties to copy
323 property_entries_dup(const struct property_entry *properties) argument
329 if (!properties)
332 while (properties[n].name)
340 ret = property_entry_copy_data(&p[i], &properties[i]);
354 * property_entries_free - free previously allocated array of properties
355 * @properties
360 property_entries_free(const struct property_entry *properties) argument
733 software_node_alloc(const struct property_entry *properties) argument
928 fwnode_create_software_node(const struct property_entry *properties, const struct fwnode_handle *parent) argument
1049 device_create_managed_software_node(struct device *dev, const struct property_entry *properties, const struct software_node *parent) argument
[all...]
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_hw.h169 u32 properties; member in struct:tsnep_gcl_operation
195 __le32 properties; member in struct:tsnep_tx_desc
209 __le32 properties; member in struct:tsnep_tx_desc_wb
226 __le32 properties; member in struct:tsnep_rx_desc
236 __le32 properties; member in struct:tsnep_rx_desc_wb
H A Dtsnep_main.c385 entry->properties = 0;
388 entry->properties = length & TSNEP_DESC_LENGTH_MASK;
389 entry->properties |= TSNEP_DESC_INTERRUPT_FLAG;
392 entry->properties |= TSNEP_DESC_EXTENDED_WRITEBACK_FLAG;
415 entry->properties |= TSNEP_TX_DESC_LAST_FRAGMENT_FLAG;
424 entry->properties |=
428 entry->properties |= TSNEP_TX_DESC_OWNER_USER_FLAG;
432 entry->properties |= TSNEP_TX_DESC_DATA_AFTER_DESC_FLAG;
434 /* descriptor properties shall be written last, because valid data is
439 entry->desc->properties
[all...]
/linux-master/drivers/acpi/
H A Dacpi_platform.c102 * @properties: Optional collection of build-in properties.
111 const struct property_entry *properties)
170 pdevinfo.properties = properties;
110 acpi_create_platform_device(struct acpi_device *adev, const struct property_entry *properties) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_connector.c229 prop = dev_priv->display.properties.force_audio;
238 dev_priv->display.properties.force_audio = prop;
256 prop = dev_priv->display.properties.broadcast_rgb;
265 dev_priv->display.properties.broadcast_rgb = prop;
H A Dintel_atomic.c68 if (property == dev_priv->display.properties.force_audio)
70 else if (property == dev_priv->display.properties.broadcast_rgb)
101 if (property == dev_priv->display.properties.force_audio) {
106 if (property == dev_priv->display.properties.broadcast_rgb) {
137 * These properties are handled by fastset, and might not end
/linux-master/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c71 .properties = max17047_properties,
91 .properties = fusb302_properties,
130 .properties = usb_connector_properties,
147 .properties = dp_altmode_properties,
223 * instance of properties instead of copying them.
263 /* Pre-existing I��C client for the max17047, add device properties */
265 /* And re-probe to get the new device properties applied */
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c70 .properties = lenovo_yb1_x90_wacom_props,
77 * It could alternatively be used in HID mode by changing the properties to:
91 .properties = lenovo_yb1_x90_hideep_ts_props,
293 .properties = lenovo_yoga_tab2_830_1050_bq24190_props,
450 .properties = lenovo_yoga_tab2_830_lms303d_props,
583 .properties = fg_bq25890_1_supply_props,
604 .properties = lenovo_yt3_bq25892_0_props,
615 .properties = lenovo_yt3_hideep_ts_props,
/linux-master/drivers/usb/dwc3/
H A Ddwc3-pci.c185 .properties = dwc3_pci_intel_properties,
189 .properties = dwc3_pci_intel_phy_charger_detect_properties,
193 .properties = dwc3_pci_intel_byt_properties,
197 .properties = dwc3_pci_mrfld_properties,
201 .properties = dwc3_pci_amd_properties,
205 .properties = dwc3_pci_mr_properties,
/linux-master/drivers/power/supply/
H A Dpmu_battery.c53 .properties = pmu_ac_props,
61 * Battery properties
170 pbat->bat_desc.properties = pmu_bat_props;
/linux-master/include/media/
H A Dipu-bridge.h29 .properties = _PROPS, \
42 .properties = _PROPS, \
/linux-master/drivers/gpio/
H A Dgpio-mockup.c35 /* Maximum of four properties + the sentinel. */
521 struct property_entry properties[GPIO_MOCKUP_MAX_PROP]; local
530 memset(properties, 0, sizeof(properties));
534 properties[prop++] = PROPERTY_ENTRY_STRING("chip-label", chip_label);
538 properties[prop++] = PROPERTY_ENTRY_U32("gpio-base", base);
542 properties[prop++] = PROPERTY_ENTRY_U16("nr-gpios", ngpio);
549 properties[prop++] = PROPERTY_ENTRY_STRING_ARRAY_LEN(
553 fwnode = fwnode_create_software_node(properties, NULL);

Completed in 361 milliseconds

1234567891011