Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Di2c.c97 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/
Dfjes_hw.c98 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 …]
Dfjes_trace.h282 __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];
Dfjes_debugfs.c44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx) ? 'Y' : 'N'); in fjes_dbg_status_show()
Dfjes_hw.h278 struct fjes_device_shared_info *share; member
Dfjes_main.c479 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/
Dhtb.c257 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/
Dbase.c306 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/
DKconfig7 selects the Switchtec management driver as they share the same
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Di2c.h19 u8 share; member
/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
DKconfig31 It is possible to share a single parallel port among several devices
/drivers/staging/vt6655/
DTODO5 - share 80211*.h includes
/drivers/staging/olpc_dcon/
DTODO10 share more code
/drivers/hsi/
Dhsi_core.c598 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/
Dfieldbus_dev.txt52 Fieldbus protocols and adapters are diverse and varied. However, they share
/drivers/net/wireless/realtek/rtlwifi/
DKconfig9 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
/drivers/gpu/drm/amd/display/
DTODO96 share it with drivers. But that's a very long term goal, and by far not just an
/drivers/thermal/
DKconfig132 bool "Fair-share thermal governor"
134 Enable this to manage platform thermals using fair-share governor.
/drivers/pci/
DKconfig141 which allows them to create virtual devices which share their
/drivers/mailbox/
DKconfig247 between processors with ADSP. It will place the message to share
/drivers/xen/
DKconfig104 The xen filesystem provides a way for domains to share
/drivers/block/
DKconfig117 option, you may share a single port between your printer and other
/drivers/char/
DKconfig44 It is possible to share one parallel port among several devices
/drivers/tty/serial/8250/
DKconfig304 serial ports on the same board to share a single IRQ. To enable

12