Searched refs:atoi (Results 1 – 6 of 6) sorted by relevance
62 static s32 atoi(char *psz_buf);590 object_type = atoi(token); in dcd_get_objects()950 static s32 atoi(char *psz_buf) in atoi() function1000 (u32) atoi(token); in get_attrs_from_buf()1019 gen_obj->obj_data.node_obj.ndb_props.ntype = atoi(token); in get_attrs_from_buf()1022 gen_obj->obj_data.node_obj.ndb_props.cache_on_gpp = atoi(token); in get_attrs_from_buf()1026 cb_struct = (u32) atoi(token); in get_attrs_from_buf()1030 dsp_resource_reqmts.static_data_size = atoi(token); in get_attrs_from_buf()1033 dsp_resource_reqmts.global_data_size = atoi(token); in get_attrs_from_buf()1036 dsp_resource_reqmts.program_mem_size = atoi(token); in get_attrs_from_buf()[all …]
94 for (i = 0; i < atoi(bNumIntfs->value); i++) { in bind_usbip()152 for (i = 0; i < atoi(bNumIntfs->value); i++) { in unbind_other()
60 portnum = atoi(port); in detach_port()
249 for (i = 0; i < atoi(bNumIntfs->value); i++) { in list_devices()
95 value = atoi(attr->value); in read_attr_usbip_status()
1181 iRev = atoi(pstr2); /* Get the number after point */ in U14MonitorRev()1183 iRev += (atoi(pstr) * 1000); /* Add first bit * 1000 */ in U14MonitorRev()