/openbmc/linux/drivers/net/wan/ |
H A D | hdlc.c | 45 static int hdlc_rcv(struct sk_buff *skb, struct net_device *dev, in hdlc_rcv() 67 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev) in hdlc_start_xmit() 78 static inline void hdlc_proto_start(struct net_device *dev) in hdlc_proto_start() 86 static inline void hdlc_proto_stop(struct net_device *dev) in hdlc_proto_stop() 97 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in hdlc_device_event() local 143 int hdlc_open(struct net_device *dev) in hdlc_open() 178 void hdlc_close(struct net_device *dev) in hdlc_close() 199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl() 224 static void hdlc_setup_dev(struct net_device *dev) in hdlc_setup_dev() 241 static void hdlc_setup(struct net_device *dev) in hdlc_setup() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eq.c | 84 static int mlx5_cmd_destroy_eq(struct mlx5_core_dev *dev, u8 eqn) in mlx5_cmd_destroy_eq() 206 struct mlx5_core_dev *dev; in mlx5_eq_async_int() local 243 void mlx5_cmd_eq_recover(struct mlx5_core_dev *dev) in mlx5_cmd_eq_recover() 265 create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in create_map_eq() 364 int mlx5_eq_enable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_enable() 385 void mlx5_eq_disable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_disable() 392 static int destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in destroy_unmap_eq() 439 int mlx5_eq_table_init(struct mlx5_core_dev *dev) in mlx5_eq_table_init() 466 void mlx5_eq_table_cleanup(struct mlx5_core_dev *dev) in mlx5_eq_table_cleanup() 478 static int create_async_eq(struct mlx5_core_dev *dev, in create_async_eq() [all …]
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-sysfs.c | 13 static ssize_t nr_addr_cmp_show(struct device *dev, in nr_addr_cmp_show() 24 static ssize_t nr_cntr_show(struct device *dev, in nr_cntr_show() 34 static ssize_t nr_ctxid_cmp_show(struct device *dev, in nr_ctxid_cmp_show() 45 static ssize_t etmsr_show(struct device *dev, in etmsr_show() 65 static ssize_t reset_store(struct device *dev, in reset_store() 96 static ssize_t mode_show(struct device *dev, in mode_show() 107 static ssize_t mode_store(struct device *dev, in mode_store() 181 static ssize_t trigger_event_show(struct device *dev, in trigger_event_show() 192 static ssize_t trigger_event_store(struct device *dev, in trigger_event_store() 211 static ssize_t enable_event_show(struct device *dev, in enable_event_show() [all …]
|
H A D | coresight-etm4x-sysfs.c | 57 static ssize_t nr_pe_cmp_show(struct device *dev, in nr_pe_cmp_show() 69 static ssize_t nr_addr_cmp_show(struct device *dev, in nr_addr_cmp_show() 81 static ssize_t nr_cntr_show(struct device *dev, in nr_cntr_show() 93 static ssize_t nr_ext_inp_show(struct device *dev, in nr_ext_inp_show() 105 static ssize_t numcidc_show(struct device *dev, in numcidc_show() 117 static ssize_t numvmidc_show(struct device *dev, in numvmidc_show() 129 static ssize_t nrseqstate_show(struct device *dev, in nrseqstate_show() 141 static ssize_t nr_resource_show(struct device *dev, in nr_resource_show() 153 static ssize_t nr_ss_cmp_show(struct device *dev, in nr_ss_cmp_show() 165 static ssize_t reset_store(struct device *dev, in reset_store() [all …]
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_sys.c | 19 static ssize_t qeth_dev_state_show(struct device *dev, in qeth_dev_state_show() 40 static ssize_t qeth_dev_chpid_show(struct device *dev, in qeth_dev_chpid_show() 50 static ssize_t qeth_dev_if_name_show(struct device *dev, in qeth_dev_if_name_show() 60 static ssize_t qeth_dev_card_type_show(struct device *dev, in qeth_dev_card_type_show() 84 static ssize_t qeth_dev_inbuf_size_show(struct device *dev, in qeth_dev_inbuf_size_show() 94 static ssize_t qeth_dev_portno_show(struct device *dev, in qeth_dev_portno_show() 102 static ssize_t qeth_dev_portno_store(struct device *dev, in qeth_dev_portno_store() 134 static ssize_t qeth_dev_portname_show(struct device *dev, in qeth_dev_portname_show() 140 static ssize_t qeth_dev_portname_store(struct device *dev, in qeth_dev_portname_store() 153 static ssize_t qeth_dev_prioqing_show(struct device *dev, in qeth_dev_prioqing_show() [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_vp8.c | 436 static uint8_t read_bits(struct cedrus_dev *dev, unsigned int bits_count, in read_bits() 449 static void get_delta_q(struct cedrus_dev *dev) in get_delta_q() 457 static void process_segmentation_info(struct cedrus_dev *dev) in process_segmentation_info() 485 static void process_ref_lf_delta_info(struct cedrus_dev *dev) in process_ref_lf_delta_info() 504 static void process_ref_frame_info(struct cedrus_dev *dev) in process_ref_frame_info() 519 static void cedrus_irq_clear(struct cedrus_dev *dev) in cedrus_irq_clear() 525 static void cedrus_read_header(struct cedrus_dev *dev, in cedrus_read_header() 627 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_irq_status() local 647 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_irq_disable() local 659 struct cedrus_dev *dev = ctx->dev; in cedrus_vp8_setup() local [all …]
|
/openbmc/linux/drivers/extcon/ |
H A D | devres.c | 11 static int devm_extcon_dev_match(struct device *dev, void *res, void *data) in devm_extcon_dev_match() 21 static void devm_extcon_dev_release(struct device *dev, void *res) in devm_extcon_dev_release() 27 static void devm_extcon_dev_unreg(struct device *dev, void *res) in devm_extcon_dev_unreg() 38 static void devm_extcon_dev_notifier_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_unreg() 45 static void devm_extcon_dev_notifier_all_unreg(struct device *dev, void *res) in devm_extcon_dev_notifier_all_unreg() 65 struct extcon_dev *devm_extcon_dev_allocate(struct device *dev, in devm_extcon_dev_allocate() 97 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_free() 118 int devm_extcon_dev_register(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_register() 148 void devm_extcon_dev_unregister(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_unregister() 172 int devm_extcon_register_notifier(struct device *dev, struct extcon_dev *edev, in devm_extcon_register_notifier() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | eeprom.c | 12 static int mt7615_efuse_read(struct mt7615_dev *dev, u32 base, in mt7615_efuse_read() 44 static int mt7615_efuse_init(struct mt7615_dev *dev, u32 base) in mt7615_efuse_init() 74 static int mt7615_eeprom_load(struct mt7615_dev *dev, u32 addr) in mt7615_eeprom_load() 87 static int mt7615_check_eeprom(struct mt76_dev *dev) in mt7615_check_eeprom() 102 mt7615_eeprom_parse_hw_band_cap(struct mt7615_dev *dev) in mt7615_eeprom_parse_hw_band_cap() 144 static void mt7615_eeprom_parse_hw_cap(struct mt7615_dev *dev) in mt7615_eeprom_parse_hw_cap() 173 static int mt7663_eeprom_get_target_power_index(struct mt7615_dev *dev, in mt7663_eeprom_get_target_power_index() 194 int mt7615_eeprom_get_target_power_index(struct mt7615_dev *dev, in mt7615_eeprom_get_target_power_index() 242 int mt7615_eeprom_get_power_delta_index(struct mt7615_dev *dev, in mt7615_eeprom_get_power_delta_index() 259 static void mt7615_apply_cal_free_data(struct mt7615_dev *dev) in mt7615_apply_cal_free_data() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | smc911x.c | 21 static void smc911x_handle_mac_address(struct eth_device *dev) in smc911x_handle_mac_address() 34 static int smc911x_eth_phy_read(struct eth_device *dev, in smc911x_eth_phy_read() 51 static int smc911x_eth_phy_write(struct eth_device *dev, in smc911x_eth_phy_write() 66 static int smc911x_phy_reset(struct eth_device *dev) in smc911x_phy_reset() 80 static void smc911x_phy_configure(struct eth_device *dev) in smc911x_phy_configure() 111 static void smc911x_enable(struct eth_device *dev) in smc911x_enable() 128 static int smc911x_init(struct eth_device *dev, bd_t * bd) in smc911x_init() 147 static int smc911x_send(struct eth_device *dev, void *packet, int length) in smc911x_send() 186 static void smc911x_halt(struct eth_device *dev) in smc911x_halt() 192 static int smc911x_rx(struct eth_device *dev) in smc911x_rx() [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 169 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank() 185 static u32 drm_max_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_max_vblank_count() 196 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe) in drm_vblank_no_hw_counter() 202 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe) in __get_vblank_counter() 231 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) in drm_reset_vblank_timestamp() 278 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count() 370 u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_vblank_count() 405 struct drm_device *dev = crtc->dev; in drm_crtc_accurate_vblank_count() local 425 static void __disable_vblank(struct drm_device *dev, unsigned int pipe) in __disable_vblank() 449 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) in drm_vblank_disable_and_save() [all …]
|
/openbmc/u-boot/drivers/core/ |
H A D | uclass.c | 107 struct udevice *dev; in uclass_destroy() local 174 int dev_get_uclass_index(struct udevice *dev, struct uclass **ucp) in dev_get_uclass_index() 198 struct udevice *dev; in uclass_find_device() local 237 struct udevice *dev = *devp; in uclass_find_next_device() local 252 struct udevice *dev; in uclass_find_device_by_name() local 276 struct udevice *dev; in uclass_find_next_free_req_seq() local 300 struct udevice *dev; in uclass_find_device_by_seq() local 329 struct udevice *dev; in uclass_find_device_by_of_offset() local 353 struct udevice *dev; in uclass_find_device_by_ofnode() local 384 struct udevice *dev; in uclass_find_device_by_phandle() local [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | rtl8225se.c | 75 static void rtl8187se_three_wire_io(struct ieee80211_hw *dev, u8 *data, in rtl8187se_three_wire_io() 132 static u32 rtl8187se_rf_readreg(struct ieee80211_hw *dev, u8 addr) in rtl8187se_rf_readreg() 139 static void rtl8187se_rf_writereg(struct ieee80211_hw *dev, u8 addr, u32 data) in rtl8187se_rf_writereg() 146 static void rtl8225se_write_zebra_agc(struct ieee80211_hw *dev) in rtl8225se_write_zebra_agc() 157 static void rtl8187se_write_ofdm_config(struct ieee80211_hw *dev) in rtl8187se_write_ofdm_config() 167 static void rtl8225sez2_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225sez2_rf_set_tx_power() 200 static void rtl8187se_write_rf_gain(struct ieee80211_hw *dev) in rtl8187se_write_rf_gain() 210 static void rtl8187se_write_initial_gain(struct ieee80211_hw *dev, in rtl8187se_write_initial_gain() 257 void rtl8225se_rf_init(struct ieee80211_hw *dev) in rtl8225se_rf_init() 388 void rtl8225se_rf_stop(struct ieee80211_hw *dev) in rtl8225se_rf_stop() [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-at91-core.c | 28 unsigned at91_twi_read(struct at91_twi_dev *dev, unsigned reg) in at91_twi_read() 33 void at91_twi_write(struct at91_twi_dev *dev, unsigned reg, unsigned val) in at91_twi_write() 38 void at91_disable_twi_interrupts(struct at91_twi_dev *dev) in at91_disable_twi_interrupts() 43 void at91_twi_irq_save(struct at91_twi_dev *dev) in at91_twi_irq_save() 49 void at91_twi_irq_restore(struct at91_twi_dev *dev) in at91_twi_irq_restore() 54 void at91_init_twi_bus(struct at91_twi_dev *dev) in at91_init_twi_bus() 198 struct at91_twi_dev *dev; in at91_twi_probe() local 272 struct at91_twi_dev *dev = platform_get_drvdata(pdev); in at91_twi_remove() local 281 static int __maybe_unused at91_twi_runtime_suspend(struct device *dev) in at91_twi_runtime_suspend() 292 static int __maybe_unused at91_twi_runtime_resume(struct device *dev) in at91_twi_runtime_resume() [all …]
|
/openbmc/linux/drivers/cxl/core/ |
H A D | pmem.c | 26 static void cxl_nvdimm_bridge_release(struct device *dev) in cxl_nvdimm_bridge_release() 45 struct cxl_nvdimm_bridge *to_cxl_nvdimm_bridge(struct device *dev) in to_cxl_nvdimm_bridge() 54 bool is_cxl_nvdimm_bridge(struct device *dev) in is_cxl_nvdimm_bridge() 60 static int match_nvdimm_bridge(struct device *dev, void *data) in match_nvdimm_bridge() 68 struct device *dev; in cxl_find_nvdimm_bridge() local 88 struct device *dev; in cxl_nvdimm_bridge_alloc() local 134 struct device *dev; in devm_cxl_add_nvdimm_bridge() local 165 static void cxl_nvdimm_release(struct device *dev) in cxl_nvdimm_release() 183 bool is_cxl_nvdimm(struct device *dev) in is_cxl_nvdimm() 189 struct cxl_nvdimm *to_cxl_nvdimm(struct device *dev) in to_cxl_nvdimm() [all …]
|
/openbmc/linux/sound/soc/intel/atom/sst/ |
H A D | sst_drv_interface.c | 35 #define GET_USAGE_COUNT(dev) (atomic_read(&dev->power.usage_count)) argument 37 #define GET_USAGE_COUNT(dev) 1 argument 132 static int sst_power_control(struct device *dev, bool state) in sst_power_control() 170 static int sst_open_pcm_stream(struct device *dev, in sst_open_pcm_stream() 188 static int sst_cdev_open(struct device *dev, in sst_cdev_open() 215 static int sst_cdev_close(struct device *dev, unsigned int str_id) in sst_cdev_close() 238 static int sst_cdev_ack(struct device *dev, unsigned int str_id, in sst_cdev_ack() 269 static int sst_cdev_set_metadata(struct device *dev, in sst_cdev_set_metadata() 291 static int sst_cdev_stream_pause(struct device *dev, unsigned int str_id) in sst_cdev_stream_pause() 298 static int sst_cdev_stream_pause_release(struct device *dev, in sst_cdev_stream_pause_release() [all …]
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 69 struct saa7146_format* saa7146_format_by_fourcc(struct saa7146_dev *dev, int fourcc) in saa7146_format_by_fourcc() 86 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf) in saa7146_pgtable_build() 182 static int video_begin(struct saa7146_dev *dev) in video_begin() 217 static void video_end(struct saa7146_dev *dev) in video_end() 256 struct saa7146_dev *dev = video_drvdata(file); in vidioc_querycap() local 277 struct saa7146_dev *dev = container_of(ctrl->handler, in saa7146_s_ctrl() local 329 struct saa7146_dev *dev = video_drvdata(file); in vidioc_g_parm() local 342 struct saa7146_dev *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local 351 struct saa7146_dev *dev = video_drvdata(file); in vidioc_g_fmt_vbi_cap() local 360 struct saa7146_dev *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap() local [all …]
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | sysfs.c | 12 static ssize_t clk_max_freq_mhz_show(struct device *dev, struct device_attribute *attr, char *buf) in clk_max_freq_mhz_show() 29 static ssize_t clk_max_freq_mhz_store(struct device *dev, struct device_attribute *attr, in clk_max_freq_mhz_store() 55 static ssize_t clk_cur_freq_mhz_show(struct device *dev, struct device_attribute *attr, char *buf) in clk_cur_freq_mhz_show() 79 static ssize_t vrm_ver_show(struct device *dev, struct device_attribute *attr, char *buf) in vrm_ver_show() 100 static ssize_t uboot_ver_show(struct device *dev, struct device_attribute *attr, in uboot_ver_show() 108 static ssize_t armcp_kernel_ver_show(struct device *dev, in armcp_kernel_ver_show() 116 static ssize_t armcp_ver_show(struct device *dev, struct device_attribute *attr, in armcp_ver_show() 124 static ssize_t cpld_ver_show(struct device *dev, struct device_attribute *attr, in cpld_ver_show() 133 static ssize_t cpucp_kernel_ver_show(struct device *dev, in cpucp_kernel_ver_show() 141 static ssize_t cpucp_ver_show(struct device *dev, struct device_attribute *attr, in cpucp_ver_show() [all …]
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | main.c | 56 static void qedr_ib_dispatch_event(struct qedr_dev *dev, u32 port_num, in qedr_ib_dispatch_event() 124 struct qedr_dev *dev = in hw_rev_show() local 134 struct qedr_dev *dev = in hca_type_show() local 166 static int qedr_iw_register_device(struct qedr_dev *dev) in qedr_iw_register_device() 185 static void qedr_roce_register_device(struct qedr_dev *dev) in qedr_roce_register_device() 241 static int qedr_register_device(struct qedr_dev *dev) in qedr_register_device() 271 static int qedr_alloc_mem_sb(struct qedr_dev *dev, in qedr_alloc_mem_sb() 296 static void qedr_free_mem_sb(struct qedr_dev *dev, in qedr_free_mem_sb() 307 static void qedr_free_resources(struct qedr_dev *dev) in qedr_free_resources() 324 static int qedr_alloc_resources(struct qedr_dev *dev) in qedr_alloc_resources() [all …]
|
/openbmc/linux/drivers/w1/ |
H A D | w1.c | 61 static int w1_master_probe(struct device *dev) in w1_master_probe() 66 static void w1_master_release(struct device *dev) in w1_master_release() 75 static void w1_slave_release(struct device *dev) in w1_slave_release() 85 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show() 93 static ssize_t id_show(struct device *dev, in id_show() 204 static ssize_t w1_master_attribute_show_name(struct device *dev, struct device_attribute *attr, cha… in w1_master_attribute_show_name() 216 static ssize_t w1_master_attribute_store_search(struct device * dev, in w1_master_attribute_store_search() 238 static ssize_t w1_master_attribute_show_search(struct device *dev, in w1_master_attribute_show_search() 252 static ssize_t w1_master_attribute_store_pullup(struct device *dev, in w1_master_attribute_store_pullup() 271 static ssize_t w1_master_attribute_show_pullup(struct device *dev, in w1_master_attribute_show_pullup() [all …]
|
/openbmc/linux/drivers/nvdimm/ |
H A D | bus.c | 31 static int to_nd_device_type(const struct device *dev) in to_nd_device_type() 45 static int nvdimm_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in nvdimm_bus_uevent() 51 static struct module *to_bus_provider(struct device *dev) in to_bus_provider() 77 static int nvdimm_bus_probe(struct device *dev) in nvdimm_bus_probe() 105 static void nvdimm_bus_remove(struct device *dev) in nvdimm_bus_remove() 119 static void nvdimm_bus_shutdown(struct device *dev) in nvdimm_bus_shutdown() 134 void nd_device_notify(struct device *dev, enum nvdimm_event event) in nd_device_notify() 164 static int nvdimm_clear_badblocks_region(struct device *dev, void *data) in nvdimm_clear_badblocks_region() 214 long nvdimm_clear_poison(struct device *dev, phys_addr_t phys, in nvdimm_clear_poison() 283 static void nvdimm_bus_release(struct device *dev) in nvdimm_bus_release() [all …]
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | tlan.c | 249 tlan_set_timer(struct net_device *dev, u32 ticks, u32 type) in tlan_set_timer() 302 struct net_device *dev = pci_get_drvdata(pdev); in tlan_remove_one() local 320 static void tlan_start(struct net_device *dev) in tlan_start() 331 static void tlan_stop(struct net_device *dev) in tlan_stop() 348 struct net_device *dev = dev_get_drvdata(dev_d); in tlan_suspend() local 360 struct net_device *dev = dev_get_drvdata(dev_d); in tlan_resume() local 446 struct net_device *dev; in tlan_probe1() local 603 struct net_device *dev; in tlan_eisa_cleanup() local 737 static void tlan_poll(struct net_device *dev) in tlan_poll() 760 static void tlan_get_drvinfo(struct net_device *dev, in tlan_get_drvinfo() [all …]
|
/openbmc/linux/kernel/irq/ |
H A D | msi.c | 58 static struct msi_desc *msi_alloc_desc(struct device *dev, int nvec, in msi_alloc_desc() 84 static int msi_insert_desc(struct device *dev, struct msi_desc *desc, in msi_insert_desc() 132 int msi_domain_insert_msi_desc(struct device *dev, unsigned int domid, in msi_domain_insert_msi_desc() 163 static bool msi_ctrl_valid(struct device *dev, struct msi_ctrl *ctrl) in msi_ctrl_valid() 180 static void msi_domain_free_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_free_descs() 209 void msi_domain_free_msi_descs_range(struct device *dev, unsigned int domid, in msi_domain_free_msi_descs_range() 228 static int msi_domain_add_simple_msi_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_add_simple_msi_descs() 269 static void msi_device_data_release(struct device *dev, void *res) in msi_device_data_release() 292 int msi_setup_device_data(struct device *dev) in msi_setup_device_data() 332 void msi_lock_descs(struct device *dev) in msi_lock_descs() [all …]
|
/openbmc/linux/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 320 static acpi_status tci_raw(struct toshiba_acpi_dev *dev, in tci_raw() 357 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in hci_write() 366 static u32 hci_read(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1) in hci_read() 384 static int sci_open(struct toshiba_acpi_dev *dev) in sci_open() 421 static void sci_close(struct toshiba_acpi_dev *dev) in sci_close() 440 static u32 sci_read(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1) in sci_read() 454 static u32 sci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in sci_write() 464 static void toshiba_illumination_available(struct toshiba_acpi_dev *dev) in toshiba_illumination_available() 491 struct toshiba_acpi_dev *dev = container_of(cdev, in toshiba_illumination_set() local 510 struct toshiba_acpi_dev *dev = container_of(cdev, in toshiba_illumination_get() local [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 88 struct drm_device *dev = arg; in msm_irq() local 97 static void msm_irq_preinstall(struct drm_device *dev) in msm_irq_preinstall() 107 static int msm_irq_postinstall(struct drm_device *dev) in msm_irq_postinstall() 120 static int msm_irq_install(struct drm_device *dev, unsigned int irq) in msm_irq_install() 146 static void msm_irq_uninstall(struct drm_device *dev) in msm_irq_uninstall() 198 static int msm_drm_uninit(struct device *dev) in msm_drm_uninit() 268 struct msm_gem_address_space *msm_kms_init_aspace(struct drm_device *dev) in msm_kms_init_aspace() 304 bool msm_use_mmu(struct drm_device *dev) in msm_use_mmu() 318 static int msm_init_vram(struct drm_device *dev) in msm_init_vram() 405 static int msm_drm_init(struct device *dev, const struct drm_driver *drv) in msm_drm_init() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 143 mt76x02_dfs_set_capture_mode_ctrl(struct mt76x02_dev *dev, u8 enable) in mt76x02_dfs_set_capture_mode_ctrl() 151 static void mt76x02_dfs_seq_pool_put(struct mt76x02_dev *dev, in mt76x02_dfs_seq_pool_put() 163 mt76x02_dfs_seq_pool_get(struct mt76x02_dev *dev) in mt76x02_dfs_seq_pool_get() 205 static void mt76x02_dfs_detector_reset(struct mt76x02_dev *dev) in mt76x02_dfs_detector_reset() 226 static bool mt76x02_dfs_check_chirp(struct mt76x02_dev *dev) in mt76x02_dfs_check_chirp() 247 static void mt76x02_dfs_get_hw_pulse(struct mt76x02_dev *dev, in mt76x02_dfs_get_hw_pulse() 267 static bool mt76x02_dfs_check_hw_pulse(struct mt76x02_dev *dev, in mt76x02_dfs_check_hw_pulse() 362 static bool mt76x02_dfs_fetch_event(struct mt76x02_dev *dev, in mt76x02_dfs_fetch_event() 389 static bool mt76x02_dfs_check_event(struct mt76x02_dev *dev, in mt76x02_dfs_check_event() 408 static void mt76x02_dfs_queue_event(struct mt76x02_dev *dev, in mt76x02_dfs_queue_event() [all …]
|