Searched refs:acquire (Results 26 - 50 of 78) sorted by relevance

1234

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c233 static int pvr2_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire) argument
238 (acquire ? (1 << PVR2_CVAL_INPUT_DTV) : 0));
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h174 /* acquire response tlv - carries the allocated resources */
194 * acquire request
372 struct vfpf_acquire_tlv acquire; member in union:vfpf_tlvs
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c115 .acquire = nv40_instobj_acquire,
H A Dnv04.c116 .acquire = nv04_instobj_acquire,
H A Dgk20a.c37 * be conservative we do this every time we acquire or release an instobj, but
359 .acquire = gk20a_instobj_acquire_dma,
371 .acquire = gk20a_instobj_acquire_iommu,
H A Dnv50.c351 .acquire = nv50_instobj_acquire,
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase907c.c189 .acquire = base507c_acquire,
H A Datom.h190 u32 acquire; member in struct:nv50_wndw_atom::__anon902
H A Dwndwc57e.c215 .acquire = wndwc37e_acquire,
H A Dovly507e.c122 .acquire = ovly507e_acquire,
H A Dcurs507a.c163 .acquire = curs507a_acquire,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h177 /* PF saves a copy of the last VF acquire message */
178 struct vfpf_acquire_tlv acquire; member in struct:qed_vf_info
H A Dqed_sriov.c34 if (p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
38 if (!(p_vf->acquire.vfdev_info.capabilities &
86 fp_minor = p_vf->acquire.vfdev_info.eth_fp_hsi_minor;
1116 memset(&vf->acquire, 0, sizeof(vf->acquire));
1377 memset(&p_vf->acquire, 0, sizeof(p_vf->acquire));
1410 if (!(p_vf->acquire.vfdev_info.capabilities &
1418 if (p_vf->acquire.vfdev_info.capabilities &
1504 if ((p_vf->acquire
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_base.c435 .acquire = igc_acquire_phy_base,
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c179 hw_dbg("Could not acquire NVM grant\n");
323 ret_val = nvm->ops.acquire(hw);
428 ret_val = nvm->ops.acquire(hw);
H A De1000_phy.c384 if (!(hw->phy.ops.acquire))
387 ret_val = hw->phy.ops.acquire(hw);
423 if (!(hw->phy.ops.acquire))
426 ret_val = hw->phy.ops.acquire(hw);
2091 ret_val = phy->ops.acquire(hw);
H A De1000_82575.c370 nvm->ops.acquire = igb_acquire_nvm_82575;
770 ret_val = hw->phy.ops.acquire(hw);
802 ret_val = hw->phy.ops.acquire(hw);
1150 * @mask: specifies which semaphore to acquire
1199 * @mask: specifies which semaphore to acquire
2167 ret_val = hw->phy.ops.acquire(hw);
2192 ret_val = hw->phy.ops.acquire(hw);
2900 .acquire = igb_acquire_phy_82575,
2908 .acquire = igb_acquire_nvm_82575,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h538 s32 (*acquire)(struct e1000_hw *); member in struct:e1000_phy_operations
564 s32 (*acquire)(struct e1000_hw *); member in struct:e1000_nvm_operations
H A Dnvm.c169 e_dbg("Could not acquire NVM grant\n");
353 ret_val = nvm->ops.acquire(hw);
H A D80003es2lan.c175 * A wrapper to acquire access rights to the correct PHY.
267 * @mask: specifies which semaphore to acquire
312 * @mask: specifies which semaphore to acquire
1365 .acquire = e1000_acquire_phy_80003es2lan,
1383 .acquire = e1000_acquire_nvm_80003es2lan,
/linux-master/include/media/
H A Ddvb_frontend.h489 int (*ts_bus_ctrl)(struct dvb_frontend* fe, int acquire);
/linux-master/drivers/media/dvb-frontends/
H A Dsi2168.c83 static int si2168_ts_bus_ctrl(struct dvb_frontend *fe, int acquire) argument
90 dev_dbg(&client->dev, "%s acquire: %d\n", __func__, acquire);
103 if (acquire)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c52 OUTP_DBG(outp, "acquire %s", ior->name);
149 OUTP_TRACE(outp, "acquire %02x |= %02x %p", outp->acquired, user, ior);
189 /* If we don't need HDA, first try to acquire an OR that doesn't
200 /* We want HDA, try to acquire an OR that supports it. */
412 .acquire = nvkm_outp_acquire,
H A Duoutp.c358 ret = outp->func->acquire(outp, false);
361 ret = outp->func->acquire(outp, args->v0.sor.hda);
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c347 static int cx231xx_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire) argument
351 if (acquire)

Completed in 409 milliseconds

1234