Home
last modified time | relevance | path

Searched full:0200 (Results 1 – 25 of 137) sorted by relevance

123456

/linux/drivers/zorro/
H A Dzorro.ids23 0200 3-State
24 0200 Megamix 2000 [RAM Expansion]
27 0200 A2286 AT [ISA Bus Bridge]
32 0200 A590/A2091 [SCSI Host Adapter]
51 0200 EXP8000 [RAM Expansion]
69 0200 StarDrive [SCSI Host Adapter]
86 0200 [RAM Expansion]
101 0200 1000 [RAM Expansion]
133 0200 Impact Series I (16K/2) [SCSI Host Adapter]
161 0200 FastCard [RAM Expansion]
[all …]
/linux/include/linux/
H A Dhwmon-sysfs.h31 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index)
44 SENSOR_DEVICE_ATTR(_name, 0200, NULL, _func##_store, _index)
66 SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index)
81 SENSOR_DEVICE_ATTR_2(_name, 0200, NULL, _func##_store, \
/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c491 debugfs_create_file("force_recovery", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
497 debugfs_create_file("fw_dyndbg", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
501 debugfs_create_file("fw_trace_destination_mask", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
503 debugfs_create_file("fw_trace_hw_comp_mask", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
505 debugfs_create_file("fw_trace_level", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
507 debugfs_create_file("hws_priority_bands", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
510 debugfs_create_file("reset_engine", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
512 debugfs_create_file("resume_engine", 0200, debugfs_root, vdev, in ivpu_debugfs_init()
516 debugfs_create_file("fw_profiling_freq_drive", 0200, in ivpu_debugfs_init()
/linux/drivers/virtio/
H A Dvirtio_debug.c85 debugfs_create_file("filter_features_clear", 0200, dev->debugfs_dir, dev, in virtio_debug_device_init()
87 debugfs_create_file("filter_feature_add", 0200, dev->debugfs_dir, dev, in virtio_debug_device_init()
89 debugfs_create_file("filter_feature_del", 0200, dev->debugfs_dir, dev, in virtio_debug_device_init()
/linux/drivers/dma/idxd/
H A Dcompat.c35 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store);
79 static DRIVER_ATTR_IGNORE_LOCKDEP(bind, 0200, NULL, bind_store);
/linux/drivers/platform/mellanox/
H A Dmlx-platform.c4029 .mode = 0200,
4035 .mode = 0200,
4041 .mode = 0200,
4047 .mode = 0200,
4161 .mode = 0200,
4167 .mode = 0200,
4173 .mode = 0200,
4179 .mode = 0200,
4302 .mode = 0200,
4308 .mode = 0200,
[all …]
/linux/drivers/interconnect/
H A Ddebugfs-client.c165 debugfs_create_file("get", 0200, client_dir, NULL, &icc_get_fops); in icc_debugfs_client_init()
169 debugfs_create_file("commit", 0200, client_dir, NULL, &icc_commit_fops); in icc_debugfs_client_init()
/linux/drivers/s390/net/
H A Dqeth_l3_sys.c482 static QETH_DEVICE_ATTR(ipato_del4, del4, 0200, NULL,
551 static QETH_DEVICE_ATTR(ipato_del6, del6, 0200, NULL,
631 static QETH_DEVICE_ATTR(vipa_del4, del4, 0200, NULL,
658 static QETH_DEVICE_ATTR(vipa_del6, del6, 0200, NULL,
738 static QETH_DEVICE_ATTR(rxip_del4, del4, 0200, NULL,
765 static QETH_DEVICE_ATTR(rxip_del6, del6, 0200, NULL,
/linux/drivers/soundwire/
H A Dintel_ace2x_debugfs.c140 debugfs_create_file("intel-m-datamode", 0200, sdw->debugfs, sdw, in intel_ace2x_debugfs_init()
143 debugfs_create_file("intel-s-datamode", 0200, sdw->debugfs, sdw, in intel_ace2x_debugfs_init()
/linux/mm/
H A Dhwpoison-inject.c171 debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, NULL, in pfn_inject_init()
174 debugfs_create_file("unpoison-pfn", 0200, hwpoison_dir, NULL, in pfn_inject_init()
H A Dcma_debug.c170 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one()
171 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c114 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
116 debugfs_create_file("mem_limit", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-gp8psk-cardlist.rst16 - 09c0:0200, 09c0:0201
/linux/drivers/net/netdevsim/
H A Dhwstats.c430 debugfs_create_file_aux("enable_ifindex", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
432 debugfs_create_file_aux("disable_ifindex", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
434 debugfs_create_file_aux("fail_next_enable", 0200, hwstats->l3_ddir, hwstats, in nsim_dev_hwstats_init()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c202 ADD_FILE(dump, 0200, &fops_wcn36xx_dump, wcn); in wcn36xx_debugfs_init()
203 ADD_FILE(firmware_feat_caps, 0200, in wcn36xx_debugfs_init()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c709 ADD_FILE(shm16write, 0200); in b43_debugfs_add_device()
711 ADD_FILE(shm32write, 0200); in b43_debugfs_add_device()
713 ADD_FILE(mmio16write, 0200); in b43_debugfs_add_device()
715 ADD_FILE(mmio32write, 0200); in b43_debugfs_add_device()
717 ADD_FILE(restart, 0200); in b43_debugfs_add_device()
/linux/Documentation/translations/zh_CN/maintainer/
H A Dmodifying-patches.rst44 Date: Tue May 13 22:12:27 2008 +0200
/linux/Documentation/devicetree/bindings/edac/
H A Ddmc-520.yaml15 https://static.docs.arm.com/100000/0200/corelink_dmc520_trm_100000_0200_01_en.pdf
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dhmat.rst32 Entry : 0200 <- CXL BW
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c379 debugfs_create_file("ta_load", 0200, dir, adev, in amdgpu_ta_if_debugfs_init()
382 debugfs_create_file("ta_unload", 0200, dir, in amdgpu_ta_if_debugfs_init()
385 debugfs_create_file("ta_invoke", 0200, dir, in amdgpu_ta_if_debugfs_init()
/linux/drivers/pcmcia/
H A Dsocket_sysfs.c94 static DEVICE_ATTR(card_insert, 0200, NULL, pccard_store_insert);
141 static DEVICE_ATTR(card_eject, 0200, NULL, pccard_store_eject);
/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst259 Entry : 0200
260 Entry : 0200
/linux/drivers/peci/
H A Dsysfs.c68 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, 0200, NULL, remove_store);
/linux/arch/xtensa/include/asm/
H A Dmxregs.h30 * 0200 0...0m..m RunStall core 'n'
/linux/drivers/net/wwan/
H A Dwwan_hwsim.c340 debugfs_create_file("destroy", 0200, port->debugfs_topdir, port, in wwan_hwsim_port_new()
420 debugfs_create_file("destroy", 0200, dev->debugfs_topdir, dev, in wwan_hwsim_dev_new()
423 debugfs_create_file("portcreate", 0200, in wwan_hwsim_dev_new()
655 debugfs_create_file("devcreate", 0200, in wwan_hwsim_init()

123456