Home
last modified time | relevance | path

Searched defs:offset (Results 11651 - 11675 of 17932) sorted by relevance

1...<<461462463464465466467468469470>>...718

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c245 qlcnic_sysfs_validate_crb(struct qlcnic_adapter *adapter, loff_t offset, size_t size) qlcnic_sysfs_validate_crb() argument
267 qlcnic_sysfs_read_crb(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_crb() argument
284 qlcnic_sysfs_write_crb(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_write_crb() argument
301 qlcnic_sysfs_validate_mem(struct qlcnic_adapter *adapter, loff_t offset, size_t size) qlcnic_sysfs_validate_mem() argument
313 qlcnic_sysfs_read_mem(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_mem() argument
335 qlcnic_sysfs_write_mem(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_write_mem() argument
398 qlcnic_sysfs_write_pm_config(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_write_pm_config() argument
448 qlcnic_sysfs_read_pm_config(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_pm_config() argument
541 qlcnic_sysfs_write_esw_config(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_write_esw_config() argument
625 qlcnic_sysfs_read_esw_config(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_esw_config() argument
677 qlcnic_sysfs_write_npar_config(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_write_npar_config() argument
724 qlcnic_sysfs_read_npar_config(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_npar_config() argument
771 qlcnic_sysfs_get_port_stats(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_get_port_stats() argument
806 qlcnic_sysfs_get_esw_stats(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_get_esw_stats() argument
841 qlcnic_sysfs_clear_esw_stats(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_clear_esw_stats() argument
870 qlcnic_sysfs_clear_port_stats(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_clear_port_stats() argument
900 qlcnic_sysfs_read_pci_config(struct file *file, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_sysfs_read_pci_config() argument
940 qlcnic_83xx_sysfs_flash_read_handler(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_83xx_sysfs_flash_read_handler() argument
984 qlcnic_83xx_sysfs_flash_bulk_write(struct qlcnic_adapter *adapter, char *buf, loff_t offset, size_t size) qlcnic_83xx_sysfs_flash_bulk_write() argument
1053 qlcnic_83xx_sysfs_flash_write(struct qlcnic_adapter *adapter, char *buf, loff_t offset, size_t size) qlcnic_83xx_sysfs_flash_write() argument
1117 qlcnic_83xx_sysfs_flash_write_handler(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t offset, size_t size) qlcnic_83xx_sysfs_flash_write_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c900 efx_mcdi_phy_get_module_eeprom_page(struct efx_nic *efx, unsigned int page, u8 *data, ssize_t offset, ssize_t space) efx_mcdi_phy_get_module_eeprom_page() argument
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcpcap-battery.c106 s16 offset; /* 9 bits */ member
236 cpcap_battery_cc_raw_div(struct cpcap_battery_ddata *ddata, s32 sample, s32 accumulator, s16 offset, u32 divider) cpcap_battery_cc_raw_div() argument
255 cpcap_battery_cc_to_uah(struct cpcap_battery_ddata *ddata, s32 sample, s32 accumulator, s16 offset) cpcap_battery_cc_to_uah() argument
264 cpcap_battery_cc_to_ua(struct cpcap_battery_ddata *ddata, s32 sample, s32 accumulator, s16 offset) cpcap_battery_cc_to_ua() argument
344 s16 offset; cpcap_battery_cc_get_avg_current() local
[all...]
H A Dcpcap-charger.c567 int offset; in cpcap_charger_voltage_to_regval() local
/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3-lpm.c917 int ps3_lpm_copy_tb(unsigned long offset, void *buf, unsigned long count, in ps3_lpm_copy_tb() argument
940 __func__, __LINE__, request, offset); in ps3_lpm_copy_tb() local
972 int ps3_lpm_copy_tb_to_user(unsigned long offset, void __user *buf, in ps3_lpm_copy_tb_to_user() argument
995 __func__, __LINE__, request, offset); ps3_lpm_copy_tb_to_user() local
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-tiehrpwm.c122 static inline u16 ehrpwm_read(void __iomem *base, unsigned int offset) in ehrpwm_read() argument
127 static inline void ehrpwm_write(void __iomem *base, unsigned int offset, in ehrpwm_write() argument
133 static void ehrpwm_modify(void __iomem *base, unsigned int offset, u16 mask, in ehrpwm_modify() argument
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtuner-xc2028.c1017 u32 div, offset = 0; in generic_set_freq() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c647 int offset, lencopy; in cx231xx_do_copy() local
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-video.c316 int linesdone, currlinedone, offset, lencopy, remain; in au0828_copy_video() local
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-core.c445 vivid_radio_read(struct file *file, char __user *buf, size_t size, loff_t *offset) vivid_radio_read() argument
455 vivid_radio_write(struct file *file, const char __user *buf, size_t size, loff_t *offset) vivid_radio_write() argument
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c272 int i = 0, offset; in lme2510_int_response() local
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1276 static bool rsi_map_rates(u16 rate, int *offset) in rsi_map_rates() argument
1944 u8 offset; in rsi_handle_ta_confirm_type() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c947 static zd_addr_t fw_reg_addr(struct zd_chip *chip, u16 offset) in fw_reg_addr() argument
H A Dzd_usb.c209 static u16 get_word(const void *data, u16 offset) in get_word() argument
230 int offset; in handle_version_mismatch() local
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbus.c941 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local
/kernel/linux/linux-5.10/drivers/pci/
H A Dmsi.c245 unsigned offset = data->irq - desc->irq; in msi_set_mask_bit() local
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dtxrx.c521 size_t offset = (size_t)t->skb->data & 3; in cw1200_tx_h_align() local
[all...]
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dnetback.c1121 unsigned int offset = skb_headlen(skb); xenvif_handle_frag_list() local
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dyenta_socket.c98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb() argument
106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw() argument
114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl() argument
122 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u argument
128 config_writew(struct yenta_socket *socket, unsigned offset, u16 val) config_writew() argument
134 config_writel(struct yenta_socket *socket, unsigned offset, u32 val) config_writel() argument
177 int offset = 0, i; show_yenta_registers() local
[all...]
H A Dvrc4171_card.c412 uint16_t start, stop, offset; in pccard_set_mem_map() local
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-imx6.c421 unsigned int offset; in imx6_pcie_enable_ref_clk() local
757 u8 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_EXP); in imx6_pcie_establish_link() local
1176 u8 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_MSI); imx6_pcie_probe() local
[all...]
H A Dpci-dra7xx.c103 static inline u32 dra7xx_pcie_readl(struct dra7xx_pcie *pcie, u32 offset) in dra7xx_pcie_readl() argument
108 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset, in dra7xx_pcie_writel() argument
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-altera.c159 altera_pcie_hide_rc_bar(struct pci_bus *bus, unsigned int devfn, int offset) altera_pcie_hide_rc_bar() argument
542 altera_read_cap_word(struct altera_pcie *pcie, u8 busno, unsigned int devfn, int offset, u16 *value) altera_read_cap_word() argument
556 altera_write_cap_word(struct altera_pcie *pcie, u8 busno, unsigned int devfn, int offset, u16 value) altera_write_cap_word() argument
H A Dpci-xgene.c145 static bool xgene_pcie_hide_rc_bars(struct pci_bus *bus, int offset) in xgene_pcie_hide_rc_bars() argument
154 xgene_pcie_map_bus(struct pci_bus *bus, unsigned int devfn, int offset) xgene_pcie_map_bus() argument
367 xgene_pcie_setup_ob_reg(struct xgene_pcie_port *port, struct resource *res, u32 offset, u64 cpu_addr, u64 pci_addr) xgene_pcie_setup_ob_reg() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c1044 mlxbf_tmfifo_virtio_get(struct virtio_device *vdev, unsigned int offset, void *buf, unsigned int len) mlxbf_tmfifo_virtio_get() argument
1058 mlxbf_tmfifo_virtio_set(struct virtio_device *vdev, unsigned int offset, const void *buf, unsigned int len) mlxbf_tmfifo_virtio_set() argument

Completed in 48 milliseconds

1...<<461462463464465466467468469470>>...718