Home
last modified time | relevance | path

Searched defs:offset (Results 201 – 225 of 4769) sorted by relevance

12345678910>>...191

/linux/drivers/tty/serial/8250/
H A D8250_ce4100.c19 static unsigned int mem_serial_in(struct uart_port *p, int offset) in mem_serial_in()
34 static u32 ce4100_mem_serial_in(struct uart_port *p, unsigned int offset) in ce4100_mem_serial_in()
56 static void ce4100_mem_serial_out(struct uart_port *p, unsigned int offset, u32 value) in ce4100_mem_serial_out()
H A D8250_ingenic.c44 static uint8_t early_in(struct uart_port *port, int offset) in early_in()
49 static void early_out(struct uart_port *port, int offset, uint8_t value) in early_out()
76 int offset; in ingenic_early_console_setup_clock() local
171 static void ingenic_uart_serial_out(struct uart_port *p, unsigned int offset, u32 value) in ingenic_uart_serial_out()
209 static u32 ingenic_uart_serial_in(struct uart_port *p, unsigned int offset) in ingenic_uart_serial_in()
/linux/drivers/staging/fbtft/
H A Dfbtft-bus.c121 int fbtft_write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus8()
172 int fbtft_write_vmem16_bus9(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus9()
217 int fbtft_write_vmem8_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem8_bus8()
225 int fbtft_write_vmem16_bus16(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus16()
/linux/sound/soc/sof/
H A Diomem-utils.c54 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write()
63 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read()
77 u32 offset, void *src, size_t size) in sof_block_write()
116 u32 offset, void *dest, size_t size) in sof_block_read()
/linux/fs/verity/
H A Dread_metadata.c18 void __user *buf, u64 offset, int length) in fsverity_read_merkle_tree()
82 static int fsverity_read_buffer(void __user *dst, u64 offset, int length, in fsverity_read_buffer()
99 void __user *buf, u64 offset, int length) in fsverity_read_descriptor()
120 void __user *buf, u64 offset, int length) in fsverity_read_signature()
/linux/drivers/gpio/
H A Dgpio-logicvc.c29 static void logicvc_gpio_offset(struct logicvc_gpio *logicvc, unsigned offset, in logicvc_gpio_offset()
49 static int logicvc_gpio_get(struct gpio_chip *chip, unsigned offset) in logicvc_gpio_get()
64 static int logicvc_gpio_set(struct gpio_chip *chip, unsigned int offset, in logicvc_gpio_set()
76 unsigned offset, int value) in logicvc_gpio_direction_output()
H A Dgpio-rcar.c223 unsigned int offset, irqs_handled = 0; in gpio_rcar_irq_handler() local
267 static int gpio_rcar_request(struct gpio_chip *chip, unsigned offset) in gpio_rcar_request()
285 static void gpio_rcar_free(struct gpio_chip *chip, unsigned offset) in gpio_rcar_free()
300 static int gpio_rcar_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_rcar_get_direction()
310 static int gpio_rcar_direction_input(struct gpio_chip *chip, unsigned offset) in gpio_rcar_direction_input()
316 static int gpio_rcar_get(struct gpio_chip *chip, unsigned offset) in gpio_rcar_get()
359 static int gpio_rcar_set(struct gpio_chip *chip, unsigned int offset, int value) in gpio_rcar_set()
389 static int gpio_rcar_direction_output(struct gpio_chip *chip, unsigned offset, in gpio_rcar_direction_output()
617 unsigned int offset; in gpio_rcar_resume() local
H A Dgpio-dln2.c150 static int dln2_gpio_request(struct gpio_chip *chip, unsigned offset) in dln2_gpio_request()
191 static void dln2_gpio_free(struct gpio_chip *chip, unsigned offset) in dln2_gpio_free()
198 static int dln2_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in dln2_gpio_get_direction()
208 static int dln2_gpio_get(struct gpio_chip *chip, unsigned int offset) in dln2_gpio_get()
223 static int dln2_gpio_set(struct gpio_chip *chip, unsigned int offset, in dln2_gpio_set()
231 static int dln2_gpio_set_direction(struct gpio_chip *chip, unsigned offset, in dln2_gpio_set_direction()
254 static int dln2_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in dln2_gpio_direction_input()
259 static int dln2_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in dln2_gpio_direction_output()
272 static int dln2_gpio_set_config(struct gpio_chip *chip, unsigned offset, in dln2_gpio_set_config()
H A Dgpio-spear-spics.c54 static int spics_set_value(struct gpio_chip *chip, unsigned int offset, in spics_set_value()
76 static int spics_direction_output(struct gpio_chip *chip, unsigned offset, in spics_direction_output()
82 static int spics_request(struct gpio_chip *chip, unsigned offset) in spics_request()
97 static void spics_free(struct gpio_chip *chip, unsigned offset) in spics_free()
H A Dgpio-sa1100.c40 static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) in sa1100_gpio_get()
46 static int sa1100_gpio_set(struct gpio_chip *chip, unsigned int offset, in sa1100_gpio_set()
56 static int sa1100_get_direction(struct gpio_chip *chip, unsigned offset) in sa1100_get_direction()
66 static int sa1100_direction_input(struct gpio_chip *chip, unsigned offset) in sa1100_direction_input()
78 static int sa1100_direction_output(struct gpio_chip *chip, unsigned offset, int value) in sa1100_direction_output()
91 static int sa1100_to_irq(struct gpio_chip *chip, unsigned offset) in sa1100_to_irq()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c42 u16 offset = 0; in i40e_parse_ieee_etscfg_tlv() local
107 u16 offset = 0; in i40e_parse_ieee_etsrec_tlv() local
184 u16 offset = 0; in i40e_parse_ieee_app_tlv() local
270 u16 offset = 0; in i40e_parse_cee_pgcfg_tlv() local
343 u16 length, typelength, offset = 0; in i40e_parse_cee_app_tlv() local
483 u16 offset = 0; in i40e_lldp_to_dcb_config() local
844 u8 offset = 0; in i40e_init_dcb() local
953 u16 offset = 0, typelength, i; in i40e_add_ieee_ets_tlv() local
1027 u16 offset = 0, typelength, i; in i40e_add_ieee_etsrec_tlv() local
1128 u16 typelength, length, offset = 0; in i40e_add_ieee_app_pri_tlv() local
[all …]
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi_regs.h163 unsigned int offset; member
173 #define VC4_HD_REG(reg, offset) _VC4_REG(VC4_HD, reg, offset) argument
174 #define VC4_HDMI_REG(reg, offset) _VC4_REG(VC4_HDMI, reg, offset) argument
175 #define VC5_CEC_REG(reg, offset) _VC4_REG(VC5_CEC, reg, offset) argument
176 #define VC5_CSC_REG(reg, offset) _VC4_REG(VC5_CSC, reg, offset) argument
177 #define VC5_DVP_REG(reg, offset) _VC4_REG(VC5_DVP, reg, offset) argument
178 #define VC5_PHY_REG(reg, offset) _VC4_REG(VC5_PHY, reg, offset) argument
179 #define VC5_RAM_REG(reg, offset) _VC4_REG(VC5_RAM, reg, offset) argument
180 #define VC5_RM_REG(reg, offset) _VC4_REG(VC5_RM, reg, offset) argument
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c14 static int dpaa2_dbg_cpu_show(struct seq_file *file, void *offset) in dpaa2_dbg_cpu_show()
59 static int dpaa2_dbg_fqs_show(struct seq_file *file, void *offset) in dpaa2_dbg_fqs_show()
94 static int dpaa2_dbg_ch_show(struct seq_file *file, void *offset) in dpaa2_dbg_ch_show()
122 static int dpaa2_dbg_bp_show(struct seq_file *file, void *offset) in dpaa2_dbg_bp_show()
/linux/include/linux/bcma/
H A Dbcma.h367 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
371 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
375 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
380 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
385 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
390 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
396 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
402 u16 offset, u8 reg_width) in bcma_block_write()
407 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
412 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
[all …]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c222 int offset, i; in sja1105_l2_forwarding_params_entry_packing() local
236 int offset, i; in sja1110_l2_forwarding_params_entry_packing() local
250 int offset, i; in sja1105_l2_forwarding_entry_packing() local
266 int offset, i; in sja1110_l2_forwarding_entry_packing() local
303 int offset, i; in sja1105pqrs_l2_lookup_params_entry_packing() local
325 int offset, i; in sja1110_l2_lookup_params_entry_packing() local
447 int offset, i; in sja1105et_mac_config_entry_packing() local
481 int offset, i; in sja1105pqrs_mac_config_entry_packing() local
515 int offset, i; in sja1110_mac_config_entry_packing() local
587 int offset, i; in sja1105_schedule_params_entry_packing() local
[all …]
/linux/sound/soc/intel/avs/
H A Dtopology.c21 #define avs_tplg_vendor_array_at(array, offset) \ argument
37 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup() argument
73 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup_next() argument
126 u32 offset; global() member
131 avs_parse_uuid_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_uuid_token() argument
142 avs_parse_bool_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_bool_token() argument
153 avs_parse_byte_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_byte_token() argument
164 avs_parse_short_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_short_token() argument
175 avs_parse_word_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_word_token() argument
186 avs_parse_string_token(struct snd_soc_component * comp,void * elem,void * object,u32 offset) avs_parse_string_token() argument
355 parse_audio_format_bitfield(struct snd_soc_component * comp,void * elem,void * object,u32 offset) parse_audio_format_bitfield() argument
398 parse_link_formatted_string(struct snd_soc_component * comp,void * elem,void * object,u32 offset) parse_link_formatted_string() argument
1288 u32 modblk_size, offset; avs_tplg_pipeline_create() local
1397 u32 offset; avs_tplg_path_create() local
1464 u32 offset; parse_path_template() local
1772 u32 offset; avs_manifest() local
[all...]
/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c117 int intel_vgpu_emulate_cfg_read(struct intel_vgpu *vgpu, unsigned int offset, in intel_vgpu_emulate_cfg_read()
146 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write()
168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write()
181 static void emulate_pci_bar_write(struct intel_vgpu *vgpu, unsigned int offset, in emulate_pci_bar_write()
256 int intel_vgpu_emulate_cfg_write(struct intel_vgpu *vgpu, unsigned int offset, in intel_vgpu_emulate_cfg_write()
/linux/scripts/gdb/linux/
H A Dutils.py122 def read_u16(buffer, offset): argument
139 def read_u32(buffer, offset): argument
146 def read_u64(buffer, offset): argument
153 def read_ulong(buffer, offset): argument
162 def read_atomic_long(buffer, offset): argument
/linux/arch/arm/common/
H A Dscoop.c54 unsigned offset, int value) in __scoop_gpio_set()
66 static int scoop_gpio_set(struct gpio_chip *chip, unsigned int offset, in scoop_gpio_set()
81 static int scoop_gpio_get(struct gpio_chip *chip, unsigned offset) in scoop_gpio_get()
90 unsigned offset) in scoop_gpio_direction_input()
108 unsigned offset, int value) in scoop_gpio_direction_output()
/linux/drivers/gpu/drm/radeon/
H A Devergreen_hdmi.c69 void evergreen_hdmi_update_acr(struct drm_encoder *encoder, long offset, in evergreen_hdmi_update_acr()
210 void evergreen_set_avi_packet(struct radeon_device *rdev, u32 offset, in evergreen_set_avi_packet()
308 void dce4_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_vbi_packet()
319 void dce4_hdmi_set_color_depth(struct drm_encoder *encoder, u32 offset, int bpc) in dce4_hdmi_set_color_depth()
356 void dce4_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_audio_packet()
391 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce4_set_mute()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c572 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pctrl_readl()
579 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel()
589 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg()
601 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl()
606 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel()
621 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked()
627 unsigned int offset) in chv_pin_dbg_show()
719 unsigned int offset) in chv_gpio_clear_triggering()
742 unsigned int offset) in chv_gpio_request_enable()
792 unsigned int offset) in chv_gpio_disable_free()
[all …]
/linux/lib/
H A Dxarray.c86 unsigned int offset, xa_mark_t mark) in node_get_mark()
92 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark()
99 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark()
156 static void xas_move_index(struct xa_state *xas, unsigned long offset) in xas_move_index()
207 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() local
533 unsigned int offset = 0; in xas_free_nodes() local
671 unsigned int offset = xas->xa_offset; in xas_create() local
787 unsigned int offset, max; in xas_store() local
887 unsigned int offset = xas->xa_offset; in xas_set_mark() local
916 unsigned int offset = xas->xa_offset; in xas_clear_mark() local
[all …]
/linux/net/netfilter/
H A Dnft_payload.c43 nft_payload_copy_vlan(u32 *d, const struct sk_buff *skb, u16 offset, u8 len) in nft_payload_copy_vlan() argument
96 u32 offset in __nft_payload_inner_offset() local
148 nft_payload_need_vlan_adjust(u32 offset,u32 len) nft_payload_need_vlan_adjust() argument
166 int offset; nft_payload_eval() local
602 int offset; nft_payload_inner_eval() local
732 nft_payload_csum_sctp(struct sk_buff * skb,int offset) nft_payload_csum_sctp() argument
800 u8 offset; global() member
815 nft_payload_set_vlan(const u32 * src,struct sk_buff * skb,u8 offset,u8 len,int * vlan_hlen) nft_payload_set_vlan() argument
860 int offset, csum_offset, vlan_hlen = 0; nft_payload_set_eval() local
1044 unsigned int offset, len; nft_payload_select_ops() local
[all...]
/linux/drivers/reset/amlogic/
H A Dreset-meson-common.c25 unsigned int *offset, in meson_reset_offset_and_bit()
39 unsigned int offset, bit; in meson_reset_reset() local
52 unsigned int offset, bit; in meson_reset_level() local
67 unsigned int val, offset, bit; in meson_reset_status() local
/linux/arch/x86/kernel/
H A Dcrash_dump_64.c16 size_t csize, unsigned long offset, in __copy_oldmem_page()
39 unsigned long offset) in copy_oldmem_page()
50 size_t csize, unsigned long offset) in copy_oldmem_page_encrypted()

12345678910>>...191