/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | i2c.c | 97 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 111 info->share = nvbios_rd08(bios, ent + 1) >> 1; in dcb_i2c_parse() 116 info->share = info->auxch; in dcb_i2c_parse() 125 info->share = info->auxch; in dcb_i2c_parse() 159 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
/drivers/net/fjes/ |
D | fjes_hw.c | 98 hw->hw_info.share = kzalloc(size, GFP_KERNEL); in fjes_hw_alloc_shared_status_region() 99 if (!hw->hw_info.share) in fjes_hw_alloc_shared_status_region() 102 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 109 kfree(hw->hw_info.share); in fjes_hw_free_shared_status_region() 110 hw->hw_info.share = NULL; in fjes_hw_free_shared_status_region() 275 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup() 611 struct fjes_device_shared_info *share = hw->hw_info.share; in fjes_hw_unregister_buff_addr() local 619 if (!req_buf || !res_buf || !share) in fjes_hw_unregister_buff_addr() 740 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share, in fjes_hw_epid_is_shared() argument 745 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared() [all …]
|
D | fjes_trace.h | 282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 326 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 347 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
|
D | fjes_debugfs.c | 44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx) ? 'Y' : 'N'); in fjes_dbg_status_show()
|
D | fjes_hw.h | 278 struct fjes_device_shared_info *share; member
|
D | fjes_main.c | 479 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources() 1211 is_shared = fjes_hw_epid_is_shared(hw->hw_info.share, in fjes_watch_unshare_task()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | htb.c | 257 u64 share = 0; in mlx5e_htb_convert_rate() local 263 share = div64_u64(div_u64(rate * 100, BYTES_IN_MBIT), in mlx5e_htb_convert_rate() 266 share = 101; in mlx5e_htb_convert_rate() 268 *bw_share = share == 0 ? 1 : share > 100 ? 0 : share; in mlx5e_htb_convert_rate()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 306 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch); in nvkm_i2c_new_() 308 if (ccbE.share != DCB_I2C_UNUSED) { in nvkm_i2c_new_() 309 const int id = NVKM_I2C_PAD_HYBRID(ccbE.share); in nvkm_i2c_new_()
|
/drivers/ntb/hw/mscc/ |
D | Kconfig | 7 selects the Switchtec management driver as they share the same
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | i2c.h | 19 u8 share; member
|
/drivers/parport/ |
D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
D | Kconfig | 31 It is possible to share a single parallel port among several devices
|
/drivers/staging/vt6655/ |
D | TODO | 5 - share 80211*.h includes
|
/drivers/staging/olpc_dcon/ |
D | TODO | 10 share more code
|
/drivers/hsi/ |
D | hsi_core.c | 598 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() argument 604 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 613 port->shared = !!share; in hsi_claim_port()
|
/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 52 Fieldbus protocols and adapters are diverse and varied. However, they share
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 9 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 96 share it with drivers. But that's a very long term goal, and by far not just an
|
/drivers/thermal/ |
D | Kconfig | 132 bool "Fair-share thermal governor" 134 Enable this to manage platform thermals using fair-share governor.
|
/drivers/pci/ |
D | Kconfig | 141 which allows them to create virtual devices which share their
|
/drivers/mailbox/ |
D | Kconfig | 247 between processors with ADSP. It will place the message to share
|
/drivers/xen/ |
D | Kconfig | 104 The xen filesystem provides a way for domains to share
|
/drivers/block/ |
D | Kconfig | 117 option, you may share a single port between your printer and other
|
/drivers/char/ |
D | Kconfig | 44 It is possible to share one parallel port among several devices
|
/drivers/tty/serial/8250/ |
D | Kconfig | 304 serial ports on the same board to share a single IRQ. To enable
|