Home
last modified time | relevance | path

Searched defs:dev (Results 126 – 150 of 13753) sorted by relevance

12345678910>>...551

/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c83 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat()
94 static void input_stop_autorepeat(struct input_dev *dev) in input_stop_autorepeat()
139 static void input_pass_values(struct input_dev *dev, in input_pass_values()
177 static void input_pass_event(struct input_dev *dev, in input_pass_event()
192 struct input_dev *dev = from_timer(dev, t, timer); in input_repeat_key() local
222 static int input_handle_abs_event(struct input_dev *dev, in input_handle_abs_event()
272 static int input_get_disposition(struct input_dev *dev, in input_get_disposition()
378 static void input_handle_event(struct input_dev *dev, in input_handle_event()
444 void input_event(struct input_dev *dev, in input_event()
472 struct input_dev *dev = handle->dev; in input_inject_event() local
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dsysfs.c19 static void idxd_conf_device_release(struct device *dev) in idxd_conf_device_release()
44 static inline bool is_dsa_dev(struct device *dev) in is_dsa_dev()
49 static inline bool is_idxd_dev(struct device *dev) in is_idxd_dev()
54 static inline bool is_idxd_wq_dev(struct device *dev) in is_idxd_wq_dev()
72 static int idxd_config_bus_match(struct device *dev, in idxd_config_bus_match()
103 static int idxd_config_bus_probe(struct device *dev) in idxd_config_bus_probe()
243 struct device *dev = &idxd->pdev->dev; in disable_wq() local
273 static int idxd_config_bus_remove(struct device *dev) in idxd_config_bus_remove()
320 static void idxd_config_bus_shutdown(struct device *dev) in idxd_config_bus_shutdown()
391 static ssize_t engine_group_id_show(struct device *dev, in engine_group_id_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c121 static inline void *ocrdma_get_mcqe(struct ocrdma_dev *dev) in ocrdma_get_mcqe()
131 static inline void ocrdma_mcq_inc_tail(struct ocrdma_dev *dev) in ocrdma_mcq_inc_tail()
136 static inline struct ocrdma_mqe *ocrdma_get_mqe(struct ocrdma_dev *dev) in ocrdma_get_mqe()
141 static inline void ocrdma_mq_inc_head(struct ocrdma_dev *dev) in ocrdma_mq_inc_head()
146 static inline void *ocrdma_get_mqe_rsp(struct ocrdma_dev *dev) in ocrdma_get_mqe_rsp()
265 char *port_speed_string(struct ocrdma_dev *dev) in port_speed_string()
305 void ocrdma_ring_cq_db(struct ocrdma_dev *dev, u16 cq_id, bool armed, in ocrdma_ring_cq_db()
321 static void ocrdma_ring_mq_db(struct ocrdma_dev *dev) in ocrdma_ring_mq_db()
330 static void ocrdma_ring_eq_db(struct ocrdma_dev *dev, u16 eq_id, in ocrdma_ring_eq_db()
371 static void ocrdma_free_q(struct ocrdma_dev *dev, struct ocrdma_queue_info *q) in ocrdma_free_q()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c24 mt76_stop_tx_ac(struct mt7603_dev *dev, u32 mask) in mt76_stop_tx_ac()
30 mt76_start_tx_ac(struct mt7603_dev *dev, u32 mask) in mt76_start_tx_ac()
35 void mt7603_mac_reset_counters(struct mt7603_dev *dev) in mt7603_mac_reset_counters()
45 void mt7603_mac_set_timing(struct mt7603_dev *dev) in mt7603_mac_set_timing()
87 mt7603_wtbl_update(struct mt7603_dev *dev, int idx, u32 mask) in mt7603_wtbl_update()
124 void mt7603_wtbl_init(struct mt7603_dev *dev, int idx, int vif, in mt7603_wtbl_init()
170 mt7603_wtbl_set_skip_tx(struct mt7603_dev *dev, int idx, bool enabled) in mt7603_wtbl_set_skip_tx()
181 void mt7603_filter_tx(struct mt7603_dev *dev, int idx, bool abort) in mt7603_filter_tx()
214 void mt7603_wtbl_set_smps(struct mt7603_dev *dev, struct mt7603_sta *sta, in mt7603_wtbl_set_smps()
226 void mt7603_wtbl_set_ps(struct mt7603_dev *dev, struct mt7603_sta *sta, in mt7603_wtbl_set_ps()
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c57 static void devres_log(struct device *dev, struct devres_node *node, in devres_log()
66 #define devres_log(dev, node, op) do {} while (0) argument
73 static void group_open_release(struct device *dev, void *res) in group_open_release()
78 static void group_close_release(struct device *dev, void *res) in group_close_release()
122 static void add_dr(struct device *dev, struct devres_node *node) in add_dr()
129 static void replace_dr(struct device *dev, in replace_dr()
192 void devres_for_each_res(struct device *dev, dr_release_t release, in devres_for_each_res()
245 void devres_add(struct device *dev, void *res) in devres_add()
256 static struct devres *find_dr(struct device *dev, dr_release_t release, in find_dr()
288 void * devres_find(struct device *dev, dr_release_t release, in devres_find()
[all …]
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dambassador.c296 static inline void wr_plain (const amb_dev * dev, size_t addr, u32 data) { in wr_plain()
305 static inline u32 rd_plain (const amb_dev * dev, size_t addr) { in rd_plain()
315 static inline void wr_mem (const amb_dev * dev, size_t addr, u32 data) { in wr_mem()
325 static inline u32 rd_mem (const amb_dev * dev, size_t addr) { in rd_mem()
338 static inline void dump_registers (const amb_dev * dev) { in dump_registers()
435 static void tx_complete (amb_dev * dev, tx_out * tx) { in tx_complete()
456 static void rx_complete (amb_dev * dev, rx_out * rx) { in rx_complete()
541 static int command_do (amb_dev * dev, command * cmd) { in command_do()
612 static int tx_give (amb_dev * dev, tx_in * tx) { in tx_give()
644 static int tx_take (amb_dev * dev) { in tx_take()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c206 static void CamResetAllEntry(struct net_device *dev) in CamResetAllEntry()
219 int write_nic_byte_E(struct net_device *dev, int indx, u8 data) in write_nic_byte_E()
242 int read_nic_byte_E(struct net_device *dev, int indx, u8 *data) in read_nic_byte_E()
267 int write_nic_byte(struct net_device *dev, int indx, u8 data) in write_nic_byte()
293 int write_nic_word(struct net_device *dev, int indx, u16 data) in write_nic_word()
319 int write_nic_dword(struct net_device *dev, int indx, u32 data) in write_nic_dword()
345 int read_nic_byte(struct net_device *dev, int indx, u8 *data) in read_nic_byte()
370 int read_nic_word(struct net_device *dev, int indx, u16 *data) in read_nic_word()
395 static int read_nic_word_E(struct net_device *dev, int indx, u16 *data) in read_nic_word_E()
419 int read_nic_dword(struct net_device *dev, int indx, u32 *data) in read_nic_dword()
[all …]
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c89 static int create_proto3_request(struct cros_ec_dev *dev, in create_proto3_request()
129 static int prepare_proto3_response_buffer(struct cros_ec_dev *dev, int din_len) in prepare_proto3_response_buffer()
155 static int handle_proto3_response(struct cros_ec_dev *dev, in handle_proto3_response()
203 static int send_command_proto3(struct cros_ec_dev *dev, in send_command_proto3()
232 static int send_command(struct cros_ec_dev *dev, uint8_t cmd, int cmd_version, in send_command()
268 static int ec_command_inptr(struct cros_ec_dev *dev, uint8_t cmd, in ec_command_inptr()
334 static int ec_command(struct cros_ec_dev *dev, uint8_t cmd, int cmd_version, in ec_command()
357 int cros_ec_scan_keyboard(struct udevice *dev, struct mbkp_keyscan *scan) in cros_ec_scan_keyboard()
368 int cros_ec_read_id(struct cros_ec_dev *dev, char *id, int maxlen) in cros_ec_read_id()
394 int cros_ec_read_version(struct cros_ec_dev *dev, in cros_ec_read_version()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.h114 static inline void pci_wakeup_event(struct pci_dev *dev) in pci_wakeup_event()
134 static inline bool pcie_downstream_port(const struct pci_dev *dev) in pcie_downstream_port()
159 static inline int pci_proc_attach_device(struct pci_dev *dev) { return 0; } in pci_proc_attach_device()
160 static inline int pci_proc_detach_device(struct pci_dev *dev) { return 0; } in pci_proc_detach_device()
189 static inline void pci_msi_set_enable(struct pci_dev *dev, int enable) in pci_msi_set_enable()
200 static inline void pci_msix_clear_and_set_ctrl(struct pci_dev *dev, u16 clear, u16 set) in pci_msix_clear_and_set_ctrl()
212 static inline int pci_no_d1d2(struct pci_dev *dev) in pci_no_d1d2()
240 pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) in pci_match_one_device()
339 struct pci_dev *dev; /* Lowest numbered PF */ member
364 static inline bool pci_dev_set_io_state(struct pci_dev *dev, in pci_dev_set_io_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-video.c88 void cx23885_video_wakeup(struct cx23885_dev *dev, in cx23885_video_wakeup()
106 int cx23885_set_tvnorm(struct cx23885_dev *dev, v4l2_std_id norm) in cx23885_set_tvnorm()
142 static struct video_device *cx23885_vdev_init(struct cx23885_dev *dev, in cx23885_vdev_init()
163 int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data) in cx23885_flatiron_write()
174 u8 cx23885_flatiron_read(struct cx23885_dev *dev, u8 reg) in cx23885_flatiron_read()
193 static void cx23885_flatiron_dump(struct cx23885_dev *dev) in cx23885_flatiron_dump()
203 static int cx23885_flatiron_mux(struct cx23885_dev *dev, int input) in cx23885_flatiron_mux()
228 static int cx23885_video_mux(struct cx23885_dev *dev, unsigned int input) in cx23885_video_mux()
278 static int cx23885_audio_mux(struct cx23885_dev *dev, unsigned int input) in cx23885_audio_mux()
304 static int cx23885_start_video_dma(struct cx23885_dev *dev, in cx23885_start_video_dma()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Damd8111e.c157 static int amd8111e_mdio_read(struct net_device *dev, int phy_id, int reg_num) in amd8111e_mdio_read()
168 static void amd8111e_mdio_write(struct net_device *dev, in amd8111e_mdio_write()
179 static void amd8111e_set_ext_phy(struct net_device *dev) in amd8111e_set_ext_phy()
220 static int amd8111e_free_skbs(struct net_device *dev) in amd8111e_free_skbs()
256 static inline void amd8111e_set_rx_buff_len(struct net_device *dev) in amd8111e_set_rx_buff_len()
278 static int amd8111e_init_ring(struct net_device *dev) in amd8111e_init_ring()
363 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce()
422 static int amd8111e_restart(struct net_device *dev) in amd8111e_restart()
640 static int amd8111e_tx(struct net_device *dev) in amd8111e_tx()
685 struct net_device *dev = lp->amd8111e_net_dev; in amd8111e_rx_poll() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/tsp/
H A Drockchip_tsp.c80 static void grf_field_write(struct tsp_dev *dev, enum grf_fields id, in grf_field_write()
97 static int rockchip_tsp_clk_enable(struct tsp_dev *dev) in rockchip_tsp_clk_enable()
120 static void rockchip_tsp_clk_disable(struct tsp_dev *dev) in rockchip_tsp_clk_disable()
127 static uint TSP_RD(struct tsp_dev *dev, uint reg) in TSP_RD()
136 static void TSP_WR(struct tsp_dev *dev, uint reg, uint val) in TSP_WR()
141 static void rockchip_tsp_clear_interrupt(struct tsp_dev *dev) in rockchip_tsp_clear_interrupt()
157 static void rockchip_tsp_reset_all_channel(struct tsp_dev *dev) in rockchip_tsp_reset_all_channel()
175 static void rockchip_tsp_reset_one_channel(struct tsp_dev *dev, int id) in rockchip_tsp_reset_one_channel()
191 static void rockchip_tsp_soft_reset(struct tsp_dev *dev) in rockchip_tsp_soft_reset()
206 static void rockchip_tsp_gcfg(struct tsp_dev *dev) in rockchip_tsp_gcfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpower.c47 void gma_power_init(struct drm_device *dev) in gma_power_init()
71 void gma_power_uninit(struct drm_device *dev) in gma_power_uninit()
83 static void gma_suspend_display(struct drm_device *dev) in gma_suspend_display()
102 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_display() local
126 struct drm_device *dev = pci_get_drvdata(pdev); in gma_suspend_pci() local
156 struct drm_device *dev = pci_get_drvdata(pdev); in gma_resume_pci() local
191 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_suspend() local
218 struct drm_device *dev = pci_get_drvdata(pdev); in gma_power_resume() local
235 bool gma_power_is_on(struct drm_device *dev) in gma_power_is_on()
249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_auth.c64 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
84 int drm_authmagic(struct drm_device *dev, void *data, in drm_authmagic()
103 struct drm_master *drm_master_create(struct drm_device *dev) in drm_master_create()
125 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
135 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
204 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
215 int drm_setmaster_ioctl(struct drm_device *dev, void *data, in drm_setmaster_ioctl()
256 static void drm_drop_master(struct drm_device *dev, in drm_drop_master()
264 int drm_dropmaster_ioctl(struct drm_device *dev, void *data, in drm_dropmaster_ioctl()
299 struct drm_device *dev = file_priv->minor->dev; in drm_master_open() local
[all …]
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dioctl.c40 u32 ethtool_op_get_link(struct net_device *dev) in ethtool_op_get_link()
46 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in ethtool_op_get_ts_info()
59 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features()
97 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features()
137 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count()
168 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings()
225 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature()
239 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature()
269 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags()
287 static int __ethtool_set_flags(struct net_device *dev, u32 data) in __ethtool_set_flags()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c51 struct s5p_mfc_dev *dev = ctx->dev; in clear_work_bit() local
61 struct s5p_mfc_dev *dev = ctx->dev; in set_work_bit() local
71 struct s5p_mfc_dev *dev = ctx->dev; in clear_work_bit_irqsave() local
82 struct s5p_mfc_dev *dev = ctx->dev; in set_work_bit_irqsave() local
90 int s5p_mfc_get_new_ctx(struct s5p_mfc_dev *dev) in s5p_mfc_get_new_ctx()
121 static void wake_up_dev(struct s5p_mfc_dev *dev, unsigned int reason, in wake_up_dev()
146 struct s5p_mfc_dev *dev = from_timer(dev, t, watchdog_timer); in s5p_mfc_watchdog() local
166 struct s5p_mfc_dev *dev; in s5p_mfc_watchdog_worker() local
222 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_handle_frame_all_extracted() local
252 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_handle_frame_copy_time() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dasix_devices.c43 static void asix_status(struct usbnet *dev, struct urb *urb) in asix_status()
59 static void asix_set_netdev_dev_addr(struct usbnet *dev, u8 *addr) in asix_set_netdev_dev_addr()
70 static u32 asix_get_phyid(struct usbnet *dev) in asix_get_phyid()
102 struct usbnet *dev = netdev_priv(net); in asix_get_link() local
109 struct usbnet *dev = netdev_priv(net); in asix_ioctl() local
134 struct usbnet *dev = netdev_priv(net); in ax88172_set_multicast() local
171 static int ax88172_link_reset(struct usbnet *dev) in ax88172_link_reset()
204 static void asix_phy_reset(struct usbnet *dev, unsigned int reset_bits) in asix_phy_reset()
226 static int ax88172_bind(struct usbnet *dev, struct usb_interface *intf) in ax88172_bind()
298 static int ax88772_link_reset(struct usbnet *dev) in ax88772_link_reset()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c56 static ssize_t nr_pe_cmp_show(struct device *dev, in nr_pe_cmp_show()
68 static ssize_t nr_addr_cmp_show(struct device *dev, in nr_addr_cmp_show()
80 static ssize_t nr_cntr_show(struct device *dev, in nr_cntr_show()
92 static ssize_t nr_ext_inp_show(struct device *dev, in nr_ext_inp_show()
104 static ssize_t numcidc_show(struct device *dev, in numcidc_show()
116 static ssize_t numvmidc_show(struct device *dev, in numvmidc_show()
128 static ssize_t nrseqstate_show(struct device *dev, in nrseqstate_show()
140 static ssize_t nr_resource_show(struct device *dev, in nr_resource_show()
152 static ssize_t nr_ss_cmp_show(struct device *dev, in nr_ss_cmp_show()
164 static ssize_t reset_store(struct device *dev, in reset_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c68 static void generate_rfatt_list(struct b43_wldev *dev, in generate_rfatt_list()
134 static void generate_bbatt_list(struct b43_wldev *dev, in generate_bbatt_list()
155 static void b43_shm_clear_tssi(struct b43_wldev *dev) in b43_shm_clear_tssi()
164 static void b43_synth_pu_workaround(struct b43_wldev *dev, u8 channel) in b43_synth_pu_workaround()
186 void b43_gphy_set_baseband_attenuation(struct b43_wldev *dev, in b43_gphy_set_baseband_attenuation()
203 static void b43_set_txpower_g(struct b43_wldev *dev, in b43_set_txpower_g()
252 static void b43_gphy_tssi_power_lt_init(struct b43_wldev *dev) in b43_gphy_tssi_power_lt_init()
270 static void b43_gphy_gain_lt_init(struct b43_wldev *dev) in b43_gphy_gain_lt_init()
296 static void b43_set_all_gains(struct b43_wldev *dev, in b43_set_all_gains()
328 static void b43_set_original_gains(struct b43_wldev *dev) in b43_set_original_gains()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_init.c13 mt76x2_mac_pbf_init(struct mt76x02_dev *dev) in mt76x2_mac_pbf_init()
31 mt76x2_fixup_xtal(struct mt76x02_dev *dev) in mt76x2_fixup_xtal()
70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset()
142 mt76x2_power_on_rf_patch(struct mt76x02_dev *dev) in mt76x2_power_on_rf_patch()
163 mt76x2_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2_power_on_rf()
185 mt76x2_power_on(struct mt76x02_dev *dev) in mt76x2_power_on()
220 int mt76x2_resume_device(struct mt76x02_dev *dev) in mt76x2_resume_device()
237 static int mt76x2_init_hardware(struct mt76x02_dev *dev) in mt76x2_init_hardware()
271 void mt76x2_stop_hardware(struct mt76x02_dev *dev) in mt76x2_stop_hardware()
281 void mt76x2_cleanup(struct mt76x02_dev *dev) in mt76x2_cleanup()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c102 struct pvrdma_dev *dev = in pvrdma_get_fw_ver_str() local
110 static int pvrdma_init_device(struct pvrdma_dev *dev) in pvrdma_init_device()
127 struct pvrdma_dev *dev = to_vdev(ibdev); in pvrdma_port_immutable() local
199 static int pvrdma_register_device(struct pvrdma_dev *dev) in pvrdma_register_device()
294 struct pvrdma_dev *dev = dev_id; in pvrdma_intr0_handler() local
311 static void pvrdma_qp_event(struct pvrdma_dev *dev, u32 qpn, int type) in pvrdma_qp_event()
337 static void pvrdma_cq_event(struct pvrdma_dev *dev, u32 cqn, int type) in pvrdma_cq_event()
363 static void pvrdma_srq_event(struct pvrdma_dev *dev, u32 srqn, int type) in pvrdma_srq_event()
392 static void pvrdma_dispatch_event(struct pvrdma_dev *dev, int port, in pvrdma_dispatch_event()
404 static void pvrdma_dev_event(struct pvrdma_dev *dev, u8 port, int type) in pvrdma_dev_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/tw68/
H A Dtw68-video.c211 static void set_tvnorm(struct tw68_dev *dev, const struct tw68_tvnorm *norm) in set_tvnorm()
250 static int tw68_set_scale(struct tw68_dev *dev, unsigned int width, in tw68_set_scale()
320 int tw68_video_start_dma(struct tw68_dev *dev, struct tw68_buf *buf) in tw68_video_start_dma()
362 struct tw68_dev *dev = vb2_get_drv_priv(q); in tw68_queue_setup() local
407 struct tw68_dev *dev = vb2_get_drv_priv(vq); in tw68_buf_queue() local
442 struct tw68_dev *dev = vb2_get_drv_priv(vq); in tw68_buf_prepare() local
485 struct tw68_dev *dev = vb2_get_drv_priv(vq); in tw68_buf_finish() local
493 struct tw68_dev *dev = vb2_get_drv_priv(q); in tw68_start_streaming() local
504 struct tw68_dev *dev = vb2_get_drv_priv(q); in tw68_stop_streaming() local
532 struct tw68_dev *dev = in tw68_s_ctrl() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A Ddrivers.c50 int comedi_set_hw_dev(struct comedi_device *dev, struct device *hw_dev) in comedi_set_hw_dev()
61 static void comedi_clear_hw_dev(struct comedi_device *dev) in comedi_clear_hw_dev()
78 void *comedi_alloc_devpriv(struct comedi_device *dev, size_t size) in comedi_alloc_devpriv()
97 int comedi_alloc_subdevices(struct comedi_device *dev, int num_subdevices) in comedi_alloc_subdevices()
157 static void comedi_device_detach_cleanup(struct comedi_device *dev) in comedi_device_detach_cleanup()
199 void comedi_device_detach(struct comedi_device *dev) in comedi_device_detach()
212 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid()
217 static int insn_device_inval(struct comedi_device *dev, in insn_device_inval()
223 static unsigned int get_zero_valid_routes(struct comedi_device *dev, in get_zero_valid_routes()
230 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval()
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c236 static struct netdev_name_node *netdev_name_node_alloc(struct net_device *dev, in netdev_name_node_alloc()
251 netdev_name_node_head_alloc(struct net_device *dev) in netdev_name_node_head_alloc()
303 int netdev_name_node_alt_create(struct net_device *dev, const char *name) in netdev_name_node_alt_create()
330 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name) in netdev_name_node_alt_destroy()
350 static void netdev_name_node_alt_flush(struct net_device *dev) in netdev_name_node_alt_flush()
359 static void list_netdevice(struct net_device *dev) in list_netdevice()
378 static void unlist_netdevice(struct net_device *dev) in unlist_netdevice()
469 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class()
484 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class()
727 int netdev_boot_setup_check(struct net_device *dev) in netdev_boot_setup_check()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcommon.c12 void rkisp_write(struct rkisp_device *dev, u32 reg, u32 val, bool is_direct) in rkisp_write()
29 void rkisp_next_write(struct rkisp_device *dev, u32 reg, u32 val, bool is_direct) in rkisp_next_write()
43 u32 rkisp_read(struct rkisp_device *dev, u32 reg, bool is_direct) in rkisp_read()
54 u32 rkisp_next_read(struct rkisp_device *dev, u32 reg, bool is_direct) in rkisp_next_read()
65 void rkisp_set_bits(struct rkisp_device *dev, u32 reg, u32 mask, u32 val, bool is_direct) in rkisp_set_bits()
72 void rkisp_next_set_bits(struct rkisp_device *dev, u32 reg, u32 mask, u32 val, bool is_direct) in rkisp_next_set_bits()
79 void rkisp_clear_bits(struct rkisp_device *dev, u32 reg, u32 mask, bool is_direct) in rkisp_clear_bits()
86 void rkisp_next_clear_bits(struct rkisp_device *dev, u32 reg, u32 mask, bool is_direct) in rkisp_next_clear_bits()
93 void rkisp_write_reg_cache(struct rkisp_device *dev, u32 reg, u32 val) in rkisp_write_reg_cache()
100 void rkisp_next_write_reg_cache(struct rkisp_device *dev, u32 reg, u32 val) in rkisp_next_write_reg_cache()
[all …]

12345678910>>...551