Lines Matching defs:b
404 #define rtc_time_to_tm(a, b) rtc_time64_to_tm(a, b) argument
406 #define rtc_time_to_tm(a, b) rtc_time_to_tm(a, b) argument
410 #define time_to_tm(a, b, c) time64_to_tm(a, b, c) argument
412 #define time_to_tm(a, b, c) time_to_tm(a, b, c) argument
507 #define PCI_SAVE_STATE(a, b) pci_save_state(a) argument
508 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a) argument
510 #define PCI_SAVE_STATE(a, b) pci_save_state(a, b) argument
511 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a, b) argument
911 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) argument
912 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c) argument
916 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) argument
917 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d) argument
948 #define complete_and_exit(a, b) kthread_complete_and_exit(a, b) argument
954 #define pci_free_consistent(a, b, c, d) dma_free_coherent(&((struct pci_dev *)a)->dev, b, c, d) argument
955 #define pci_map_single(a, b, c, d) dma_map_single(&((struct pci_dev *)a)->dev, b, c, d) argument
956 #define pci_unmap_single(a, b, c, d) dma_unmap_single(&((struct pci_dev *)a)->dev, b, c, d) argument
957 #define pci_dma_mapping_error(a, b) dma_mapping_error(&((struct pci_dev *)a)->dev, b) argument