| /linux/include/trace/events/ |
| H A D | firewire.h | 40 …TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, co… 41 TP_ARGS(transaction, card_index, generation, scode, header, data, data_count), 45 __field(u8, generation) 53 __entry->generation = generation; 63 __entry->generation, 78 …TP_PROTO(u64 transaction, unsigned int card_index, unsigned int generation, unsigned int scode, un… 79 TP_ARGS(transaction, card_index, generation, scode, status, timestamp), 83 __field(u8, generation) 91 __entry->generation = generation; 100 __entry->generation, [all …]
|
| /linux/drivers/phy/renesas/ |
| H A D | Kconfig | 14 tristate "Renesas R-Car generation 2 USB PHY driver" 18 Support for USB PHY found on Renesas R-Car generation 2 SoCs. 21 tristate "Renesas R-Car generation 3 PCIe PHY driver" 25 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 28 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" 35 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 38 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver" 42 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
|
| /linux/sound/firewire/ |
| H A D | lib.c | 38 int generation, rcode, tries = 0; in snd_fw_transaction() local 40 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction() 43 generation = device->generation; in snd_fw_transaction() 47 device->node_id, generation, in snd_fw_transaction()
|
| /linux/arch/csky/mm/ |
| H A D | asid.c | 84 u64 generation = atomic64_read(&info->generation); in new_context() local 87 u64 newasid = generation | (asid & ~ASID_MASK(info)); in new_context() 116 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION(info), in new_context() 117 &info->generation); in new_context() 127 return idx2asid(info, asid) | generation; in new_context() 146 if ((asid ^ atomic64_read(&info->generation)) >> info->bits) { in asid_new_context() 180 atomic64_set(&info->generation, ASID_FIRST_VERSION(info)); in asid_allocator_init()
|
| /linux/drivers/firewire/ |
| H A D | core-card.c | 216 trace_bus_reset_initiate(card->index, card->generation, short_reset); in reset_bus() 223 trace_bus_reset_schedule(card->index, card->generation, short_reset); in fw_schedule_bus_reset() 242 trace_bus_reset_postpone(card->index, card->generation, card->br_short); in br_work() 249 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work() 255 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument 260 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel() 269 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel() 302 int generation = card->generation; in contend_for_bm() local 317 if (!is_next_generation(generation, car in contend_for_bm() 390 int expected_gap_count, generation; DEFINE_FREE() local 702 dummy_enable_phys_dma(struct fw_card * card,int node_id,int generation) dummy_enable_phys_dma() argument [all...] |
| H A D | sbp2.c | 130 * The generation is updated once we've logged in or reconnected 135 int generation; member 368 * iPod 2nd generation: needs 128k max transfer size workaround 369 * iPod 3rd generation: needs fix capacity workaround 377 /* iPod 4th generation */ { 408 int generation, unsigned long long offset, in sbp2_status_write() argument 491 int node_id, int generation, u64 offset) in sbp2_send_orb() argument 509 node_id, generation, device->max_speed, offset, in sbp2_send_orb() 550 int generation, int function, in sbp2_send_management_orb() argument 606 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb() 806 int generation, node_id, local_node_id; sbp2_login() local 913 int generation, node_id, local_node_id; sbp2_reconnect() local 1232 int generation, node_id; sbp2_remove() local 1449 int generation, retval = SCSI_MLQUEUE_HOST_BUSY; sbp2_scsi_queuecommand() local [all...] |
| H A D | core-iso.c | 284 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() 303 irm_id, generation, SCODE_100, in manage_bandwidth() 307 /* A generation change frees all bandwidth. */ in manage_bandwidth() 322 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() 344 irm_id, generation, SCODE_100, in manage_channel() 347 /* A generation change frees all channels. */ in manage_channel() 375 int generation, int channel) in deallocate_channel() 384 manage_channel(card, irm_id, generation, mask, offset, false); 390 * @generation: bus generation 276 manage_bandwidth(struct fw_card * card,int irm_id,int generation,int bandwidth,bool allocate) manage_bandwidth() argument 314 manage_channel(struct fw_card * card,int irm_id,int generation,u32 channels_mask,u64 offset,bool allocate) manage_channel() argument 367 deallocate_channel(struct fw_card * card,int irm_id,int generation,int channel) deallocate_channel() argument 410 fw_iso_resource_manage(struct fw_card * card,int generation,u64 channels_mask,int * channel,int * bandwidth,bool allocate) fw_iso_resource_manage() argument [all...] |
| H A D | core-transaction.c | 195 trace_async_request_outbound_complete((uintptr_t)t, card->index, packet->generation, in transmit_complete_callback() 242 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument 306 packet->generation = generation; in fw_fill_request() 383 int destination_id, int generation, int speed, unsigned long long offset, in __fw_send_request() argument 430 generation, speed, offset, payload, length); in __fw_send_request() 439 trace_async_request_outbound_initiate((uintptr_t)t, card->index, generation, speed, in __fw_send_request() 481 int generation, int speed, unsigned long long offset, in fw_run_transaction() argument 490 fw_send_request(card, &t, tcode, destination_id, generation, speed, in fw_run_transaction() 505 trace_async_phy_outbound_complete((uintptr_t)packet, card->index, packet->generation, status, in transmit_phy_packet_callback() 518 int node_id, int generation, int gap_count) in fw_send_phy_config() argument [all …]
|
| H A D | net.c | 184 int generation; member 199 u8 generation; member 456 int node_id, int generation) in fwnet_peer_find_by_node_id() argument 462 peer->generation == generation) in fwnet_peer_find_by_node_id() 559 int source_node_id, int generation, in fwnet_incoming_packet() argument 626 peer = fwnet_peer_find_by_node_id(dev, source_node_id, generation); in fwnet_incoming_packet() 703 int tcode, int destination, int source, int generation, in fwnet_receive_packet() argument 721 source, generation, false) != 0) { in fwnet_receive_packet() 782 context->card->generation, true); in fwnet_receive_broadcast() 976 int generation; in fwnet_send_packet() local [all …]
|
| H A D | ohci-serdes-test.c | 18 u8 generation = ohci1394_self_id_count_get_generation(expected); in test_self_id_count_register_deserialization() local 22 KUNIT_EXPECT_EQ(test, 0x3d, generation); in test_self_id_count_register_deserialization() 36 u8 generation = ohci1394_self_id_receive_q0_get_generation(buffer[0]); in test_self_id_receive_buffer_deserialization() local 39 KUNIT_EXPECT_EQ(test, 0x6, generation); in test_self_id_receive_buffer_deserialization()
|
| H A D | core-topology.c | 99 unsigned int generation) in build_tree() argument 143 trace_self_id_sequence(card->index, self_id_sequence, quadlet_count, generation); in build_tree() 459 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument 464 trace_bus_reset_handle(card->index, generation, node_id, bm_abdicate, self_ids, self_id_count); in fw_core_handle_bus_reset() 470 if (!is_next_generation(generation, card->generation) && card->local_node != NULL) { in fw_core_handle_bus_reset() 479 card->generation = generation; in fw_core_handle_bus_reset() 484 local_node = build_tree(card, self_ids, self_id_count, generation); in fw_core_handle_bus_reset()
|
| /linux/arch/hexagon/include/asm/ |
| H A D | mmu_context.h | 38 if (next->context.generation < prev->context.generation) { in switch_mm() 42 next->context.generation = prev->context.generation; in switch_mm()
|
| H A D | pgalloc.h | 36 mm->context.generation = kmap_generation; in pgd_alloc() 73 mm->context.generation = kmap_generation; in pmd_populate_kernel() 74 current->active_mm->context.generation = kmap_generation; in pmd_populate_kernel()
|
| /linux/drivers/net/can/softing/ |
| H A D | softing_cs.c | 31 .generation = 1, 43 .generation = 1, 55 .generation = 1, 67 .generation = 2, 79 .generation = 1, 91 .generation = 1, 103 .generation = 2, 115 .generation = 1, 127 .generation = 2, 196 if (pdat->generation < 2) { in softingcs_probe_config()
|
| /linux/drivers/thunderbolt/ |
| H A D | lc.c | 68 if (sw->generation < 2) in tb_lc_reset_port() 103 if (sw->generation < 2) in tb_lc_set_port_configured() 165 if (sw->generation < 2) in tb_lc_set_xdomain_configured() 234 if (sw->generation < 2) in tb_lc_start_lane_initialization() 289 if (sw->generation != 3) in tb_lc_is_usb_plugged() 316 if (sw->generation != 3) in tb_lc_is_xhci_connected() 336 if (sw->generation != 3) in __tb_lc_xhci_connect() 433 if (sw->generation < 2) in tb_lc_set_wake() 474 if (sw->generation < 2) in tb_lc_set_sleep() 521 if (sw->generation < 2) in tb_lc_lane_bonding_possible() [all …]
|
| /linux/fs/btrfs/ |
| H A D | export.c | 80 u64 root_objectid, u64 generation) in btrfs_get_dentry() argument 98 if (generation != 0 && generation != inode->vfs_inode.i_generation) { in btrfs_get_dentry() 111 u32 generation; in btrfs_fh_to_parent() local 125 generation = fid->parent_gen; in btrfs_fh_to_parent() 127 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_parent() 135 u32 generation; in btrfs_fh_to_dentry() local 147 generation = fid->gen; in btrfs_fh_to_dentry() 149 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_dentry()
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | overview.rst | 9 introduced on 4th generation devices (Surface Pro 4, Surface Book 1), but 17 Not much is currently known about SAM on 4th generation devices (Surface Pro 20 Book 2, Surface Laptop 1) and later generation devices, SAM is responsible 28 restructured for 7th generation devices and on those, specifically Surface 33 generation, internal interfaces have undergone some rather large changes. On 34 5th and 6th generation devices, both battery and temperature information is 37 requests. On 7th generation devices, this additional layer is gone and these 49 generation of the Surface device. On 4th generation devices, host and EC 67 communication interface for SAM on 5th- and all later-generation Surface
|
| /linux/fs/isofs/ |
| H A D | export.c | 23 __u32 generation) in isofs_export_iget() argument 32 if (generation && inode->i_generation != generation) { in isofs_export_iget() 157 u32 generation; member 171 ifid->generation); in isofs_fh_to_dentry()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | queue.c | 24 u8 generation; member 210 queue->generation++; in cw1200_queue_clear() 299 item->generation = 0; in cw1200_queue_put() 300 item->packet_id = cw1200_queue_mk_packet_id(queue->generation, in cw1200_queue_put() 302 item->generation, in cw1200_queue_put() 386 if (queue_generation != queue->generation) { in cw1200_queue_requeue() 391 } else if (item->generation != item_generation) { in cw1200_queue_requeue() 403 item->generation = ++item_generation; in cw1200_queue_requeue() 430 if (queue_generation != queue->generation) { in cw1200_queue_remove() 435 } else if (item->generation != item_generation) { in cw1200_queue_remove() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 499 __le64 generation; 580 __le64 generation; 610 /* expected generation for this device */ 611 __le64 generation; 685 __le64 generation; 693 * generation + 1 to read log tree root. So here we mark it deprecated. 748 __le64 generation; 794 __le64 generation; 882 /* nfs style generation number */ 883 __le64 generation; 492 __le64 generation; global() member 573 __le64 generation; global() member 604 __le64 generation; global() member 678 __le64 generation; global() member 738 __le64 generation; global() member 784 __le64 generation; global() member 873 __le64 generation; global() member 922 __le64 generation; global() member 1072 __le64 generation; global() member 1274 __le64 generation; global() member 1296 __le64 generation; global() member [all...] |
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | Kconfig | 9 This includes alert interrupts generation and also the TSHUT 32 this generation are not accurate, nor they are very close to 48 This includes alert interrupts generation and also the TSHUT 60 This includes alert interrupts generation and also the TSHUT 72 This includes alert interrupts generation and also the TSHUT
|
| /linux/arch/arm64/kvm/ |
| H A D | vmid.c | 96 u64 generation = atomic64_read(&vmid_generation); in new_vmid() local 99 u64 newvmid = generation | (vmid & ~VMID_MASK); in new_vmid() 117 generation = atomic64_add_return_relaxed(VMID_FIRST_VERSION, in new_vmid() 127 vmid = idx2vmid(vmid) | generation; in new_vmid()
|
| /linux/net/batman-adv/ |
| H A D | hash.h | 51 atomic_t generation; member 106 atomic_inc(&hash->generation); in batadv_hash_add() 149 atomic_inc(&hash->generation); in batadv_hash_remove()
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | Kconfig | 17 generation SoCs. GPIO is provided by a separate GPIO driver. 25 generation SoCs. GPIO is provided by a separate GPIO driver. 33 generation SoCs. GPIO is provided by a separate GPIO driver.
|
| /linux/arch/arm/mach-aspeed/ |
| H A D | Kconfig | 22 fourth generation BMCs, such as those used by OpenPower Power8 32 fifth generation Aspeed BMCs. 43 sixth generation Aspeed BMCs.
|