| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A 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/ |
| A 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() 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 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];
|
| A D | fjes_debugfs.c | 44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx) ? 'Y' : 'N'); in fjes_dbg_status_show()
|
| A D | fjes_hw.h | 278 struct fjes_device_shared_info *share; member
|
| A D | fjes_main.c | 474 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 D | Kconfig | 8 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 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/ |
| A D | base.c | 286 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 D | Kconfig | 7 selects the Switchtec management driver as they share the same
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| A D | i2c.h | 19 u8 share; member
|
| /drivers/parport/ |
| A D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
| A D | Kconfig | 31 It is possible to share a single parallel port among several devices
|
| /drivers/net/ethernet/intel/libeth/ |
| A D | xdp.c | 23 lock->share = true; in __libeth_xdpsq_get() 41 lock->share = false; in __libeth_xdpsq_put()
|
| /drivers/hsi/ |
| A 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/accel/ |
| A D | Kconfig | 20 accelerators and GPUs share a lot in common and can use almost the
|
| /drivers/net/wireless/realtek/rtlwifi/ |
| A D | Kconfig | 9 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
|
| /drivers/thermal/ |
| A D | Kconfig | 145 bool "Fair-share thermal governor" 147 Enable this to manage platform thermals using fair-share governor.
|
| /drivers/pci/ |
| A D | Kconfig | 145 which allows them to create virtual devices which share their
|
| /drivers/mailbox/ |
| A D | Kconfig | 284 between processors with ADSP. It will place the message to share
|
| /drivers/xen/ |
| A D | Kconfig | 104 The xen filesystem provides a way for domains to share
|
| /drivers/char/ |
| A D | Kconfig | 45 It is possible to share one parallel port among several devices
|
| /drivers/tty/serial/8250/ |
| A D | Kconfig | 322 serial ports on the same board to share a single IRQ. To enable
|
| /drivers/net/usb/ |
| A D | Kconfig | 583 Module used to share Internet connection (tethering) from your
|
| /drivers/net/ |
| A D | Kconfig | 222 on packets. All interfaces (including the main interface) share L2
|