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/
A 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/
A 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()
745 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared()
746 value = share->ep_status[dest_epid]; in fjes_hw_epid_is_shared()
[all …]
A 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];
A Dfjes_debugfs.c44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx) ? 'Y' : 'N'); in fjes_dbg_status_show()
A Dfjes_hw.h278 struct fjes_device_shared_info *share; member
A Dfjes_main.c474 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources()
1206 is_shared = fjes_hw_epid_is_shared(hw->hw_info.share, in fjes_watch_unshare_task()
/drivers/power/sequencing/
A DKconfig8 This subsystem is designed to control power to devices that share
26 former two share the power-up sequence which is executed by the PMU,
/drivers/net/ethernet/mellanox/mlx5/core/en/
A 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/
A Dbase.c286 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch); in nvkm_i2c_new_()
288 if (ccbE.share != DCB_I2C_UNUSED) { in nvkm_i2c_new_()
289 const int id = NVKM_I2C_PAD_HYBRID(ccbE.share); in nvkm_i2c_new_()
/drivers/ntb/hw/mscc/
A DKconfig7 selects the Switchtec management driver as they share the same
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
A Di2c.h19 u8 share; member
/drivers/parport/
A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
A DKconfig31 It is possible to share a single parallel port among several devices
/drivers/net/ethernet/intel/libeth/
A Dxdp.c23 lock->share = true; in __libeth_xdpsq_get()
41 lock->share = false; in __libeth_xdpsq_put()
/drivers/hsi/
A 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/accel/
A DKconfig20 accelerators and GPUs share a lot in common and can use almost the
/drivers/net/wireless/realtek/rtlwifi/
A DKconfig9 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
/drivers/thermal/
A DKconfig145 bool "Fair-share thermal governor"
147 Enable this to manage platform thermals using fair-share governor.
/drivers/pci/
A DKconfig145 which allows them to create virtual devices which share their
/drivers/mailbox/
A DKconfig284 between processors with ADSP. It will place the message to share
/drivers/xen/
A DKconfig104 The xen filesystem provides a way for domains to share
/drivers/char/
A DKconfig45 It is possible to share one parallel port among several devices
/drivers/tty/serial/8250/
A DKconfig322 serial ports on the same board to share a single IRQ. To enable
/drivers/net/usb/
A DKconfig583 Module used to share Internet connection (tethering) from your
/drivers/net/
A DKconfig222 on packets. All interfaces (including the main interface) share L2

Completed in 46 milliseconds

12