• Home
  • Raw
  • Download

Lines Matching refs:UINT8

44 UINT8 nci_snd_core_reset (UINT8 reset_type)  in nci_snd_core_reset()
47 UINT8 *pp; in nci_snd_core_reset()
56 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_reset()
76 UINT8 nci_snd_core_init (void) in nci_snd_core_init()
79 UINT8 *pp; in nci_snd_core_init()
88 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_init()
107 UINT8 nci_snd_core_get_config (UINT8 *param_ids, UINT8 num_ids) in nci_snd_core_get_config()
110 UINT8 *pp; in nci_snd_core_get_config()
119 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_get_config()
123 UINT8_TO_STREAM (pp, (UINT8) (num_ids + 1)); in nci_snd_core_get_config()
140 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size) in nci_snd_core_set_config()
143 UINT8 *pp; in nci_snd_core_set_config()
144 UINT8 num = 0, ulen, len, *pt; in nci_snd_core_set_config()
152 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_set_config()
156 UINT8_TO_STREAM (pp, (UINT8) (tlv_size + 1)); in nci_snd_core_set_config()
193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) in nci_snd_core_conn_create()
196 UINT8 *pp; in nci_snd_core_conn_create()
197 UINT8 size = NCI_CORE_PARAM_SIZE_CON_CREATE+tlv_size; in nci_snd_core_conn_create()
206 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_conn_create()
232 UINT8 nci_snd_core_conn_close (UINT8 conn_id) in nci_snd_core_conn_close()
235 UINT8 *pp; in nci_snd_core_conn_close()
244 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_core_conn_close()
268 UINT8 nci_snd_nfcee_discover (UINT8 discover_action) in nci_snd_nfcee_discover()
271 UINT8 *pp; in nci_snd_nfcee_discover()
280 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_nfcee_discover()
301 UINT8 nci_snd_nfcee_mode_set (UINT8 nfcee_id, UINT8 nfcee_mode) in nci_snd_nfcee_mode_set()
304 UINT8 *pp; in nci_snd_nfcee_mode_set()
313 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_nfcee_mode_set()
336 UINT8 nci_snd_discover_cmd (UINT8 num, tNCI_DISCOVER_PARAMS *p_param) in nci_snd_discover_cmd()
339 UINT8 *pp, *p_size, *p_start; in nci_snd_discover_cmd()
350 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_discover_cmd()
363 *p_size = (UINT8) (pp - p_start); in nci_snd_discover_cmd()
380 UINT8 nci_snd_discover_select_cmd (UINT8 rf_disc_id, UINT8 protocol, UINT8 rf_interface) in nci_snd_discover_select_cmd()
383 UINT8 *pp; in nci_snd_discover_select_cmd()
392 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_discover_select_cmd()
415 UINT8 nci_snd_deactivate_cmd (UINT8 de_act_type ) in nci_snd_deactivate_cmd()
418 UINT8 *pp; in nci_snd_deactivate_cmd()
429 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_deactivate_cmd()
450 UINT8 nci_snd_discover_map_cmd (UINT8 num, tNCI_DISCOVER_MAPS *p_maps) in nci_snd_discover_map_cmd()
453 UINT8 *pp, *p_size, *p_start; in nci_snd_discover_map_cmd()
465 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_discover_map_cmd()
479 *p_size = (UINT8) (pp - p_start); in nci_snd_discover_map_cmd()
494 UINT8 nci_snd_t3t_polling (UINT16 system_code, UINT8 rc, UINT8 tsn) in nci_snd_t3t_polling()
497 UINT8 *pp; in nci_snd_t3t_polling()
506 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_t3t_polling()
529 UINT8 nci_snd_parameter_update_cmd (UINT8 *p_param_tlvs, UINT8 tlv_size) in nci_snd_parameter_update_cmd()
532 UINT8 *pp; in nci_snd_parameter_update_cmd()
533 UINT8 num = 0, ulen, len, *pt; in nci_snd_parameter_update_cmd()
541 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_parameter_update_cmd()
545 UINT8_TO_STREAM (pp, (UINT8) (tlv_size + 1)); in nci_snd_parameter_update_cmd()
585 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) in nci_snd_set_routing_cmd()
588 UINT8 *pp; in nci_snd_set_routing_cmd()
589 UINT8 size = tlv_size + 2; in nci_snd_set_routing_cmd()
605 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_set_routing_cmd()
635 UINT8 nci_snd_get_routing_cmd (void) in nci_snd_get_routing_cmd()
638 UINT8 *pp; in nci_snd_get_routing_cmd()
639 UINT8 param_size = 0; in nci_snd_get_routing_cmd()
648 pp = (UINT8 *) (p + 1) + p->offset; in nci_snd_get_routing_cmd()