Home
last modified time | relevance | path

Searched refs:cod (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dchip.c405 int sec,cod; in chip_get_bin_checksum() local
411 cod = chip[FLASH_SECTOR_NUM].addr * (chip[FLASH_SECTOR_SIZE].addr/CHIP_FLASH_SOURCE_SIZE); in chip_get_bin_checksum()
412 for(sec=0;sec<cod;sec++) in chip_get_bin_checksum()
449 int sec,cod,sec_8byte_num; in chip_write_flash() local
458 cod = chip[FLASH_SECTOR_NUM].addr * sec_8byte_num; in chip_write_flash()
460 for(sec=0;sec<cod;) in chip_write_flash()
741 int cod; in chip_write_infoblk() local
752 for ( cod = 0; cod < 16; cod++ ) { in chip_write_infoblk()
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A D.gitignore4 *.py[cod]
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A D.gitignore10 *.py[cod]
/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRkBtBase.h114 unsigned int cod; //class of device member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2568 u8 cod[3]; in __hci_req_update_class() local
2581 cod[0] = hdev->minor_class; in __hci_req_update_class()
2582 cod[1] = hdev->major_class; in __hci_req_update_class()
2583 cod[2] = get_service_classes(hdev); in __hci_req_update_class()
2586 cod[1] |= 0x20; in __hci_req_update_class()
2588 if (memcmp(cod, hdev->dev_class, 3) == 0) in __hci_req_update_class()
2591 hci_req_add(req, HCI_OP_WRITE_CLASS_OF_DEV, sizeof(cod), cod); in __hci_req_update_class()
/OK3568_Linux_fs/kernel/sound/isa/
H A DKconfig419 firmware files called "scope.cod" and "sndscape.co?" where the
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dbt_test.c584 printf(" class_of_device: 0x%x\n", dev_tmp->cod); in bt_test_get_scaned_devices()