Searched refs:cb (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | mxsboot.c | 539 struct mx28_sd_config_block *cb; in mx28_create_sd_image() local 557 cb = (struct mx28_sd_config_block *)buf; in mx28_create_sd_image() 559 cb->signature = cpu_to_le32(0x00112233); in mx28_create_sd_image() 560 cb->primary_boot_tag = cpu_to_le32(0x1); in mx28_create_sd_image() 561 cb->secondary_boot_tag = cpu_to_le32(0x1); in mx28_create_sd_image() 562 cb->num_copies = cpu_to_le32(1); in mx28_create_sd_image() 563 cb->drv_info[0].chip_num = cpu_to_le32(0x0); in mx28_create_sd_image() 564 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image() 565 cb->drv_info[0].tag = cpu_to_le32(0x1); in mx28_create_sd_image() 566 cb->drv_info[0].first_sector_number = cpu_to_le32(sd_sector + 4); in mx28_create_sd_image() [all …]
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | m41t60.c | 39 static unsigned cb2year(unsigned const cb) in cb2year() argument 41 return 1900 + 100 * ((cb + 1) & 0x3); in cb2year()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 2322 void (*cb)(struct usb_ep *ep, struct usb_request *req); member 2328 .cb = cb_reboot, 2331 .cb = cb_getvar, 2334 .cb = cb_download, 2337 .cb = cb_upload, 2340 .cb = cb_boot, 2343 .cb = cb_continue, 2346 .cb = cb_set_active, 2351 .cb = cb_flashing, 2355 .cb = cb_flash, [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | netdev.h | 150 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int));
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | fec_mxc.c | 1178 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int)) in fecmxc_register_mii_postcall() 1181 fec->mii_postcall = cb; in fecmxc_register_mii_postcall()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 3763 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in cea_for_each_detailed_block() argument 3774 cb((struct detailed_timing *)(det_base + 18 * i), closure); in cea_for_each_detailed_block() 3778 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in vtb_for_each_detailed_block() argument 3787 cb((struct detailed_timing *)(det_base + 18 * i), closure); in vtb_for_each_detailed_block() 3791 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) in drm_for_each_detailed_block() argument 3800 cb(&edid->detailed_timings[i], closure); in drm_for_each_detailed_block() 3807 cea_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block() 3810 vtb_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block()
|
| H A D | usb_storage.c | 76 typedef int (*trans_cmnd)(struct scsi_cmd *cb, struct us_data *data);
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 4108 my $cb = "$ca$;$cc";
|