/Linux-v4.19/arch/x86/kernel/ |
D | platform-quirks.c | 10 x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT; in x86_early_init_platform_quirks() 11 x86_platform.legacy.rtc = 1; in x86_early_init_platform_quirks() 12 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks() 13 x86_platform.legacy.reserve_bios_regions = 0; in x86_early_init_platform_quirks() 14 x86_platform.legacy.devices.pnpbios = 1; in x86_early_init_platform_quirks() 18 x86_platform.legacy.reserve_bios_regions = 1; in x86_early_init_platform_quirks() 21 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks() 22 x86_platform.legacy.rtc = 0; in x86_early_init_platform_quirks() 26 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks() 27 x86_platform.legacy.rtc = 0; in x86_early_init_platform_quirks() [all …]
|
D | jailhouse.c | 152 x86_platform.legacy.rtc = 0; in jailhouse_init_platform() 153 x86_platform.legacy.warm_reset = 0; in jailhouse_init_platform() 154 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT; in jailhouse_init_platform()
|
/Linux-v4.19/net/ceph/ |
D | ceph_fs.c | 32 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_from_legacy() argument 34 fl->stripe_unit = le32_to_cpu(legacy->fl_stripe_unit); in ceph_file_layout_from_legacy() 35 fl->stripe_count = le32_to_cpu(legacy->fl_stripe_count); in ceph_file_layout_from_legacy() 36 fl->object_size = le32_to_cpu(legacy->fl_object_size); in ceph_file_layout_from_legacy() 37 fl->pool_id = le32_to_cpu(legacy->fl_pg_pool); in ceph_file_layout_from_legacy() 45 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_to_legacy() argument 47 legacy->fl_stripe_unit = cpu_to_le32(fl->stripe_unit); in ceph_file_layout_to_legacy() 48 legacy->fl_stripe_count = cpu_to_le32(fl->stripe_count); in ceph_file_layout_to_legacy() 49 legacy->fl_object_size = cpu_to_le32(fl->object_size); in ceph_file_layout_to_legacy() 51 legacy->fl_pg_pool = cpu_to_le32(fl->pool_id); in ceph_file_layout_to_legacy() [all …]
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dvb-usb-remote.c | 49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode() 50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_getkeycode() 72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode() 73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_setkeycode() 123 if (d->props.rc.legacy.rc_query(d,&event,&state)) { in legacy_dvb_usb_read_remote_control() 187 schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc.legacy.rc_interval)); in legacy_dvb_usb_read_remote_control() 211 deb_rc("key map size: %d\n", d->props.rc.legacy.rc_map_size); in legacy_dvb_usb_remote_init() 212 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) { in legacy_dvb_usb_remote_init() 214 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init() 215 set_bit(d->props.rc.legacy.rc_map_table[i].keycode, input_dev->keybit); in legacy_dvb_usb_remote_init() [all …]
|
D | digitv.c | 252 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) { in digitv_rc_query() 253 if (rc5_custom(&d->props.rc.legacy.rc_map_table[i]) == key[1] && in digitv_rc_query() 254 rc5_data(&d->props.rc.legacy.rc_map_table[i]) == key[2]) { in digitv_rc_query() 255 *event = d->props.rc.legacy.rc_map_table[i].keycode; in digitv_rc_query() 328 .rc.legacy = {
|
D | dibusb-mb.c | 218 .rc.legacy = { 307 .rc.legacy = { 376 .rc.legacy = { 438 .rc.legacy = {
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 550 (bios->legacy.lvds_single_a_script_ptr & 1) ? in nouveau_bios_parse_lvds_table() 1186 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]); in parse_bmp_structure() 1187 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]); in parse_bmp_structure() 1188 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[28]); in parse_bmp_structure() 1194 bios->legacy.i2c_indices.crt = bios->data[legacy_i2c_offset]; in parse_bmp_structure() 1195 bios->legacy.i2c_indices.tv = bios->data[legacy_i2c_offset + 1]; in parse_bmp_structure() 1196 bios->legacy.i2c_indices.panel = bios->data[legacy_i2c_offset + 2]; in parse_bmp_structure() 1212 bios->legacy.lvds_single_a_script_ptr = ROM16(bmp[95]); in parse_bmp_structure() 1771 bios->legacy.i2c_indices.crt, 1, 1); in fabricate_dcb_encoder_table() 1773 if (nv04_tv_identify(dev, bios->legacy.i2c_indices.tv) >= 0) in fabricate_dcb_encoder_table() [all …]
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | fe-dishnetwork-send-legacy-cmd.rst | 36 This is a very obscure legacy command, used only at stv0299 40 frontend, for Dish Network legacy switches. 43 dishes were already legacy in 2004.
|
D | frontend_legacy_dvbv3_api.rst | 6 Digital TV Frontend legacy API (a. k. a. DVBv3) 11 incomplete information. This is kept only to support legacy
|
/Linux-v4.19/arch/x86/platform/intel-mid/device_libs/ |
D | platform_mrfld_rtc.c | 27 if (!x86_platform.legacy.rtc) in mrfld_legacy_rtc_alloc_irq() 34 x86_platform.legacy.rtc = 0; in mrfld_legacy_rtc_alloc_irq()
|
/Linux-v4.19/Documentation/gpu/ |
D | vgaarbiter.rst | 13 the legacy VGA arbitration task (besides other bus management tasks) when more 14 than one legacy device co-exists on the same machine. But the problem happens 28 legacy instructions. Devices which do not want/need to use the arbiter may 71 set the legacy decoding attributes for the card 127 resources as locked. If the resources requested are "normal" (and not legacy) 128 resources, the arbiter will first check whether the card is doing legacy 130 legacy resource lock. The arbiter will first look for all VGA cards that 157 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA 159 example) should tell the arbiter if it has disabled legacy decoding, so the
|
/Linux-v4.19/drivers/net/can/cc770/ |
D | Kconfig | 8 tristate "ISA Bus based legacy CC770 driver" 10 This driver adds legacy support for CC770 and AN82527 chips
|
/Linux-v4.19/tools/usb/ |
D | ffs-test.c | 237 static size_t descs_to_legacy(void **legacy, const void *descriptors_v2) in descs_to_legacy() argument 314 *legacy = out; in descs_to_legacy() 641 void *legacy; in ep0_init() local 647 goto legacy; in ep0_init() 655 legacy: in ep0_init() 656 len = descs_to_legacy(&legacy, &descriptors); in ep0_init() 658 ret = write(t->fd, legacy, len); in ep0_init() 659 free(legacy); in ep0_init()
|
/Linux-v4.19/Documentation/ia64/ |
D | efirtc.txt | 28 used today with the legacy RTC driver (driver/char/rtc.c). However, because 31 legacy. 47 To allow for a uniform interface between the legacy RTC and EFI time service, 49 "public" API of the two drivers. The specifics of the legacy RTC are still 56 Two ioctl()s, compatible with the legacy RTC calls: 94 i.e. reboot. This is very different from the alarm provided by the legacy
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 203 mlx5_add_flow_rules(esw->fdb_table.legacy.fdb, spec, in __esw_fdb_set_vport_rule() 285 esw->fdb_table.legacy.fdb = fdb; in esw_create_legacy_fdb_table() 302 esw->fdb_table.legacy.addr_grp = g; in esw_create_legacy_fdb_table() 317 esw->fdb_table.legacy.allmulti_grp = g; in esw_create_legacy_fdb_table() 334 esw->fdb_table.legacy.promisc_grp = g; in esw_create_legacy_fdb_table() 338 if (!IS_ERR_OR_NULL(esw->fdb_table.legacy.allmulti_grp)) { in esw_create_legacy_fdb_table() 339 mlx5_destroy_flow_group(esw->fdb_table.legacy.allmulti_grp); in esw_create_legacy_fdb_table() 340 esw->fdb_table.legacy.allmulti_grp = NULL; in esw_create_legacy_fdb_table() 342 if (!IS_ERR_OR_NULL(esw->fdb_table.legacy.addr_grp)) { in esw_create_legacy_fdb_table() 343 mlx5_destroy_flow_group(esw->fdb_table.legacy.addr_grp); in esw_create_legacy_fdb_table() [all …]
|
/Linux-v4.19/drivers/virtio/ |
D | Kconfig | 27 bool "Support for legacy virtio draft 0.9.X and older devices" 34 both devices conforming to Virtio 1 specification, and legacy devices. 36 with no legacy compatibility.
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | rockchip-pcie-host.txt | 25 - "legacy" 43 Required properties for legacy PHY model (deprecated): 66 The core controller provides a single interrupt for legacy INTx. The PCIe node 93 interrupt-names = "sys", "legacy", "client"; 109 /* deprecated legacy PHY model */
|
D | xilinx-nwl-pcie.txt | 19 "intx": interrupt asserted when a legacy interrupt is received 29 - legacy-interrupt-controller: Interrupt controller device node for Legacy 64 pcie_intc: legacy-interrupt-controller {
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | lut.c | 32 nv50_lut_load(struct nv50_lut *lut, bool legacy, int buffer, in nv50_lut_load() argument 46 if (legacy) { in nv50_lut_load()
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 160 int temp, max_host_irqs, legacy = 1, *host_irqs; in ks_pcie_get_irq_controller_info() local 165 legacy = 0; in ks_pcie_get_irq_controller_info() 167 if (legacy) { in ks_pcie_get_irq_controller_info() 193 (legacy ? "legacy" : "MSI"), temp); in ks_pcie_get_irq_controller_info()
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | Kconfig | 11 tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support" 17 This is the legacy configuration which shouldn't be used anymore,
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | Kconfig | 2 tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)" 53 bool "Broadcom 43xx-legacy debugging" 69 prompt "Broadcom 43xx-legacy data transfer mode"
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
D | i2c.txt | 15 The following two properties are deprecated. They are only used by legacy 20 by legacy i2c device drivers to find a bus in a specific context like
|
/Linux-v4.19/Documentation/misc-devices/ |
D | pci-endpoint-test.txt | 11 *) raise legacy IRQ 26 PCITEST_LEGACY_IRQ: Tests legacy IRQ
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83791d | 90 This file is used for both legacy and new code. 92 The sysfs interface to the beep bitmask has migrated from the original legacy 97 original legacy method used a single sysfs alarms file containing a bitmap 103 the other. If you use the legacy bitmask method, your user-space code is 137 For legacy code using the alarms and beep_mask files:
|