/openbmc/linux/drivers/iio/dac/ |
H A D | ad8801.c | 32 static int ad8801_spi_write(struct ad8801_state *state, in ad8801_spi_write() 42 struct ad8801_state *state = iio_priv(indio_dev); in ad8801_write_raw() local 64 struct ad8801_state *state = iio_priv(indio_dev); in ad8801_read_raw() local 113 struct ad8801_state *state; in ad8801_probe() local 199 struct ad8801_state *state = iio_priv(indio_dev); in ad8801_remove() local
|
H A D | mcp4922.c | 52 static int mcp4922_spi_write(struct mcp4922_state *state, u8 addr, u32 val) in mcp4922_spi_write() 67 struct mcp4922_state *state = iio_priv(indio_dev); in mcp4922_read_raw() local 88 struct mcp4922_state *state = iio_priv(indio_dev); in mcp4922_write_raw() local 125 struct mcp4922_state *state; in mcp4922_probe() local 184 struct mcp4922_state *state; in mcp4922_remove() local
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_hash.c | 117 static int cc_map_result(struct device *dev, struct ahash_req_ctx *state, in cc_map_result() 135 static void cc_init_req(struct device *dev, struct ahash_req_ctx *state, in cc_init_req() 178 static int cc_map_req(struct device *dev, struct ahash_req_ctx *state, in cc_map_req() 243 static void cc_unmap_req(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_req() 269 static void cc_unmap_result(struct device *dev, struct ahash_req_ctx *state, in cc_unmap_result() 286 struct ahash_req_ctx *state = ahash_request_ctx_dma(req); in cc_update_complete() local 304 struct ahash_req_ctx *state = ahash_request_ctx_dma(req); in cc_digest_complete() local 324 struct ahash_req_ctx *state = ahash_request_ctx_dma(req); in cc_hash_complete() local 344 struct ahash_req_ctx *state = ahash_request_ctx_dma(req); in cc_fin_result() local 367 struct ahash_req_ctx *state = ahash_request_ctx_dma(req); in cc_fin_hmac() local [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto.c | 50 const struct nf_hook_state *state, in nf_l4proto_log_invalid() 75 const struct nf_hook_state *state, in nf_ct_l4proto_log_invalid() 124 static bool in_vrf_postrouting(const struct nf_hook_state *state) in in_vrf_postrouting() 136 const struct nf_hook_state *state) in nf_confirm() 205 const struct nf_hook_state *state) in ipv4_conntrack_in() 212 const struct nf_hook_state *state) in ipv4_conntrack_local() 380 const struct nf_hook_state *state) in ipv6_conntrack_in() 387 const struct nf_hook_state *state) in ipv6_conntrack_local()
|
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 50 struct drm_atomic_state *state) in ipu_crtc_atomic_enable() 82 struct drm_atomic_state *state) in ipu_crtc_atomic_disable() 112 struct imx_crtc_state *state; in imx_drm_crtc_reset() local 127 struct imx_crtc_state *state; in imx_drm_crtc_duplicate_state() local 142 struct drm_crtc_state *state) in imx_drm_crtc_destroy_state() 229 struct drm_atomic_state *state) in ipu_crtc_atomic_check() 242 struct drm_atomic_state *state) in ipu_crtc_atomic_begin() 248 struct drm_atomic_state *state) in ipu_crtc_atomic_flush()
|
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_params.c | 175 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_configure() local 200 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_state_cleanup() local 229 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_state_update() local 264 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_state_complete() local 332 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_buffer_queue() local 351 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_start_streaming() local 370 struct sun6i_isp_params_state *state = &isp_dev->params.state; in sun6i_isp_params_stop_streaming() local 460 struct sun6i_isp_params_state *state = ¶ms->state; in sun6i_isp_params_setup() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 349 struct stv0900_state *state = fe->demodulator_priv; in stv0900_i2c_gate_ctrl() local 641 struct stv0900_state *state = fe->demodulator_priv; in stv0900_read_signal_strength() local 661 struct stv0900_state *state = fe->demodulator_priv; in stv0900_carr_get_quality() local 727 struct stv0900_state *state = fe->demodulator_priv; in stv0900_read_ucblocks() local 817 struct stv0900_state *state = fe->demodulator_priv; in stv0900_read_ber() local 1334 struct stv0900_state *state = fe->demodulator_priv; in stv0900_init_internal() local 1564 struct stv0900_state *state = fe->demodulator_priv; in stv0900_search() local 1642 struct stv0900_state *state = fe->demodulator_priv; in stv0900_read_status() local 1667 struct stv0900_state *state = fe->demodulator_priv; in stv0900_stop_ts() local 1681 struct stv0900_state *state = fe->demodulator_priv; in stv0900_diseqc_init() local [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | blake2s.c | 19 static inline void blake2s_set_lastblock(struct blake2s_state *state) in blake2s_set_lastblock() 24 void blake2s_update(struct blake2s_state *state, const u8 *in, size_t inlen) in blake2s_update() 48 void blake2s_final(struct blake2s_state *state, u8 *out) in blake2s_final()
|
/openbmc/u-boot/board/corscience/tricorder/ |
H A D | led.c | 17 void __led_init(led_id_t mask, int state) in __led_init() 44 int state; in __led_toggle() local 51 void __led_set(led_id_t mask, int state) in __led_set()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
H A D | isys_stream2mmio_private.h | 45 stream2mmio_state_t *state) in stream2mmio_get_state() 65 stream2mmio_sid_state_t *state) in stream2mmio_get_sid_state() 94 stream2mmio_sid_state_t *state) in stream2mmio_print_sid_state() 111 stream2mmio_state_t *state) in stream2mmio_dump_state()
|
H A D | csi_rx_private.h | 121 csi_rx_fe_ctrl_state_t *state) in csi_rx_fe_ctrl_get_state() 160 csi_rx_fe_ctrl_state_t *state) in csi_rx_fe_ctrl_dump_state() 198 csi_rx_be_ctrl_state_t *state) in csi_rx_be_ctrl_get_state() 261 csi_rx_be_ctrl_state_t *state) in csi_rx_be_ctrl_dump_state()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 33 struct pp_power_state *state; in psm_init_power_state_table() local 127 struct pp_power_state *state; in psm_get_ui_state() local 148 struct pp_power_state *state; in psm_get_state_by_classification() local 167 struct pp_power_state *state; in psm_set_states() local 217 struct pp_power_state **state) in psm_set_user_performance_state()
|
/openbmc/linux/drivers/gpu/drm/lib/ |
H A D | drm_random.c | 10 u32 drm_prandom_u32_max_state(u32 ep_ro, struct rnd_state *state) in drm_prandom_u32_max_state() 17 struct rnd_state *state) in drm_random_reorder() 29 unsigned int *drm_random_order(unsigned int count, struct rnd_state *state) in drm_random_order()
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cimax2.c | 170 struct netup_ci_state *state = en50221->data; in netup_ci_op_cam() local 264 struct netup_ci_state *state = en50221->data; in netup_ci_slot_reset() local 299 struct netup_ci_state *state = en50221->data; in netup_ci_set_irq() local 320 struct netup_ci_state *state = en50221->data; in netup_ci_slot_ts_ctl() local 337 struct netup_ci_state *state = in netup_read_ci_status() local 374 struct netup_ci_state *state = NULL; in netup_ci_slot_status() local 401 struct netup_ci_state *state = en50221->data; in netup_poll_ci_slot_status() local 414 struct netup_ci_state *state; in netup_ci_init() local 519 struct netup_ci_state *state; in netup_ci_exit() local
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 225 static int pmic_gpio_read(struct pmic_gpio_state *state, in pmic_gpio_read() 240 static int pmic_gpio_write(struct pmic_gpio_state *state, in pmic_gpio_write() 305 struct pmic_gpio_state *state = pinctrl_dev_get_drvdata(pctldev); in pmic_gpio_set_mux() local 479 struct pmic_gpio_state *state = pinctrl_dev_get_drvdata(pctldev); in pmic_gpio_config_set() local 658 struct pmic_gpio_state *state = pinctrl_dev_get_drvdata(pctldev); in pmic_gpio_config_dbg_show() local 725 struct pmic_gpio_state *state = gpiochip_get_data(chip); in pmic_gpio_direction_input() local 736 struct pmic_gpio_state *state = gpiochip_get_data(chip); in pmic_gpio_direction_output() local 746 struct pmic_gpio_state *state = gpiochip_get_data(chip); in pmic_gpio_get() local 768 struct pmic_gpio_state *state = gpiochip_get_data(chip); in pmic_gpio_set() local 791 struct pmic_gpio_state *state = gpiochip_get_data(chip); in pmic_gpio_dbg_show() local [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 58 struct drm_plane_state *state = &exynos_state->base; in exynos_plane_mode_set() local 178 struct exynos_drm_plane_state *state) in exynos_drm_plane_check_format() 202 struct exynos_drm_plane_state *state) in exynos_drm_plane_check_size() 232 struct drm_atomic_state *state) in exynos_plane_atomic_check() 256 struct drm_atomic_state *state) in exynos_plane_atomic_update() 271 struct drm_atomic_state *state) in exynos_plane_atomic_disable()
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | cfag12864b.c | 78 static void cfag12864b_setbit(unsigned char state, unsigned char n) in cfag12864b_setbit() 86 static void cfag12864b_e(unsigned char state) in cfag12864b_e() 92 static void cfag12864b_cs1(unsigned char state) in cfag12864b_cs1() 97 static void cfag12864b_cs2(unsigned char state) in cfag12864b_cs2() 102 static void cfag12864b_di(unsigned char state) in cfag12864b_di() 129 static void cfag12864b_displaystate(unsigned char state) in cfag12864b_displaystate()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dswstate.c | 42 union acpi_generic_state *state; in acpi_ds_result_pop() local 115 union acpi_generic_state *state; in acpi_ds_result_push() local 185 union acpi_generic_state *state; in acpi_ds_result_stack_push() local 230 union acpi_generic_state *state; in acpi_ds_result_stack_pop() local 677 union acpi_generic_state *state; in acpi_ds_delete_walk_state() local
|
/openbmc/u-boot/drivers/misc/ |
H A D | pca9551_led.c | 39 static int pca9551_led_get_state(int led, int *state) in pca9551_led_get_state() 63 static int pca9551_led_set_state(int led, int state) in pca9551_led_set_state() 120 void __led_init(led_id_t id, int state) in __led_init() 124 void __led_set(led_id_t mask, int state) in __led_set() 134 int state = 0; in __led_toggle() local
|
/openbmc/linux/lib/xz/ |
H A D | xz_lzma2.h | 64 static inline void lzma_state_literal(enum lzma_state *state) in lzma_state_literal() 75 static inline void lzma_state_match(enum lzma_state *state) in lzma_state_match() 81 static inline void lzma_state_long_rep(enum lzma_state *state) in lzma_state_long_rep() 87 static inline void lzma_state_short_rep(enum lzma_state *state) in lzma_state_short_rep() 93 static inline bool lzma_state_is_literal(enum lzma_state state) in lzma_state_is_literal()
|
/openbmc/linux/crypto/ |
H A D | nhpoly1305.c | 76 static void process_nh_hash_value(struct nhpoly1305_state *state, in process_nh_hash_value() 92 static void nhpoly1305_units(struct nhpoly1305_state *state, in nhpoly1305_units() 146 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_init() local 159 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_update_helper() local 200 struct nhpoly1305_state *state = shash_desc_ctx(desc); in crypto_nhpoly1305_final_helper() local
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_crtc.c | 49 struct drm_atomic_state *state) in sun4i_crtc_atomic_check() 64 struct drm_atomic_state *state) in sun4i_crtc_atomic_begin() 87 struct drm_atomic_state *state) in sun4i_crtc_atomic_flush() 109 struct drm_atomic_state *state) in sun4i_crtc_atomic_disable() 130 struct drm_atomic_state *state) in sun4i_crtc_atomic_enable()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | cpu.c | 44 struct sandbox_state *state = state_get_current(); in __udelay() local 95 struct sandbox_state *state; in phys_to_virt() local 125 struct sandbox_state *state = state_get_current(); in find_tag() local 207 struct sandbox_state *state = state_get_current(); in map_to_sysmem() local 243 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file() local
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-i2c.c | 44 static void cx8800_bit_setscl(void *data, int state) in cx8800_bit_setscl() 56 static void cx8800_bit_setsda(void *data, int state) in cx8800_bit_setsda() 71 u32 state; in cx8800_bit_getscl() local 80 u32 state; in cx8800_bit_getsda() local
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 38 bool is_omap_plane_dual_overlay(struct drm_plane_state *state) in is_omap_plane_dual_overlay() 64 struct drm_atomic_state *state) in omap_plane_atomic_update() 169 struct drm_atomic_state *state) in omap_plane_atomic_disable() 201 struct drm_atomic_state *state) in omap_plane_atomic_check() 422 struct omap_plane_state *state, *current_state; in omap_plane_atomic_duplicate_state() local 442 const struct drm_plane_state *state) in omap_plane_atomic_print_state() 461 struct drm_plane_state *state, in omap_plane_atomic_set_property() 476 const struct drm_plane_state *state, in omap_plane_atomic_get_property()
|