Home
last modified time | relevance | path

Searched defs:enum_index (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dsh_eth.c349 static void sh_eth_write(struct net_device *ndev, u32 data, int enum_index) in sh_eth_write()
360 static u32 sh_eth_read(struct net_device *ndev, int enum_index) in sh_eth_read()
371 static void sh_eth_modify(struct net_device *ndev, int enum_index, u32 clear, in sh_eth_modify()
378 static u16 sh_eth_tsu_get_offset(struct sh_eth_private *mdp, int enum_index) in sh_eth_tsu_get_offset()
384 int enum_index) in sh_eth_tsu_write()
394 static u32 sh_eth_tsu_read(struct sh_eth_private *mdp, int enum_index) in sh_eth_tsu_read()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Ddump.cpp144 void dump_enum(j2s_ctx *ctx, int enum_index) { in dump_enum()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A Dj2s.cpp111 static inline int j2s_enum_get_value(j2s_ctx* ctx, int enum_index, in j2s_enum_get_value()
133 static inline const char* j2s_enum_get_name(j2s_ctx* ctx, int enum_index, in j2s_enum_get_name()
155 static cJSON* _j2s_enum_to_json(j2s_ctx* ctx, int enum_index) in _j2s_enum_to_json()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp208 static inline int j2s_enum_get_value(j2s_ctx *ctx, int enum_index, in j2s_enum_get_value()
229 static inline const char *j2s_enum_get_name(j2s_ctx *ctx, int enum_index, in j2s_enum_get_name()
250 static cJSON *_j2s_enum_to_json(j2s_ctx *ctx, int enum_index) { in _j2s_enum_to_json()
H A Dj2s.h35 int16_t enum_index; /* For enum type only */ member
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.h658 int enum_index) in sh_eth_reg_addr()
673 int enum_index) in sh_eth_write()
679 int enum_index) in sh_eth_read()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A Dj2s.h34 int16_t enum_index; /* For enum type only */ member