| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 317 static int enter_pcba_test_mode(char *msg, char *test_flag) in enter_pcba_test_mode() 548 static int query_test_result(PCBA_SINGLE_PARA *recv_paras, char *msg, char *result, int *err_code) in query_test_result() 635 static void tcp_command_fill(PCBA_COMMAND_PARA *cmd_paras, char *status, char *msg, in tcp_command_fill() 724 char *msg, char *result, int err_code) in tcp_command_send() 817 char msg[COMMAND_VALUESIZE] = {0}; in tcp_command_process() local
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga3_reg_info.c | 19 static void RGA3_set_reg_win0_info(u8 *base, struct rga3_req *msg) in RGA3_set_reg_win0_info() 402 static void RGA3_set_reg_win1_info(u8 *base, struct rga3_req *msg) in RGA3_set_reg_win1_info() 778 static void RGA3_set_reg_wr_info(u8 *base, struct rga3_req *msg) in RGA3_set_reg_wr_info() 1018 static void RGA3_set_reg_overlap_info(u8 *base, struct rga3_req *msg) in RGA3_set_reg_overlap_info() 1331 static int rga3_gen_reg_info(u8 *base, struct rga3_req *msg) in rga3_gen_reg_info()
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 45 uint64_t msg; member 112 static void serial_in(struct fsi_master_gpio *master, struct fsi_gpio_msg *msg, in serial_in() 133 uint64_t msg = ~cmd->msg; /* Data is active low */ in serial_out() local 162 static void msg_push_bits(struct fsi_gpio_msg *msg, uint64_t data, int bits) in msg_push_bits() 169 static void msg_push_crc(struct fsi_gpio_msg *msg) in msg_push_crc() 337 struct fsi_gpio_msg msg; in read_one_response() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | cdefs.h | 140 # define __warnattr(msg) __attribute__((__warning__ (msg))) argument 141 # define __errordecl(name, msg) \ argument 144 # define __warnattr(msg) argument 145 # define __errordecl(name, msg) extern void name (void) argument 271 # define __attribute_deprecated_msg__(msg) \ argument 274 # define __attribute_deprecated_msg__(msg) __attribute_deprecated__ argument 541 # define __glibc_macro_warning(msg) argument
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | bcm.c | 854 static int bcm_tx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_tx_setup() 1029 static int bcm_rx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_rx_setup() 1240 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send() 1285 static int bcm_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in bcm_sendmsg() 1400 static void bcm_notify(struct bcm_sock *bo, unsigned long msg, in bcm_notify() 1445 static int bcm_notifier(struct notifier_block *nb, unsigned long msg, in bcm_notifier() 1640 static int bcm_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in bcm_recvmsg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | cdefs.h | 140 # define __warnattr(msg) __attribute__((__warning__ (msg))) argument 141 # define __errordecl(name, msg) \ argument 144 # define __warnattr(msg) argument 145 # define __errordecl(name, msg) extern void name (void) argument 271 # define __attribute_deprecated_msg__(msg) \ argument 274 # define __attribute_deprecated_msg__(msg) __attribute_deprecated__ argument 541 # define __glibc_macro_warning(msg) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110.c | 1408 u8 msg[2] = { reg, val }; in i2c_writereg() local 1543 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; in alps_bsrv2_tuner_set_params() local 1586 struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdbe2_tuner_set_params() local 1618 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_451_tuner_set_params() local 1646 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in philips_cd1516_tuner_set_params() local 1677 struct i2c_msg msg = { .addr = 0x60, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdlb7_tuner_set_params() local 1815 struct i2c_msg msg = { .addr = 0x63, .flags = 0, .buf = data, .len = sizeof(data) }; in nexusca_stv0297_tuner_set_params() local 1872 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_401_tuner_set_params() local 2081 struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, in read_pwm() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/ |
| H A D | saa7164-bus.c | 120 int saa7164_bus_set(struct saa7164_dev *dev, struct tmComResInfo* msg, in saa7164_bus_set() 305 int saa7164_bus_get(struct saa7164_dev *dev, struct tmComResInfo* msg, in saa7164_bus_get()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_vbc.c | 24 struct cros_ec_command *msg; in vboot_context_read() local 64 struct cros_ec_command *msg; in vboot_context_write() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_msg.c | 69 struct enetc_msg_swbd *msg; in enetc_msg_alloc_mbx() local 97 struct enetc_msg_swbd *msg; in enetc_msg_free_mbx() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.c | 294 struct fsm_msg *msg; in fsm_dequeue_msg() local 327 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head) in phl_fsm_enqueue_ext() 349 struct fsm_msg *msg; in phl_fsm_dequeue_ext() local 407 struct fsm_msg *msg; in fsm_remove_all_queuing_msg() local 564 struct fsm_msg *msg = NULL; in phl_fsm_new_msg() local 592 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg) in phl_fsm_sent_msg() 614 struct fsm_msg *msg = NULL; in fsm_new_timer_msg() local 631 struct fsm_msg *msg; in fsm_post_message() local 1197 struct fsm_msg *msg; in fsm_user_evt_handler() local 1291 struct fsm_msg *msg; in phl_fsm_cancel_obj() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.c | 294 struct fsm_msg *msg; in fsm_dequeue_msg() local 327 int phl_fsm_enqueue_ext(struct fsm_main *fsm, struct fsm_msg *msg, u8 to_head) in phl_fsm_enqueue_ext() 349 struct fsm_msg *msg; in phl_fsm_dequeue_ext() local 407 struct fsm_msg *msg; in fsm_remove_all_queuing_msg() local 564 struct fsm_msg *msg = NULL; in phl_fsm_new_msg() local 592 enum rtw_phl_status phl_fsm_sent_msg(struct fsm_obj *obj, struct fsm_msg *msg) in phl_fsm_sent_msg() 614 struct fsm_msg *msg = NULL; in fsm_new_timer_msg() local 631 struct fsm_msg *msg; in fsm_post_message() local 1197 struct fsm_msg *msg; in fsm_user_evt_handler() local 1291 struct fsm_msg *msg; in phl_fsm_cancel_obj() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_ioc.c | 2318 union bfi_ioc_i2h_msg_u *msg; in bfa_ioc_isr() local 3279 bfa_ablk_isr(void *cbarg, struct bfi_mbmsg_s *msg) in bfa_ablk_isr() 3791 bfa_sfp_scn(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_scn() 3835 bfa_sfp_show_comp(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_show_comp() 3985 bfa_sfp_intr(void *sfparg, struct bfi_mbmsg_s *msg) in bfa_sfp_intr() 4245 struct bfi_flash_query_req_s *msg = in bfa_flash_query_send() local 4263 struct bfi_flash_write_req_s *msg = in bfa_flash_write_send() local 4296 struct bfi_flash_read_req_s *msg = in bfa_flash_read_send() local 4321 struct bfi_flash_erase_req_s *msg = in bfa_flash_erase_send() local 4338 bfa_flash_intr(void *flasharg, struct bfi_mbmsg_s *msg) in bfa_flash_intr() [all …]
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | rsa.h | 126 uint8_t *msg, int msg_len, in padding_pkcs_15_verify() 134 uint8_t *msg, int msg_len, in padding_pss_verify()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | tua6100.c | 44 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; in tua6100_sleep() local 165 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, in tua6100_attach() local
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_q6v5.c | 58 char *msg; in q6v5_wdog_interrupt() local 81 char *msg; in q6v5_fatal_interrupt() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_tx.c | 58 struct msghdr msg; in vhci_send_cmd_submit() local 191 struct msghdr msg; in vhci_send_cmd_unlink() local
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runcmd.py | 19 def info(self, msg): argument 22 def error(self, msg): argument
|
| /OK3568_Linux_fs/kernel/drivers/firmware/imx/ |
| H A D | imx-scu-soc.c | 36 struct imx_sc_msg_misc_get_soc_uid msg; in imx_scu_soc_uid() local 60 struct imx_sc_msg_misc_get_soc_id msg; in imx_scu_soc_id() local
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_clc.c | 343 struct msghdr msg = {NULL, 0}; in smc_clc_wait_msg() local 450 struct msghdr msg; in smc_clc_send_decline() local 494 struct msghdr msg; in smc_clc_send_proposal() local 646 struct msghdr msg; in smc_clc_send_confirm_accept() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_cdc.c | 75 cdc_ioctl_t msg; member 139 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_query_ioctl() local 237 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_set_ioctl() local 388 cdc_ioctl_t *msg = &prot->msg; in dhd_prot_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_cdc.c | 72 cdc_ioctl_t msg; member 130 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_query_ioctl() local 235 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_set_ioctl() local 374 cdc_ioctl_t *msg = &prot->msg; in dhd_prot_ioctl() local
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | time.c | 58 static void time_travel_handle_message(struct um_timetravel_msg *msg, in time_travel_handle_message() 117 struct um_timetravel_msg msg = { in time_travel_ext_req() local 165 struct um_timetravel_msg msg; in __time_travel_wait_readable() local 212 struct um_timetravel_msg msg = { in time_travel_ext_wait() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_cdc.c | 72 cdc_ioctl_t msg; member 130 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_query_ioctl() local 235 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_set_ioctl() local 374 cdc_ioctl_t *msg = &prot->msg; in dhd_prot_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_cdc.c | 77 cdc_ioctl_t msg; member 203 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_query_ioctl() local 288 cdc_ioctl_t *msg = &prot->msg; in dhdcdc_set_ioctl() local 441 cdc_ioctl_t *msg = &prot->msg; in dhd_prot_ioctl() local
|