Home
last modified time | relevance | path

Searched defs:dev (Results 8276 – 8300 of 14775) sorted by relevance

1...<<331332333334335336337338339340>>...591

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dti-j721e-ufs.c20 struct device *dev = &pdev->dev; in ti_j721e_ufs_probe() local
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dconsole.c42 struct pci_dev *dev = NULL; in locate_and_init_vga() local
/OK3568_Linux_fs/kernel/include/linux/mfd/wcd934x/
H A Dwcd934x.h27 struct device *dev; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dread.c19 int dev; in do_read() local
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dmce.c35 struct device *dev = acpi_desc->dev; in nfit_handle_mce() local
/OK3568_Linux_fs/u-boot/include/
H A Dsysreset.h47 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/drivers/media/firewire/
H A Dfiredtv-rc.c125 int fdtv_register_rc(struct firedtv *fdtv, struct device *dev) in fdtv_register_rc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dosdep_service.h220 #define rtw_usb_buffer_alloc(dev, size, dma) dbg_rtw_usb_buffer_alloc((dev), (size), (dma), MSTAT_… argument
221 #define rtw_usb_buffer_free(dev, size, addr, dma) dbg_rtw_usb_buffer_free((dev), (size), (addr), (d… argument
222 #define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) dbg_rtw_usb_buffer_alloc((dev), (size), (… argument
223 #define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) dbg_rtw_usb_buffer_free((dev), (size),… argument
294 #define rtw_usb_buffer_alloc(dev, size, dma) _rtw_usb_buffer_alloc((dev), (size), (dma)) argument
295 #define rtw_usb_buffer_free(dev, size, addr, dma) _rtw_usb_buffer_free((dev), (size), (addr), (dma)) argument
296 #define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) _rtw_usb_buffer_alloc((dev), (size), (dma)) argument
297 #define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) _rtw_usb_buffer_free((dev), (size), (a… argument
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk817.c211 struct udevice *dev; member
901 static int rk817_bat_update_get_voltage(struct udevice *dev) in rk817_bat_update_get_voltage()
911 static int rk817_bat_update_get_current(struct udevice *dev) in rk817_bat_update_get_current()
933 static bool rk817_bat_update_get_chrg_online(struct udevice *dev) in rk817_bat_update_get_chrg_online()
1173 static int rk817_bat_update_get_soc(struct udevice *dev) in rk817_bat_update_get_soc()
1209 static int rk817_bat_bat_is_exist(struct udevice *dev) in rk817_bat_bat_is_exist()
1225 static int rk817_fg_ofdata_to_platdata(struct udevice *dev) in rk817_fg_ofdata_to_platdata()
1369 static int rk817_fg_probe(struct udevice *dev) in rk817_fg_probe()
/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h257 struct device *dev; member
727 static inline bool netdev_uses_dsa(const struct net_device *dev) in netdev_uses_dsa()
736 struct net_device *dev) in dsa_can_decode()
771 static inline int __dsa_netdevice_ops_check(struct net_device *dev) in __dsa_netdevice_ops_check()
784 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl()
799 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl()
829 struct net_device *dev; member
861 static inline int call_dsa_notifiers(unsigned long val, struct net_device *dev, in call_dsa_notifiers()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c112 struct device *dev = wil_to_dev(wil); in wil_vring_alloc() local
171 static void wil_txdesc_unmap(struct device *dev, union wil_tx_desc *desc, in wil_txdesc_unmap()
192 struct device *dev = wil_to_dev(wil); in wil_vring_free() local
259 struct device *dev = wil_to_dev(wil); in wil_vring_alloc_skb() local
442 struct device *dev = wil_to_dev(wil); in wil_vring_reap_rx() local
1728 struct device *dev = wil_to_dev(wil); in __wil_tx_vring_tso() local
2031 struct device *dev = wil_to_dev(wil); in __wil_tx_ring() local
2424 struct device *dev = wil_to_dev(wil); in wil_tx_complete() local
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_softmac.c405 void rtllib_EnableNetMonitorMode(struct net_device *dev, in rtllib_EnableNetMonitorMode()
419 void rtllib_DisableNetMonitorMode(struct net_device *dev, in rtllib_DisableNetMonitorMode()
436 void rtllib_EnableIntelPromiscuousMode(struct net_device *dev, in rtllib_EnableIntelPromiscuousMode()
457 void rtllib_DisableIntelPromiscuousMode(struct net_device *dev, in rtllib_DisableIntelPromiscuousMode()
1424 struct rtllib_device *dev = from_timer(dev, t, associate_timer); in rtllib_associate_abort_cb() local
1769 static inline u16 auth_parse(struct net_device *dev, struct sk_buff *skb, in auth_parse()
1795 static int auth_rq_parse(struct net_device *dev, struct sk_buff *skb, u8 *dest) in auth_rq_parse()
1860 static int assoc_rq_parse(struct net_device *dev, struct sk_buff *skb, u8 *dest) in assoc_rq_parse()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service.h224 #define rtw_usb_buffer_alloc(dev, size, dma) dbg_rtw_usb_buffer_alloc((dev), (size), (dma), MSTAT_… argument
225 #define rtw_usb_buffer_free(dev, size, addr, dma) dbg_rtw_usb_buffer_free((dev), (size), (addr), (d… argument
226 #define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) dbg_rtw_usb_buffer_alloc((dev), (size), (… argument
227 #define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) dbg_rtw_usb_buffer_free((dev), (size),… argument
298 #define rtw_usb_buffer_alloc(dev, size, dma) _rtw_usb_buffer_alloc((dev), (size), (dma)) argument
299 #define rtw_usb_buffer_free(dev, size, addr, dma) _rtw_usb_buffer_free((dev), (size), (addr), (dma)) argument
300 #define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) _rtw_usb_buffer_alloc((dev), (size), (dma)) argument
301 #define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) _rtw_usb_buffer_free((dev), (size), (a… argument
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dlightnvm.c670 static int nvme_nvm_submit_io(struct nvm_dev *dev, struct nvm_rq *rqd, in nvme_nvm_submit_io()
722 static void *nvme_nvm_dev_dma_alloc(struct nvm_dev *dev, void *pool, in nvme_nvm_dev_dma_alloc()
759 struct nvm_dev *dev = ns->ndev; in nvme_nvm_submit_user_cmd() local
951 struct nvm_dev *dev; in nvme_nvm_register() local
984 static ssize_t nvm_dev_attr_show(struct device *dev, in nvm_dev_attr_show()
1031 static ssize_t nvm_dev_attr_show_12(struct device *dev, in nvm_dev_attr_show_12()
1094 static ssize_t nvm_dev_attr_show_20(struct device *dev, in nvm_dev_attr_show_20()
1244 struct device *dev = container_of(kobj, struct device, kobj); in nvm_dev_attrs_visible() local
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c181 static ssize_t show_hotplug_status(struct device *dev, in show_hotplug_status()
192 static ssize_t nvp6188_debug_func(struct device *dev, in nvp6188_debug_func()
2249 struct device *dev = &nvp6188->client->dev; in __nvp6188_power_on() local
2308 struct device *dev = &nvp6188->client->dev; in __nvp6188_power_off() local
2373 static int __maybe_unused nvp6188_runtime_resume(struct device *dev) in nvp6188_runtime_resume()
2382 static int __maybe_unused nvp6188_runtime_suspend(struct device *dev) in nvp6188_runtime_suspend()
2847 struct device *dev = &client->dev; in check_chip_id() local
2924 struct device *dev = &client->dev; in nvp6188_probe() local
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c579 struct ahd_linux_device *dev = scsi_transport_device_data(cmd->device); in ahd_linux_queue_lck() local
676 struct ahd_linux_device *dev; in ahd_linux_slave_alloc() local
774 struct ahd_linux_device *dev; in ahd_linux_dev_reset() local
1391 struct ahd_linux_device *dev; in ahd_platform_set_tags() local
1540 ahd_linux_run_command(struct ahd_softc *ahd, struct ahd_linux_device *dev, in ahd_linux_run_command()
1763 struct ahd_linux_device *dev; in ahd_done() local
1873 struct ahd_linux_device *dev = scsi_transport_device_data(sdev); in ahd_linux_handle_scsi_status() local
2138 struct ahd_linux_device *dev; in ahd_linux_queue_abort_cmd() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c134 static bool mlxsw_sp1_span_cpu_can_handle(const struct net_device *dev) in mlxsw_sp1_span_cpu_can_handle()
227 struct net_device *dev, in mlxsw_sp_span_dmac()
302 struct net_device *dev = NULL; in mlxsw_sp_span_entry_bridge() local
340 struct net_device *dev; in mlxsw_sp_span_entry_lag() local
415 struct net_device *dev = NULL; in mlxsw_sp_span_gretap4_route() local
525 struct net_device *dev = NULL; in mlxsw_sp_span_gretap6_route() local
622 mlxsw_sp_span_vlan_can_handle(const struct net_device *dev) in mlxsw_sp_span_vlan_can_handle()
692 static bool mlxsw_sp2_span_cpu_can_handle(const struct net_device *dev) in mlxsw_sp2_span_cpu_can_handle()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c380 _clk_hw_register_gate(struct device *dev, in _clk_hw_register_gate()
398 _clk_hw_register_fixed_factor(struct device *dev, in _clk_hw_register_fixed_factor()
411 _clk_hw_register_divider_table(struct device *dev, in _clk_hw_register_divider_table()
431 _clk_hw_register_mux(struct device *dev, in _clk_hw_register_mux()
573 clk_stm32_register_gate_ops(struct device *dev, in clk_stm32_register_gate_ops()
609 clk_stm32_register_composite(struct device *dev, in clk_stm32_register_composite()
866 static struct clk_hw *clk_register_pll(struct device *dev, const char *name, in clk_register_pll()
996 static struct clk_hw *clk_register_cktim(struct device *dev, const char *name, in clk_register_cktim()
1038 static struct clk_hw *_clk_register_pll(struct device *dev, in _clk_register_pll()
1054 static struct clk_hw *_clk_register_cktim(struct device *dev, in _clk_register_cktim()
[all …]
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfcloop.c137 fcloop_parse_nm_options(struct device *dev, u64 *nname, u64 *pname, in fcloop_parse_nm_options()
1042 fcloop_create_local_port(struct device *dev, struct device_attribute *attr, in fcloop_create_local_port()
1126 fcloop_delete_local_port(struct device *dev, struct device_attribute *attr, in fcloop_delete_local_port()
1253 fcloop_create_remote_port(struct device *dev, struct device_attribute *attr, in fcloop_create_remote_port()
1320 fcloop_delete_remote_port(struct device *dev, struct device_attribute *attr, in fcloop_delete_remote_port()
1355 fcloop_create_target_port(struct device *dev, struct device_attribute *attr, in fcloop_create_target_port()
1418 fcloop_delete_target_port(struct device *dev, struct device_attribute *attr, in fcloop_delete_target_port()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Defx.c2257 show_phy_type(struct device *dev, struct device_attribute *attr, char *buf) in show_phy_type()
2790 struct pci_dev *dev = efx->pci_dev; in ef4_probe_vpd_strings() local
3000 static int ef4_pm_freeze(struct device *dev) in ef4_pm_freeze()
3020 static int ef4_pm_thaw(struct device *dev) in ef4_pm_thaw()
3058 static int ef4_pm_poweroff(struct device *dev) in ef4_pm_poweroff()
3072 static int ef4_pm_resume(struct device *dev) in ef4_pm_resume()
3096 static int ef4_pm_suspend(struct device *dev) in ef4_pm_suspend()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb.h48 struct device *dev; member
143 struct device dev; member
231 struct device dev; member
689 static inline bool tb_is_switch(const struct device *dev) in tb_is_switch()
694 static inline struct tb_switch *tb_to_switch(struct device *dev) in tb_to_switch()
948 static inline bool tb_is_retimer(const struct device *dev) in tb_is_retimer()
953 static inline struct tb_retimer *tb_to_retimer(struct device *dev) in tb_to_retimer()
/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm-cci.c304 static ssize_t cci400_pmu_cycle_event_show(struct device *dev, in cci400_pmu_cycle_event_show()
522 static ssize_t cci5xx_pmu_global_event_show(struct device *dev, in cci5xx_pmu_global_event_show()
694 static ssize_t cci_pmu_format_show(struct device *dev, in cci_pmu_format_show()
702 static ssize_t cci_pmu_event_show(struct device *dev, in cci_pmu_event_show()
1027 static irqreturn_t pmu_handle_irq(int irq_num, void *dev) in pmu_handle_irq()
1362 static ssize_t pmu_cpumask_attr_show(struct device *dev, in pmu_cpumask_attr_show()
1595 static struct cci_pmu *cci_pmu_alloc(struct device *dev) in cci_pmu_alloc()
/OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c1186 static int smiapp_power_on(struct device *dev) in smiapp_power_on()
1313 static int smiapp_power_off(struct device *dev) in smiapp_power_off()
2314 smiapp_sysfs_nvm_read(struct device *dev, struct device_attribute *attr, in smiapp_sysfs_nvm_read()
2348 smiapp_sysfs_ident_read(struct device *dev, struct device_attribute *attr, in smiapp_sysfs_ident_read()
2703 static int __maybe_unused smiapp_suspend(struct device *dev) in smiapp_suspend()
2728 static int __maybe_unused smiapp_resume(struct device *dev) in smiapp_resume()
2743 static struct smiapp_hwconfig *smiapp_get_hwconfig(struct device *dev) in smiapp_get_hwconfig()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_sync.c1359 static int set_mcast_if(struct sock *sk, struct net_device *dev) in set_mcast_if()
1389 join_mcast_group(struct sock *sk, struct in_addr *addr, struct net_device *dev) in join_mcast_group()
1411 struct net_device *dev) in join_mcast_group6()
1426 static int bind_mcastif_addr(struct socket *sock, struct net_device *dev) in bind_mcastif_addr()
1471 struct net_device *dev, struct socket **sock_ret) in make_send_sock()
1528 struct net_device *dev, struct socket **sock_ret) in make_receive_sock()
1755 struct net_device *dev; in start_sync_thread() local
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpicoxcell_crypto.c124 struct device *dev; member
1111 static irqreturn_t spacc_spacc_irq(int irq, void *dev) in spacc_spacc_irq()
1162 static int spacc_suspend(struct device *dev) in spacc_suspend()
1176 static int spacc_resume(struct device *dev) in spacc_resume()
1189 static inline struct spacc_engine *spacc_dev_to_engine(struct device *dev) in spacc_dev_to_engine()
1194 static ssize_t spacc_stat_irq_thresh_show(struct device *dev, in spacc_stat_irq_thresh_show()
1203 static ssize_t spacc_stat_irq_thresh_store(struct device *dev, in spacc_stat_irq_thresh_store()

1...<<331332333334335336337338339340>>...591