| /linux/include/trace/events/ |
| A D | firewire.h | 53 __entry->generation = generation; 63 __entry->generation, 91 __entry->generation = generation; 100 __entry->generation, 124 __entry->generation = generation; 233 __entry->generation = generation; 260 __entry->generation = generation; 288 __entry->generation = generation; 316 __entry->generation = generation; 354 __entry->generation = generation; [all …]
|
| /linux/drivers/phy/renesas/ |
| 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/net/sctp/ |
| A D | Kconfig | 60 bool "Enable optional MD5 hmac cookie generation" 62 Enable optional MD5 hmac based SCTP cookie generation 66 bool "Enable optional SHA1 hmac cookie generation" 68 Enable optional SHA1 hmac based SCTP cookie generation 72 bool "Use no hmac alg in SCTP cookie generation" 74 Use no hmac algorithm in SCTP cookie generation 79 bool "Enable optional MD5 hmac cookie generation" 81 Enable optional MD5 hmac based SCTP cookie generation 86 bool "Enable optional SHA1 hmac cookie generation" 88 Enable optional SHA1 hmac based SCTP cookie generation
|
| /linux/drivers/firewire/ |
| A D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 308 generation = card->generation; in bm_work() 334 (card->bm_generation != generation && grace)) { in bm_work() 367 irm_id, generation, SCODE_100, in bm_work() 378 if (rcode == RCODE_COMPLETE && generation == card->generation) in bm_work() 386 allocate_broadcast_channel(card, generation); in bm_work() 415 } else if (card->bm_generation != generation) { in bm_work() 430 card->bm_generation = generation; in bm_work() 526 root_id, generation, SCODE_100, in bm_work() 534 allocate_broadcast_channel(card, generation); in bm_work() [all …]
|
| A D | sbp2.c | 707 lu->generation != card->generation) { in sbp2_conditionally_block() 730 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock() 811 generation = device->generation; in sbp2_login() 837 lu->generation = generation; in sbp2_login() 880 if (generation != device->card->generation) { in sbp2_login() 895 generation = device->generation; in sbp2_login() 918 generation = device->generation; in sbp2_reconnect() 934 if (generation == device->card->generation || in sbp2_reconnect() 948 lu->generation = generation; in sbp2_reconnect() 1238 generation = device->generation; in sbp2_remove() [all …]
|
| A D | core-iso.c | 276 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() argument 295 irm_id, generation, SCODE_100, in manage_bandwidth() 314 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() argument 336 irm_id, generation, SCODE_100, in manage_channel() 367 int generation, int channel) in deallocate_channel() argument 376 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel() 410 void fw_iso_resource_manage(struct fw_card *card, int generation, in fw_iso_resource_manage() argument 422 c = manage_channel(card, irm_id, generation, channels_hi, in fw_iso_resource_manage() 426 c = manage_channel(card, irm_id, generation, channels_lo, in fw_iso_resource_manage() 440 ret = manage_bandwidth(card, irm_id, generation, *bandwidth, allocate); in fw_iso_resource_manage() [all …]
|
| A D | core-device.c | 265 int generation = device->generation; in fw_device_enable_phys_dma() local 272 generation); in fw_device_enable_phys_dma() 546 int generation, int index, u32 *data) in read_rom() argument 598 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom() 636 if (read_rom(device, generation, 0, &dummy) == in read_config_rom() 668 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom() 1064 reused->generation = card->generation; in fw_device_init() 1167 rcode = read_rom(device, generation, i, &q); in reread_config_rom() 1290 device->generation = card->generation; in fw_node_event() 1321 device->generation = card->generation; in fw_node_event() [all …]
|
| A D | core-transaction.c | 192 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument 256 packet->generation = generation; in fw_fill_request() 422 int generation, int speed, unsigned long long offset, in fw_run_transaction() argument 459 int node_id, int generation, int gap_count) in fw_send_phy_config() argument 488 phy_config_packet.generation = generation; in fw_send_phy_config() 817 request->response.generation = p->generation; in allocate_request() 917 p->generation, offset, request->data, in handle_exclusive_region_request() 956 p->generation, offset, request->data, in handle_fcp_region_request() 1110 int tcode, int destination, int source, int generation, in handle_topology_map() argument 1155 int tcode, int destination, int source, int generation, in handle_registers() argument [all …]
|
| A D | net.c | 184 int generation; member 199 u8 generation; member 462 peer->generation == generation) in fwnet_peer_find_by_node_id() 981 generation = dev->card->generation; in fwnet_send_packet() 1292 u8 generation; in fwnet_tx() local 1298 generation = peer->generation; in fwnet_tx() 1304 ptask->generation = generation; in fwnet_tx() 1419 peer->generation = device->generation; in fwnet_add_peer() 1526 int generation; in fwnet_update() local 1528 generation = device->generation; in fwnet_update() [all …]
|
| /linux/sound/firewire/ |
| 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()
|
| A D | iso-resources.c | 118 r->generation = card->generation; in fw_iso_resources_allocate() 129 fw_iso_resource_manage(card, r->generation, r->channels_mask, in fw_iso_resources_allocate() 177 r->generation = card->generation; in fw_iso_resources_update() 183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update() 225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
|
| /linux/arch/csky/mm/ |
| 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/Documentation/devicetree/bindings/iommu/ |
| A D | mediatek,iommu.yaml | 73 - mediatek,mt2701-m4u # generation one 74 - mediatek,mt2712-m4u # generation two 75 - mediatek,mt6779-m4u # generation two 76 - mediatek,mt6795-m4u # generation two 77 - mediatek,mt8167-m4u # generation two 78 - mediatek,mt8173-m4u # generation two 79 - mediatek,mt8183-m4u # generation two 80 - mediatek,mt8186-iommu-mm # generation two 84 - mediatek,mt8192-m4u # generation two 88 - mediatek,mt8365-m4u # generation two [all …]
|
| /linux/sound/firewire/fireworks/ |
| A D | fireworks_transaction.c | 165 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument 180 (device->generation != generation)) in handle_resp_for_user() 197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument 208 (device->generation != generation)) in handle_resp_for_kernel() 228 int generation, unsigned long long offset, in efw_response() argument 245 handle_resp_for_kernel(card, generation, source, in efw_response() 248 handle_resp_for_user(card, generation, source, in efw_response() 251 handle_resp_for_user(card, generation, source, in efw_response()
|
| /linux/drivers/net/can/softing/ |
| 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/arch/hexagon/include/asm/ |
| 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()
|
| /linux/drivers/thunderbolt/ |
| A D | lc.c | 65 if (sw->generation < 2) in tb_lc_reset_port() 100 if (sw->generation < 2) in tb_lc_set_port_configured() 158 if (sw->generation < 2) in tb_lc_set_xdomain_configured() 225 if (sw->generation < 2) in tb_lc_start_lane_initialization() 277 if (sw->generation != 3) in tb_lc_is_usb_plugged() 303 if (sw->generation != 3) in tb_lc_is_xhci_connected() 323 if (sw->generation != 3) in __tb_lc_xhci_connect() 417 if (sw->generation < 2) in tb_lc_set_wake() 456 if (sw->generation < 2) in tb_lc_set_sleep() 501 if (sw->generation < 2) in tb_lc_lane_bonding_possible() [all …]
|
| /linux/drivers/net/wireless/st/cw1200/ |
| A D | queue.c | 24 u8 generation; member 210 queue->generation++; in cw1200_queue_clear() 299 item->generation = 0; in cw1200_queue_put() 302 item->generation, in cw1200_queue_put() 386 if (queue_generation != queue->generation) { in cw1200_queue_requeue() 403 item->generation = ++item_generation; in cw1200_queue_requeue() 429 ++item->generation; in cw1200_queue_requeue_all() 432 item->generation, in cw1200_queue_requeue_all() 457 if (queue_generation != queue->generation) { in cw1200_queue_remove() 472 ++item->generation; in cw1200_queue_remove() [all …]
|
| /linux/include/linux/ |
| A D | firewire.h | 90 int generation; member 191 int generation; member 289 int generation, 296 int generation; member 363 int destination_id, int generation, int speed, unsigned long long offset, 386 int destination_id, int generation, int speed, in fw_send_request() argument 393 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request() 415 int tcode, int destination_id, int generation, int speed, unsigned long long offset, in fw_send_request_with_tstamp() argument 422 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp() 429 int generation, int speed, unsigned long long offset, [all …]
|
| /linux/fs/btrfs/ |
| A D | export.c | 74 u64 root_objectid, u64 generation) in btrfs_get_dentry() argument 92 if (generation != 0 && generation != inode->i_generation) { in btrfs_get_dentry() 105 u32 generation; in btrfs_fh_to_parent() local 119 generation = fid->parent_gen; in btrfs_fh_to_parent() 121 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_parent() 129 u32 generation; in btrfs_fh_to_dentry() local 141 generation = fid->gen; in btrfs_fh_to_dentry() 143 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_dentry()
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| 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/lib/vdso/ |
| A D | getrandom.c | 136 current_generation = READ_ONCE(rng_info->generation); in __cvdso_getrandom_data() 142 if (unlikely(state->generation != current_generation)) { in __cvdso_getrandom_data() 151 WRITE_ONCE(state->generation, current_generation); in __cvdso_getrandom_data() 166 WRITE_ONCE(state->generation, 0); in __cvdso_getrandom_data() 211 if (unlikely(READ_ONCE(state->generation) != READ_ONCE(rng_info->generation))) { in __cvdso_getrandom_data()
|
| /linux/fs/ocfs2/ |
| A D | export.c | 198 u32 generation; in ocfs2_encode_fh() local 219 generation = inode->i_generation; in ocfs2_encode_fh() 221 trace_ocfs2_encode_fh_self((unsigned long long)blkno, generation); in ocfs2_encode_fh() 226 fh[2] = cpu_to_le32(generation); in ocfs2_encode_fh() 230 generation = parent->i_generation; in ocfs2_encode_fh() 234 fh[5] = cpu_to_le32(generation); in ocfs2_encode_fh() 240 generation); in ocfs2_encode_fh()
|
| /linux/fs/isofs/ |
| 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/Documentation/devicetree/bindings/memory-controllers/ |
| A D | mediatek,smi-common.yaml | 17 which generation the SoCs use: 18 generation 1: mt2701 and mt7623. 19 generation 2: mt2712, mt6779, mt8167, mt8173, mt8183, mt8186, mt8188, mt8192 and mt8195. 21 There's slight differences between the two SMI, for generation 2, the 23 for generation 1, the register is at smi ao base(smi always on register 25 SMI generation 1 to transform the smi clock into emi clock domain, but that is 26 not needed for SMI generation 2. 61 apb and smi are mandatory. the async is only for generation 1 smi HW.
|