Searched refs:drv (Results 276 - 300 of 1040) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dax/
H A Dbus.c42 static struct dax_device_driver *to_dax_drv(struct device_driver *drv) argument
44 return container_of(drv, struct dax_device_driver, drv);
95 static ssize_t do_id_store(struct device_driver *drv, const char *buf, argument
98 struct dax_device_driver *dax_drv = to_dax_drv(drv);
132 rc = driver_attach(drv);
138 static ssize_t new_id_store(struct device_driver *drv, const char *buf, argument
141 return do_id_store(drv, buf, count, ID_ADD);
145 static ssize_t remove_id_store(struct device_driver *drv, const char *buf, argument
148 return do_id_store(drv, bu
253 dax_bus_match(struct device *dev, struct device_driver *drv) argument
1554 struct device_driver *drv = &dax_drv->drv; local
1575 struct device_driver *drv = &dax_drv->drv; local
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dtraces.h444 __array(int, drv, IEEE80211_NUM_ACS * 2)
454 __entry->drv[j] = -1;
466 __entry->drv[j] = skb_queue_len(&queue->normal);
477 __entry->hw[0], __entry->drv[0], __entry->cab[0],
478 __entry->hw[1], __entry->drv[1], __entry->cab[1],
479 __entry->hw[2], __entry->drv[2], __entry->cab[2],
480 __entry->hw[3], __entry->drv[3], __entry->cab[3],
481 __entry->hw[4], __entry->drv[4], __entry->cab[4],
482 __entry->hw[5], __entry->drv[5], __entry->cab[5],
483 __entry->hw[6], __entry->drv[
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c69 struct radeon_fence_driver *drv = &rdev->fence_drv[ring]; local
71 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
72 if (drv->cpu_addr)
73 *drv->cpu_addr = cpu_to_le32(seq);
75 WREG32(drv->scratch_reg, seq);
90 struct radeon_fence_driver *drv = &rdev->fence_drv[ring]; local
93 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
94 if (drv->cpu_addr)
95 seq = le32_to_cpu(*drv->cpu_addr);
97 seq = lower_32_bits(atomic64_read(&drv
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c177 netif_err(efx, drv, efx->net_dev,
297 netif_err(efx, drv, efx->net_dev,
303 netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu);
400 netif_dbg(efx, drv, efx->net_dev,
405 netif_dbg(efx, drv, efx->net_dev,
681 netif_err(efx, drv, efx->net_dev, "Warning: No MC reboot after BIST mode\n");
762 netif_err(efx, drv, efx->net_dev, "failed to initialise NIC\n");
773 netif_err(efx, drv, efx->net_dev,
826 netif_info(efx, drv, efx->net_dev, "resetting (%s)\n",
838 netif_err(efx, drv, ef
[all...]
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c71 netif_err(adapter, drv, adapter->netdev,
90 netif_err(adapter, drv, adapter->netdev,
167 netif_warn(adapter, drv, adapter->netdev,
184 netif_warn(adapter, drv, adapter->netdev,
407 netif_warn(adapter, drv, adapter->netdev,
414 netif_warn(adapter, drv, adapter->netdev,
423 netif_warn(adapter, drv, adapter->netdev, "ts == NULL\n");
496 netif_warn(adapter, drv, adapter->netdev,
508 netif_warn(adapter, drv, adapter->netdev,
536 netif_warn(adapter, drv, adapte
[all...]
/linux-master/include/linux/mfd/
H A Dmcp.h47 struct device_driver drv; member in struct:mcp_driver
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-audio.c12 #include <media/drv-intf/msp3400.h>
/linux-master/samples/rpmsg/
H A Drpmsg_client_sample.c87 .drv.name = KBUILD_MODNAME,
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c25 struct cpuidle_driver *drv,
24 cpuidle_sleep_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) argument
27 struct platform_driver *pdrv = to_platform_driver(drv);
31 return !strcmp(pdev->driver_override, drv->name);
38 return (strcmp(pdev->name, drv->name) == 0);
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-usb2.h29 struct samsung_usb2_phy_driver *drv; member in struct:samsung_usb2_phy_instance
/linux-master/drivers/usb/host/
H A Dehci-ps3.c232 static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) argument
235 ? ps3_system_bus_driver_register(drv)
239 static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv) argument
242 ps3_system_bus_driver_unregister(drv);
H A Dohci-ps3.c217 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv) argument
220 ? ps3_system_bus_driver_register(drv)
224 static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv) argument
227 ps3_system_bus_driver_unregister(drv);
/linux-master/drivers/media/radio/
H A Dradio-isa.h24 const struct radio_isa_driver *drv; member in struct:radio_isa_card
/linux-master/drivers/scsi/
H A Dscsi_dh.c173 const char *drv; local
175 drv = scsi_dh_find_driver(sdev);
176 if (drv)
177 devinfo = __scsi_dh_lookup(drv);
/linux-master/drivers/s390/block/
H A Dscm_drv.c73 .drv = {
/linux-master/drivers/cpuidle/
H A Dcpuidle-ux500.c24 struct cpuidle_driver *drv, int index)
23 ux500_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/include/linux/soc/pxa/
H A Dmfp.h409 #define MFP_CFG_DRV(pin, af, drv) \
411 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_##drv))
417 #define MFP_CFG_X(pin, af, drv, lpm) \
419 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_##drv | MFP_LPM_##lpm))
/linux-master/drivers/leds/
H A Dleds-locomo.c67 .drv = {
/linux-master/drivers/net/ethernet/sfc/
H A Def100_sriov.c55 netif_info(efx, drv, efx->net_dev, "VFs are assigned to guests; "
/linux-master/sound/hda/
H A Dhdac_bus.c173 struct hdac_driver *drv; local
189 drv = drv_to_hdac_driver(codec->dev.driver);
190 if (drv->unsol_event)
191 drv->unsol_event(codec, res);
/linux-master/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c34 struct cpuidle_driver *drv, int index)
33 imx6sx_enter_wait(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/arch/arm/mach-davinci/
H A Dcpuidle.c48 struct cpuidle_driver *drv, int index)
47 davinci_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/arch/arm/kernel/
H A Dcpuidle.c20 * @drv: not used
29 cpuidle_driver *drv, int index)
28 arm_cpuidle_simple_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/include/linux/
H A Dolpc-ec.h46 extern void olpc_ec_driver_register(struct olpc_ec_driver *drv, void *arg);

Completed in 331 milliseconds

<<11121314151617181920>>