| /drivers/net/team/ |
| A D | Kconfig | 8 Team devices can be added using the "ip" command from the 24 All added ports are setup to have team's device address. 36 All added ports are setup to have team's device address. 48 All added ports are setup to have team's device address.
|
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_state.c | 472 bool added = false; in dc_state_add_plane() local 490 added = resource_append_dpp_pipes_for_plane_composition(state, in dc_state_add_plane() 493 if (!added) { in dc_state_add_plane() 499 added = resource_append_dpp_pipes_for_plane_composition(state, in dc_state_add_plane() 504 if (!added) { in dc_state_add_plane() 511 added = resource_append_dpp_pipes_for_plane_composition( in dc_state_add_plane() 515 if (added) in dc_state_add_plane() 520 if (added) { in dc_state_add_plane() 528 return added; in dc_state_add_plane()
|
| /drivers/pci/hotplug/ |
| A D | pnv_php.c | 30 bool added; member 962 if (event->added) { in pnv_php_event_handler() 981 bool added; in pnv_php_interrupt() local 996 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt() 1007 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt() 1014 if (!added) { in pnv_php_interrupt() 1040 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt() 1042 event->added = added; in pnv_php_interrupt()
|
| /drivers/staging/fbtft/ |
| A D | fbtft-io.c | 45 size_t added = 0; in fbtft_write_spi_emulate_9() local 78 added++; in fbtft_write_spi_emulate_9() 81 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
| /drivers/vhost/ |
| A D | vsock.c | 95 bool added = false; in vhost_transport_do_send_pkt() local 217 added = true; in vhost_transport_do_send_pkt() 250 if (added) in vhost_transport_do_send_pkt() 488 bool added = false; in vhost_vsock_handle_tx_kick() local 545 added = true; in vhost_vsock_handle_tx_kick() 549 if (added) in vhost_vsock_handle_tx_kick()
|
| /drivers/gpu/drm/i915/ |
| A D | TODO.txt | 12 - There's a lot of complexity added past few years to make relocations faster. 16 2. Any complexity added in this area past few years which can't be justified
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | scan.c | 498 int added, i; in iwl_get_channels_for_scan() local 511 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) { in iwl_get_channels_for_scan() 551 added++; in iwl_get_channels_for_scan() 554 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added); in iwl_get_channels_for_scan() 555 return added; in iwl_get_channels_for_scan()
|
| /drivers/staging/iio/Documentation/ |
| A D | sysfs-bus-iio-dds | 40 control the desired phase Y which is added to the phase 56 Specifies the active phase Y which is added to the phase
|
| /drivers/mtd/ |
| A D | mtd_blkdevs.c | 294 goto added; in add_mtd_blktrans_dev() 302 goto added; in add_mtd_blktrans_dev() 319 added: in add_mtd_blktrans_dev()
|
| /drivers/video/fbdev/omap2/omapfb/ |
| A D | omapfb-sysfs.c | 190 bool added = false; in store_overlays() local 299 added = true; in store_overlays() 302 if (added) { in store_overlays()
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_history.txt | 119 * 12-04-00 01.01.02 Modified IOCFacts reply, added FWUpload messages, and 150 * added related defines. 202 * added _MULTI_PORT_DOMAIN. 252 * New fields added to FC Port Page 0 and some flags 315 * reserved byte and added a define. 393 * Added AccessStatus field to SAS Device Page 0 and added 465 * Added more defines for IOCSettings and added 612 * 10-05-04 01.05.02 MSG_TARGET_CMD_BUFFER_POST_BASE_LIST_REPLY added. 720 * Control request, and added a new operation code.
|
| /drivers/soc/loongson/ |
| A D | Kconfig | 18 by default, should eventually be added into this driver as well.
|
| /drivers/gpu/drm/vc4/ |
| A D | Kconfig | 6 # happen when COMPILE_TEST=y, hence the added !RASPBERRYPI_FIRMWARE.
|
| /drivers/net/hamradio/ |
| A D | hdlcdrv.c | 117 int added = 0; in hdlc_rx_add_bytes() local 127 added += 8; in hdlc_rx_add_bytes() 129 return added; in hdlc_rx_add_bytes()
|
| /drivers/usb/gadget/udc/ |
| A D | gr_udc.h | 204 unsigned added:1; member
|
| A D | net2280.h | 159 added:1, member
|
| /drivers/pinctrl/meson/ |
| A D | Kconfig | 79 no additional binding header files or C file are added.
|
| /drivers/gpu/drm/ |
| A D | drm_mipi_dbi.c | 921 size_t added = 0; in mipi_dbi_spi1e_transfer() local 955 added = 1; in mipi_dbi_spi1e_transfer() 981 added++; in mipi_dbi_spi1e_transfer() 985 tr.len = chunk + added; in mipi_dbi_spi1e_transfer()
|
| /drivers/staging/media/deprecated/atmel/ |
| A D | TODO | 29 The new driver was added in the media subsystem with a different
|
| /drivers/staging/media/atomisp/ |
| A D | TODO | 16 subdev. To fix this, support for the atomisp needs to be added to libcamera.
|
| /drivers/atm/ |
| A D | nicstarmac.copyright | 10 * 10/5/97 - added code to handle PHY interrupts, disable PHY on
|
| /drivers/hwtracing/stm/ |
| A D | Kconfig | 20 exclusively until the MIPI SyS-T support was added. Use this
|
| /drivers/pci/ |
| A D | setup-bus.c | 2397 LIST_HEAD(added); in pci_reassign_bridge_resources() 2443 __pci_bus_size_bridges(bridge->subordinate, &added); in pci_reassign_bridge_resources() 2444 __pci_bridge_assign_resources(bridge, &added, &failed); in pci_reassign_bridge_resources() 2445 if (WARN_ON_ONCE(!list_empty(&added))) in pci_reassign_bridge_resources() 2446 free_list(&added); in pci_reassign_bridge_resources()
|
| /drivers/net/can/ |
| A D | Kconfig | 61 The additional features selected by this option will be added to the 81 The additional features selected by this option will be added to the
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mld-mac80211.c | 1090 u16 added = new_links & ~old_links; in iwl_mvm_mld_change_vif_links() local 1097 if (!(added & BIT(i))) in iwl_mvm_mld_change_vif_links() 1131 } else if (added & BIT(i)) { in iwl_mvm_mld_change_vif_links()
|