| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | ethtool.c | 15 struct ethtool_coalesce *cp) in wil_ethtoolops_get_coalesce() 49 struct ethtool_coalesce *cp) in wil_ethtoolops_set_coalesce()
|
| /OK3568_Linux_fs/kernel/arch/mips/fw/arc/ |
| H A D | cmdline.c | 41 static char __init *move_firmware_args(int argc, LONG *argv, char *cp) in move_firmware_args() 75 char *cp; in prom_init_cmdline() local
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_mpc8xx.c | 39 static void serial_setdivisor(cpm8xx_t __iomem *cp) in serial_setdivisor() 65 cpm8xx_t __iomem *cp = &(im->im_cpm); in smc_setbrg() local 83 cpm8xx_t __iomem *cp = &(im->im_cpm); in smc_init() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmendian.h | 113 #define _LTOH16_UA(cp) (uint16)((cp)[0] | ((cp)[1] << 8)) argument 114 #define _LTOH32_UA(cp) (uint32)((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument 115 #define _NTOH16_UA(cp) (uint16)(((cp)[0] << 8) | (cp)[1]) argument 116 #define _NTOH32_UA(cp) (uint32)(((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument 118 #define _LTOH64_UA(cp) ((uint64)(cp)[0] | ((uint64)(cp)[1] << 8) | \ argument 123 #define _NTOH64_UA(cp) ((uint64)(cp)[7] | ((uint64)(cp)[6] << 8) | \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmendian.h | 113 #define _LTOH16_UA(cp) (uint16)((cp)[0] | ((cp)[1] << 8)) argument 114 #define _LTOH32_UA(cp) (uint32)((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument 115 #define _NTOH16_UA(cp) (uint16)(((cp)[0] << 8) | (cp)[1]) argument 116 #define _NTOH32_UA(cp) (uint32)(((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument 118 #define _LTOH64_UA(cp) ((uint64)(cp)[0] | ((uint64)(cp)[1] << 8) | \ argument 123 #define _NTOH64_UA(cp) ((uint64)(cp)[7] | ((uint64)(cp)[6] << 8) | \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmendian.h | 113 #define _LTOH16_UA(cp) (uint16)((cp)[0] | ((cp)[1] << 8)) argument 114 #define _LTOH32_UA(cp) (uint32)((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument 115 #define _NTOH16_UA(cp) (uint16)(((cp)[0] << 8) | (cp)[1]) argument 116 #define _NTOH32_UA(cp) (uint32)(((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument 118 #define _LTOH64_UA(cp) ((uint64)(cp)[0] | ((uint64)(cp)[1] << 8) | \ argument 123 #define _NTOH64_UA(cp) ((uint64)(cp)[7] | ((uint64)(cp)[6] << 8) | \ argument
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_ftp.c | 77 ip_vs_ftp_init_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_init_conn() 86 ip_vs_ftp_done_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_done_conn() 248 static int ip_vs_ftp_out(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_out() 418 static int ip_vs_ftp_in(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_in()
|
| H A D | ip_vs_proto_ah_esp.c | 58 struct ip_vs_conn *cp; in ah_esp_conn_in_get() local 84 struct ip_vs_conn *cp; in ah_esp_conn_out_get() local
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | class.c | 29 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_show() local 41 struct subsys_private *cp = to_subsys_private(kobj); in class_attr_store() local 51 struct subsys_private *cp = to_subsys_private(kobj); in class_release() local 67 struct subsys_private *cp = to_subsys_private(kobj); in class_child_ns_type() local 155 struct subsys_private *cp; in __class_register() local
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | condition.c | 168 char *cp = strchr(arg_ptr, '='); in tomoyo_scan_bprm() local 261 char *cp = start + strlen(start) - 1; in tomoyo_get_dqword() local 323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp() local 465 char *cp = strchr(pos, ' '); in tomoyo_get_transit_preference() local 515 char *cp; in tomoyo_get_condition() local
|
| H A D | util.c | 116 const char *cp = strstr(string, keyword); in tomoyo_permstr() local 187 const char *cp = *str; in tomoyo_parse_ulong() local 562 const unsigned char *cp = strchr(domainname, ' '); in tomoyo_correct_domain() local 582 const unsigned char *cp; in tomoyo_domain_def() local 964 const char *cp; in tomoyo_get_exe() local
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-rockchip.c | 82 static int skip_this_cmd(cmd_tbl_t *cp, int skip_mode) in skip_this_cmd() 106 cmd_tbl_t *cp; in do_rockchip_test() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_tty.c | 543 const unsigned char *cp; in process_output_block() local 1506 n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_real_raw() 1526 n_tty_receive_buf_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_raw() 1543 n_tty_receive_buf_closing(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_closing() 1557 n_tty_receive_buf_standard(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_standard() 1591 n_tty_receive_buf_fast(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_fast() 1616 static void __receive_buf(struct tty_struct *tty, const unsigned char *cp, in __receive_buf() 1694 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_common() 1763 static void n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf() 1769 static int n_tty_receive_buf2(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf2()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | tcp_listen.c | 85 struct rds_conn_path *cp = &conn->c_path[i]; in rds_tcp_accept_one_path() local 105 struct rds_conn_path *cp; in rds_tcp_accept_one() local
|
| H A D | recv.c | 57 void rds_inc_path_init(struct rds_incoming *inc, struct rds_conn_path *cp, in rds_inc_path_init() 144 struct rds_conn_path *cp; in rds_conn_peer_gen_update() local 255 struct rds_conn_path *cp; in rds_start_mprds() local 289 struct rds_conn_path *cp; in rds_recv_incoming() local
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_unicode.c | 120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() 456 const struct nls_table *cp, int map_chars) in cifsConvertToUTF16() 618 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmendian.h | 107 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) argument 108 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument 109 #define _NTOH16_UA(cp) (((cp)[0] << 8) | (cp)[1]) argument 110 #define _NTOH32_UA(cp) (((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/ |
| H A D | mace.c | 434 volatile struct dbdma_cmd *cp; in mace_open() local 533 volatile struct dbdma_cmd *cp, *np; in mace_xmit_start() local 663 volatile struct dbdma_cmd *cp; in mace_interrupt() local 810 volatile struct dbdma_cmd *cp; in mace_tx_timeout() local 879 volatile struct dbdma_cmd *cp, *np; in mace_rxdma_intr() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | thread-stack.c | 61 struct call_path *cp; member 782 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() 864 struct call_path *cp; in thread_stack__bottom() local 912 struct call_path *cp, *parent; in thread_stack__no_call_return() local 1022 struct call_path *cp; in thread_stack__trace_end() local 1058 struct call_path *cp; in thread_stack__x86_retpoline() local 1152 struct call_path *cp; in thread_stack__process() local 1213 struct call_path *cp; in thread_stack__process() local
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 102 static unsigned int simple_guess_base(const char *cp) in simple_guess_base() 120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 145 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ncr53c8xx.c | 857 #define CCB_DONE_VALID(cp) (((u_long) cp) != CCB_DONE_EMPTY) argument 861 #define CCB_DONE_VALID(cp) \ argument 1380 struct ccb * cp; member 1576 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument 3667 static void ncr_print_msg(struct ccb *cp, char *label, u_char *msg) in ncr_print_msg() 4051 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr) in ncr_prepare_nego() 4115 struct ccb *cp; in ncr_queue_command() local 4422 struct ccb *cp; in ncr_start_next_ccb() local 4440 static void ncr_put_start_queue(struct ncb *np, struct ccb *cp) in ncr_put_start_queue() 4556 struct ccb *cp; in ncr_reset_bus() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/8xx/ |
| H A D | micropatch.c | 324 static void __init cpm_write_patch(cpm8xx_t *cp, int offset, uint *patch, int len) in cpm_write_patch() 331 void __init cpm_load_patch(cpm8xx_t *cp) in cpm_load_patch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmendian.h | 144 #define _LTOH16_UA(cp) ((uint16)(cp)[0] | ((uint16)(cp)[1] << 8)) argument 145 #define _LTOH32_UA(cp) ((uint32)(cp)[0] | ((uint32)(cp)[1] << 8) | \ argument 147 #define _NTOH16_UA(cp) (((uint16)(cp)[0] << 8) | (uint16)(cp)[1]) argument 148 #define _NTOH32_UA(cp) (((uint32)(cp)[0] << 24) | ((uint32)(cp)[1] << 16) | \ argument 151 #define _LTOH64_UA(cp) ((uint64)(cp)[0] | ((uint64)(cp)[1] << 8) | \ argument 156 #define _NTOH64_UA(cp) ((uint64)(cp)[7] | ((uint64)(cp)[6] << 8) | \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmendian.h | 144 #define _LTOH16_UA(cp) ((uint16)(cp)[0] | ((uint16)(cp)[1] << 8)) argument 145 #define _LTOH32_UA(cp) ((uint32)(cp)[0] | ((uint32)(cp)[1] << 8) | \ argument 147 #define _NTOH16_UA(cp) (((uint16)(cp)[0] << 8) | (uint16)(cp)[1]) argument 148 #define _NTOH32_UA(cp) (((uint32)(cp)[0] << 24) | ((uint32)(cp)[1] << 16) | \ argument 151 #define _LTOH64_UA(cp) ((uint64)(cp)[0] | ((uint64)(cp)[1] << 8) | \ argument 156 #define _NTOH64_UA(cp) ((uint64)(cp)[7] | ((uint64)(cp)[6] << 8) | \ argument
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | pmac.c | 182 volatile struct dbdma_cmd __iomem *cp; in snd_pmac_pcm_prepare() local 246 volatile struct dbdma_cmd __iomem *cp; in snd_pmac_pcm_trigger() local 298 volatile struct dbdma_cmd __iomem *cp = &rec->cmd.cmds[rec->cur_period]; in snd_pmac_pcm_pointer() local 382 volatile struct dbdma_cmd __iomem *cp) in snd_pmac_pcm_dead_xfer() 433 volatile struct dbdma_cmd __iomem *cp; in snd_pmac_pcm_update() local
|