Home
last modified time | relevance | path

Searched defs:dev (Results 426 – 450 of 10050) sorted by relevance

1...<<11121314151617181920>>...402

/linux/drivers/virtio/
H A Dvirtio_debug.c12 struct virtio_device *dev = s->private; in virtio_debug_device_features_show() local
26 struct virtio_device *dev = s->private; in virtio_debug_filter_features_show() local
39 struct virtio_device *dev = data; in virtio_debug_filter_features_clear() local
51 struct virtio_device *dev = data; in virtio_debug_filter_feature_add() local
65 struct virtio_device *dev = data; in virtio_debug_filter_feature_del() local
77 void virtio_debug_device_init(struct virtio_device *dev) in virtio_debug_device_init()
94 void virtio_debug_device_filter_features(struct virtio_device *dev) in virtio_debug_device_filter_features()
101 void virtio_debug_device_exit(struct virtio_device *dev) in virtio_debug_device_exit()
/linux/drivers/nvdimm/
H A Dnamespace_devs.c17 static void namespace_io_release(struct device *dev) in namespace_io_release()
24 static void namespace_pmem_release(struct device *dev) in namespace_pmem_release()
39 static int is_uuid_busy(struct device *dev, void *data) in is_uuid_busy()
63 static int is_namespace_uuid_busy(struct device *dev, void *data) in is_namespace_uuid_busy()
77 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid) in nd_is_uuid_unique()
90 bool pmem_should_map_pages(struct device *dev) in pmem_should_map_pages()
174 const uuid_t *nd_dev_to_uuid(struct device *dev) in nd_dev_to_uuid()
185 static ssize_t nstype_show(struct device *dev, in nstype_show()
194 static ssize_t __alt_name_store(struct device *dev, const char *buf, in __alt_name_store()
236 struct device *dev) in nd_namespace_label_update()
[all …]
/linux/drivers/atm/
H A Dhe.c176 #define he_writel(dev, val, reg) do { writel(val, (dev)->membase + (reg)); wmb(); } while (0) argument
177 #define he_readl(dev, reg) readl((dev)->membase + (reg)) argument
191 #define he_writel_rcm(dev, val, reg) \ argument
194 #define he_writel_tcm(dev, val, reg) \ argument
197 #define he_writel_mbox(dev, val, reg) \ argument
208 #define he_readl_rcm(dev, reg) \ argument
211 #define he_readl_tcm(dev, reg) \ argument
214 #define he_readl_mbox(dev, reg) \ argument
220 #define he_mkcid(dev, vpi, vci) (((vpi << (dev)->vcibits) | vci) & 0x1fff) argument
224 #define he_writel_tsr0(dev, val, cid) \ argument
[all …]
/linux/drivers/media/pci/cx23885/
H A Dcx23888-ir.c118 struct cx23885_dev *dev; member
142 inline int cx23888_ir_write4(struct cx23885_dev *dev, u32 addr, u32 value) in cx23888_ir_write4()
148 static inline u32 cx23888_ir_read4(struct cx23885_dev *dev, u32 addr) in cx23888_ir_read4()
153 static inline int cx23888_ir_and_or4(struct cx23885_dev *dev, u32 addr, in cx23888_ir_and_or4()
323 static inline void control_tx_irq_watermark(struct cx23885_dev *dev, in control_tx_irq_watermark()
329 static inline void control_rx_irq_watermark(struct cx23885_dev *dev, in control_rx_irq_watermark()
335 static inline void control_tx_enable(struct cx23885_dev *dev, bool enable) in control_tx_enable()
341 static inline void control_rx_enable(struct cx23885_dev *dev, bool enable) in control_rx_enable()
347 static inline void control_tx_modulation_enable(struct cx23885_dev *dev, in control_tx_modulation_enable()
354 static inline void control_rx_demodulation_enable(struct cx23885_dev *dev, in control_rx_demodulation_enable()
[all …]
/linux/drivers/ssb/
H A Dmain.c114 static struct ssb_device *ssb_device_get(struct ssb_device *dev) in ssb_device_get()
121 static void ssb_device_put(struct ssb_device *dev) in ssb_device_put()
127 static int ssb_device_resume(struct device *dev) in ssb_device_resume()
144 static int ssb_device_suspend(struct device *dev, pm_message_t state) in ssb_device_suspend()
274 static void ssb_device_shutdown(struct device *dev) in ssb_device_shutdown()
286 static void ssb_device_remove(struct device *dev) in ssb_device_remove()
296 static int ssb_device_probe(struct device *dev) in ssb_device_probe()
326 static int ssb_bus_match(struct device *dev, const struct device_driver *drv) in ssb_bus_match()
342 static int ssb_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in ssb_device_uevent()
371 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dmxl692.c34 static int mxl692_i2c_write(struct mxl692_dev *dev, u8 *buffer, u16 buf_len) in mxl692_i2c_write()
51 static int mxl692_i2c_read(struct mxl692_dev *dev, u8 *buffer, u16 buf_len) in mxl692_i2c_read()
211 static int mxl692_validate_fw_header(struct mxl692_dev *dev, in mxl692_validate_fw_header()
247 static int mxl692_write_fw_block(struct mxl692_dev *dev, const u8 *buffer, in mxl692_write_fw_block()
300 static int mxl692_memwrite(struct mxl692_dev *dev, u32 addr, in mxl692_memwrite()
336 static int mxl692_memread(struct mxl692_dev *dev, u32 addr, in mxl692_memread()
379 static int mxl692_opwrite(struct mxl692_dev *dev, u8 *buffer, in mxl692_opwrite()
412 static int mxl692_opread(struct mxl692_dev *dev, u8 *buffer, in mxl692_opread()
443 static int mxl692_i2c_writeread(struct mxl692_dev *dev, in mxl692_i2c_writeread()
566 static int mxl692_fwdownload(struct mxl692_dev *dev, in mxl692_fwdownload()
[all …]
/linux/drivers/ata/
H A Dlibata-transport.c70 #define transport_class_to_dev(dev) \ argument
75 #define transport_class_to_link(dev) \ argument
80 #define transport_class_to_port(dev) \ argument
220 static void ata_tport_release(struct device *dev) in ata_tport_release()
233 static int ata_is_port(const struct device *dev) in ata_is_port()
239 struct device *dev) in ata_tport_match()
254 struct device *dev = &ap->tdev; in ata_tport_delete() local
283 struct device *dev = &ap->tdev; in ata_tport_add() local
423 show_ata_dev_ering(struct device *dev, in show_ata_dev_ering()
437 show_ata_dev_id(struct device *dev, in show_ata_dev_id()
[all …]
/linux/drivers/comedi/drivers/
H A Daddi_apci_3xxx.c349 struct comedi_device *dev = d; in apci3xxx_irq_handler() local
371 static int apci3xxx_ai_started(struct comedi_device *dev) in apci3xxx_ai_started()
379 static int apci3xxx_ai_setup(struct comedi_device *dev, unsigned int chanspec) in apci3xxx_ai_setup()
418 static int apci3xxx_ai_eoc(struct comedi_device *dev, in apci3xxx_ai_eoc()
431 static int apci3xxx_ai_insn_read(struct comedi_device *dev, in apci3xxx_ai_insn_read()
459 static int apci3xxx_ai_ns_to_timer(struct comedi_device *dev, in apci3xxx_ai_ns_to_timer()
509 static int apci3xxx_ai_cmdtest(struct comedi_device *dev, in apci3xxx_ai_cmdtest()
566 static int apci3xxx_ai_cmd(struct comedi_device *dev, in apci3xxx_ai_cmd()
589 static int apci3xxx_ai_cancel(struct comedi_device *dev, in apci3xxx_ai_cancel()
595 static int apci3xxx_ao_eoc(struct comedi_device *dev, in apci3xxx_ao_eoc()
[all …]
H A Daddi_apci_1564.c170 static int apci1564_reset(struct comedi_device *dev) in apci1564_reset()
205 struct comedi_device *dev = d; in apci1564_interrupt() local
263 static int apci1564_di_insn_bits(struct comedi_device *dev, in apci1564_di_insn_bits()
273 static int apci1564_do_insn_bits(struct comedi_device *dev, in apci1564_do_insn_bits()
288 static int apci1564_diag_insn_bits(struct comedi_device *dev, in apci1564_diag_insn_bits()
328 static int apci1564_cos_insn_config(struct comedi_device *dev, in apci1564_cos_insn_config()
408 static int apci1564_cos_insn_bits(struct comedi_device *dev, in apci1564_cos_insn_bits()
418 static int apci1564_cos_cmdtest(struct comedi_device *dev, in apci1564_cos_cmdtest()
462 static int apci1564_cos_cmd(struct comedi_device *dev, in apci1564_cos_cmd()
480 static int apci1564_cos_cancel(struct comedi_device *dev, in apci1564_cos_cancel()
[all …]
H A Dcomedi_8255.c43 static int subdev_8255_io(struct comedi_device *dev, in subdev_8255_io()
55 static int subdev_8255_mmio(struct comedi_device *dev, in subdev_8255_mmio()
65 static int subdev_8255_insn(struct comedi_device *dev, in subdev_8255_insn()
97 static void subdev_8255_do_config(struct comedi_device *dev, in subdev_8255_do_config()
118 static int subdev_8255_insn_config(struct comedi_device *dev, in subdev_8255_insn_config()
145 static int __subdev_8255_init(struct comedi_device *dev, in __subdev_8255_init()
147 int (*io)(struct comedi_device *dev, in __subdev_8255_init()
189 int subdev_8255_io_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_io_init()
208 int subdev_8255_mm_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_mm_init()
237 int subdev_8255_cb_init(struct comedi_device *dev, struct comedi_subdevice *s, in subdev_8255_cb_init()
[all …]
/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.c144 struct ieee80211_hw *dev = info->dev; in p54u_rx_cb() local
198 struct ieee80211_hw *dev = in p54u_tx_cb() local
206 static void p54u_free_urbs(struct ieee80211_hw *dev) in p54u_free_urbs()
212 static void p54u_stop(struct ieee80211_hw *dev) in p54u_stop()
222 static int p54u_init_urbs(struct ieee80211_hw *dev) in p54u_init_urbs()
271 static int p54u_open(struct ieee80211_hw *dev) in p54u_open()
294 static void p54u_tx_lm87(struct ieee80211_hw *dev, struct sk_buff *skb) in p54u_tx_lm87()
323 static void p54u_tx_net2280(struct ieee80211_hw *dev, struct sk_buff *skb) in p54u_tx_net2280()
451 static int p54u_device_reset(struct ieee80211_hw *dev) in p54u_device_reset()
477 static int p54u_firmware_reset_3887(struct ieee80211_hw *dev) in p54u_firmware_reset_3887()
[all …]
/linux/drivers/net/ethernet/8390/
H A Dmac8390.c284 static bool mac8390_rsrc_init(struct net_device *dev, in mac8390_rsrc_init()
389 struct net_device *dev; in mac8390_device_probe() local
433 struct net_device *dev = nubus_get_drvdata(board); in mac8390_device_remove() local
478 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, in mac8390_initdev()
612 static int mac8390_open(struct net_device *dev) in mac8390_open()
623 static int mac8390_close(struct net_device *dev) in mac8390_close()
630 static void mac8390_no_reset(struct net_device *dev) in mac8390_no_reset()
638 static void interlan_reset(struct net_device *dev) in interlan_reset()
653 static void dayna_memcpy_fromcard(struct net_device *dev, void *to, int from, in dayna_memcpy_fromcard()
677 static void dayna_memcpy_tocard(struct net_device *dev, int to, in dayna_memcpy_tocard()
[all …]
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c188 static u32 mthca_alloc_mtt_range(struct mthca_dev *dev, int order, in mthca_alloc_mtt_range()
206 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size, in __mthca_alloc_mtt()
233 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size) in mthca_alloc_mtt()
238 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) in mthca_free_mtt()
252 static int __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in __mthca_write_mtt()
297 int mthca_write_mtt_size(struct mthca_dev *dev) in mthca_write_mtt_size()
313 static void mthca_tavor_write_mtt_seg(struct mthca_dev *dev, in mthca_tavor_write_mtt_seg()
327 static void mthca_arbel_write_mtt_seg(struct mthca_dev *dev, in mthca_arbel_write_mtt_seg()
356 int mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, in mthca_write_mtt()
403 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key()
[all …]
/linux/drivers/pci/
H A Dvpd.c43 static struct pci_dev *pci_get_func0_dev(struct pci_dev *dev) in pci_get_func0_dev()
55 static size_t pci_vpd_size(struct pci_dev *dev) in pci_vpd_size()
99 static bool pci_vpd_available(struct pci_dev *dev, bool check_size) in pci_vpd_available()
126 static int pci_vpd_wait(struct pci_dev *dev, bool set) in pci_vpd_wait()
155 static ssize_t pci_vpd_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_read()
219 static ssize_t pci_vpd_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_write()
264 void pci_vpd_init(struct pci_dev *dev) in pci_vpd_init()
277 struct pci_dev *dev = to_pci_dev(kobj_to_dev(kobj)); in vpd_read() local
301 struct pci_dev *dev = to_pci_dev(kobj_to_dev(kobj)); in vpd_write() local
343 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size) in pci_vpd_alloc()
[all …]
/linux/net/8021q/
H A Dvlan_core.c76 struct net_device *__vlan_find_dev_deep_rcu(struct net_device *dev, in __vlan_find_dev_deep_rcu()
102 struct net_device *vlan_dev_real_dev(const struct net_device *dev) in vlan_dev_real_dev()
113 u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id()
119 __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto()
149 static struct vlan_info *vlan_info_alloc(struct net_device *dev) in vlan_info_alloc()
169 static bool vlan_hw_filter_capable(const struct net_device *dev, __be16 proto) in vlan_hw_filter_capable()
205 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_add_rx_filter_info()
216 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid) in vlan_kill_rx_filter_info()
227 int vlan_for_each(struct net_device *dev, in vlan_for_each()
228 int (*action)(struct net_device *dev, int vid, void *arg), in vlan_for_each()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.c44 struct b43_pio_txqueue *parse_cookie(struct b43_wldev *dev, in parse_cookie()
79 static u16 index_to_pioqueue_base(struct b43_wldev *dev, in index_to_pioqueue_base()
109 static u16 pio_txqueue_offset(struct b43_wldev *dev) in pio_txqueue_offset()
116 static u16 pio_rxqueue_offset(struct b43_wldev *dev) in pio_rxqueue_offset()
123 static struct b43_pio_txqueue *b43_setup_pioqueue_tx(struct b43_wldev *dev, in b43_setup_pioqueue_tx()
159 static struct b43_pio_rxqueue *b43_setup_pioqueue_rx(struct b43_wldev *dev, in b43_setup_pioqueue_rx()
219 void b43_pio_free(struct b43_wldev *dev) in b43_pio_free()
235 int b43_pio_init(struct b43_wldev *dev) in b43_pio_init()
287 static struct b43_pio_txqueue *select_queue_by_priority(struct b43_wldev *dev, in select_queue_by_priority()
322 struct b43_wldev *dev = q->dev; in tx_write_2byte_queue() local
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c27 coresight_add_out_conn(struct device *dev, in coresight_add_out_conn()
80 struct device *dev = out_conn->dest_dev->dev.parent; in coresight_add_in_conn() local
103 struct device *dev = NULL; in coresight_find_device_by_fwnode() local
129 struct device *dev; in coresight_find_csdev_by_fwnode() local
168 static int of_coresight_get_cpu(struct device *dev) in of_coresight_get_cpu()
196 static int of_coresight_parse_endpoint(struct device *dev, in of_coresight_parse_endpoint()
282 static int of_get_coresight_platform_data(struct device *dev, in of_get_coresight_platform_data()
331 of_get_coresight_platform_data(struct device *dev, in of_get_coresight_platform_data()
337 static int of_coresight_get_cpu(struct device *dev) in of_coresight_get_cpu()
682 static int acpi_coresight_parse_graph(struct device *dev, in acpi_coresight_parse_graph()
[all …]
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c58 void qedr_store_gsi_qp_cq(struct qedr_dev *dev, struct qedr_qp *qp, in qedr_store_gsi_qp_cq()
73 struct qedr_dev *dev = (struct qedr_dev *)cxt; in qedr_ll2_complete_tx_packet() local
99 struct qedr_dev *dev = (struct qedr_dev *)cxt; in qedr_ll2_complete_rx_packet() local
132 static void qedr_destroy_gsi_cq(struct qedr_dev *dev, in qedr_destroy_gsi_cq()
153 static inline int qedr_check_gsi_qp_attrs(struct qedr_dev *dev, in qedr_check_gsi_qp_attrs()
180 static int qedr_ll2_post_tx(struct qedr_dev *dev, in qedr_ll2_post_tx()
239 static int qedr_ll2_stop(struct qedr_dev *dev) in qedr_ll2_stop()
262 static int qedr_ll2_start(struct qedr_dev *dev, in qedr_ll2_start()
322 int qedr_create_gsi_qp(struct qedr_dev *dev, struct ib_qp_init_attr *attrs, in qedr_create_gsi_qp()
372 int qedr_destroy_gsi_qp(struct qedr_dev *dev) in qedr_destroy_gsi_qp()
[all …]
/linux/drivers/usb/
H A Dusb-skeleton.c74 struct usb_skel *dev = to_skel_dev(kref); in skel_delete() local
85 struct usb_skel *dev; in skel_open() local
122 struct usb_skel *dev; in skel_release() local
138 struct usb_skel *dev; in skel_flush() local
162 struct usb_skel *dev; in skel_read_bulk_callback() local
187 static int skel_do_read_io(struct usb_skel *dev, size_t count) in skel_do_read_io()
227 struct usb_skel *dev; in skel_read() local
334 struct usb_skel *dev; in skel_write_bulk_callback() local
362 struct usb_skel *dev; in skel_write() local
491 struct usb_skel *dev; in skel_probe() local
[all …]
/linux/net/dsa/
H A Dconduit.c20 static int dsa_conduit_get_regs_len(struct net_device *dev) in dsa_conduit_get_regs_len()
51 static void dsa_conduit_get_regs(struct net_device *dev, in dsa_conduit_get_regs()
90 static void dsa_conduit_get_ethtool_stats(struct net_device *dev, in dsa_conduit_get_ethtool_stats()
111 static void dsa_conduit_get_ethtool_phy_stats(struct net_device *dev, in dsa_conduit_get_ethtool_phy_stats()
139 static int dsa_conduit_get_sset_count(struct net_device *dev, int sset) in dsa_conduit_get_sset_count()
163 static void dsa_conduit_get_strings(struct net_device *dev, uint32_t stringset, in dsa_conduit_get_strings()
216 int __dsa_conduit_hwtstamp_validate(struct net_device *dev, in __dsa_conduit_hwtstamp_validate()
238 static int dsa_conduit_ethtool_setup(struct net_device *dev) in dsa_conduit_ethtool_setup()
267 static void dsa_conduit_ethtool_teardown(struct net_device *dev) in dsa_conduit_ethtool_teardown()
283 static void dsa_conduit_set_promiscuity(struct net_device *dev, int inc) in dsa_conduit_set_promiscuity()
[all …]
/linux/sound/isa/cs423x/
H A Dcs4236.c204 static int snd_cs423x_pnp_init_wss(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_wss()
227 static int snd_cs423x_pnp_init_ctrl(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_ctrl()
239 static int snd_cs423x_pnp_init_mpu(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_mpu()
259 static int snd_card_cs423x_pnp(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnp()
273 static int snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnpc()
308 #define is_isapnp_selected(dev) isapnp[dev] argument
310 #define is_isapnp_selected(dev) 0 argument
313 static int snd_cs423x_card_new(struct device *pdev, int dev, in snd_cs423x_card_new()
327 static int snd_cs423x_probe(struct snd_card *card, int dev) in snd_cs423x_probe()
411 unsigned int dev) in snd_cs423x_isa_match()
[all …]
/linux/kernel/irq/
H A Ddevres.c19 static void devm_irq_release(struct device *dev, void *res) in devm_irq_release()
26 static int devm_irq_match(struct device *dev, void *res, void *data) in devm_irq_match()
33 static int devm_request_result(struct device *dev, int rc, unsigned int irq, in devm_request_result()
44 static int __devm_request_threaded_irq(struct device *dev, unsigned int irq, in __devm_request_threaded_irq()
100 int devm_request_threaded_irq(struct device *dev, unsigned int irq, in devm_request_threaded_irq()
112 static int __devm_request_any_context_irq(struct device *dev, unsigned int irq, in __devm_request_any_context_irq()
165 int devm_request_any_context_irq(struct device *dev, unsigned int irq, in devm_request_any_context_irq()
187 void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id) in devm_free_irq()
201 static void devm_irq_desc_release(struct device *dev, void *res) in devm_irq_desc_release()
225 int __devm_irq_alloc_descs(struct device *dev, int irq, unsigned int from, in __devm_irq_alloc_descs()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c307 static inline int mlx4_grant_resource(struct mlx4_dev *dev, int slave, in mlx4_grant_resource()
378 static inline void mlx4_release_resource(struct mlx4_dev *dev, int slave, in mlx4_release_resource()
423 static inline void initialize_res_quotas(struct mlx4_dev *dev, in initialize_res_quotas()
442 void mlx4_init_quotas(struct mlx4_dev *dev) in mlx4_init_quotas()
475 mlx4_calc_res_counter_guaranteed(struct mlx4_dev *dev, in mlx4_calc_res_counter_guaranteed()
501 int mlx4_init_resource_tracker(struct mlx4_dev *dev) in mlx4_init_resource_tracker()
655 void mlx4_free_resource_tracker(struct mlx4_dev *dev, in mlx4_free_resource_tracker()
691 static void update_pkey_index(struct mlx4_dev *dev, int slave, in update_pkey_index()
706 static void update_gid(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *inbox, in update_gid()
749 static int update_vport_qp_param(struct mlx4_dev *dev, in update_vport_qp_param()
[all …]
/linux/drivers/rtc/
H A Dsysfs.c25 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
33 date_show(struct device *dev, struct device_attribute *attr, char *buf) in date_show()
47 time_show(struct device *dev, struct device_attribute *attr, char *buf) in time_show()
61 since_epoch_show(struct device *dev, struct device_attribute *attr, char *buf) in since_epoch_show()
75 max_user_freq_show(struct device *dev, struct device_attribute *attr, char *buf) in max_user_freq_show()
81 max_user_freq_store(struct device *dev, struct device_attribute *attr, in max_user_freq_store()
111 hctosys_show(struct device *dev, struct device_attribute *attr, char *buf) in hctosys_show()
124 wakealarm_show(struct device *dev, struct device_attribute *attr, char *buf) in wakealarm_show()
148 wakealarm_store(struct device *dev, struct device_attribute *attr, in wakealarm_store()
215 offset_show(struct device *dev, struct device_attribute *attr, char *buf) in offset_show()
[all …]
/linux/drivers/devfreq/
H A Ddevfreq.c67 static struct devfreq *find_device_devfreq(struct device *dev) in find_device_devfreq()
744 static void devfreq_dev_release(struct device *dev) in devfreq_dev_release()
800 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
1010 static int devm_devfreq_dev_match(struct device *dev, void *res, void *data) in devm_devfreq_dev_match()
1020 static void devm_devfreq_dev_release(struct device *dev, void *res) in devm_devfreq_dev_release()
1036 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
1095 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1123 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1137 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1290 struct device *dev = devfreq->dev.parent; in devfreq_add_governor() local
[all …]

1...<<11121314151617181920>>...402