Searched refs:share (Results 1 – 25 of 26) sorted by relevance
12
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | i2c.c | 74 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 93 info->share = nv_ro08(bios, ent + 1) >> 1; in dcb_i2c_parse() 94 info->share &= 0x0f; in dcb_i2c_parse() 129 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
/drivers/gpu/drm/nouveau/core/subdev/i2c/ |
D | nvd0.c | 69 if (info->share != DCB_I2C_UNUSED) { in nvd0_i2c_port_ctor() 70 port->ctrl = 0x00e500 + (info->share * 0x50); in nvd0_i2c_port_ctor()
|
D | nv94.c | 217 if (info->share != DCB_I2C_UNUSED) { in nv94_i2c_port_ctor() 218 port->ctrl = 0x00e500 + (info->share * 0x50); in nv94_i2c_port_ctor() 247 if (info->share != DCB_I2C_UNUSED) { in nv94_aux_port_ctor()
|
D | base.c | 513 if (info.share != DCB_I2C_UNUSED) { in nouveau_i2c_create_() 517 pad = info.share; in nouveau_i2c_create_()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | i2c.h | 18 u8 share; member
|
/drivers/staging/olpc_dcon/ |
D | TODO | 3 share more code
|
/drivers/parport/ |
D | Makefile | 5 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
D | Kconfig | 30 It is possible to share a single parallel port among several devices
|
/drivers/staging/vt6655/ |
D | TODO | 5 - share 80211*.h includes
|
/drivers/hsi/ |
D | hsi.c | 603 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() argument 609 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 618 port->shared = !!share; in hsi_claim_port()
|
/drivers/net/wireless/ath/ |
D | Kconfig | 9 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
|
/drivers/thermal/ |
D | Kconfig | 77 bool "Fair-share thermal governor" 79 Enable this to manage platform thermals using fair-share governor.
|
/drivers/pci/ |
D | Kconfig | 79 which allows them to create virtual devices which share their
|
/drivers/net/wireless/rtlwifi/ |
D | Kconfig | 8 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
|
/drivers/staging/unisys/Documentation/ |
D | overview.txt | 9 allow guest partitions on the same server to share devices that would
|
/drivers/xen/ |
D | Kconfig | 91 The xen filesystem provides a way for domains to share
|
/drivers/staging/rtl8192e/ |
D | license | 19 share and change it. By contrast, the GNU General Public License is intended 20 to guarantee your freedom to share and change free software--to make sure
|
/drivers/staging/rtl8192u/ |
D | copying | 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free
|
/drivers/iio/adc/ |
D | Kconfig | 135 of SoCs for drivers such as the touchscreen and hwmon to use to share
|
/drivers/cpufreq/ |
D | Kconfig | 244 systems which share clock and voltage across all CPUs.
|
/drivers/tty/serial/8250/ |
D | Kconfig | 245 serial ports on the same board to share a single IRQ. To enable
|
/drivers/md/ |
D | Kconfig | 255 Provides thin provisioning and snapshots that share a data store.
|
/drivers/net/usb/ |
D | Kconfig | 543 Module used to share Internet connection (tethering) from your
|
/drivers/block/ |
D | Kconfig | 91 option, you may share a single port between your printer and other
|
/drivers/char/ |
D | Kconfig | 108 It is possible to share one parallel port among several devices
|
12