Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/linux/include/trace/events/
H A Dfirewire.h40 …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 DKconfig14 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/drivers/firewire/
H A Dcore-card.c218 trace_bus_reset_initiate(card->index, card->generation, short_reset); in reset_bus()
225 trace_bus_reset_schedule(card->index, card->generation, short_reset); in fw_schedule_bus_reset()
245 trace_bus_reset_postpone(card->index, card->generation, card->br_short); in br_work()
252 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
258 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
263 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
272 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
293 int gap_count, generation, grace, rcode; in bm_work() local
308 generation = card->generation; in bm_work()
332 if ((is_next_generation(generation, card->bm_generation) && in bm_work()
[all …]
H A Dsbp2.c135 int generation; member
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()
653 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset()
675 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait()
707 lu->generation != card->generation) { in sbp2_conditionally_block()
730 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock()
[all …]
H A Dcore-iso.c276 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 …]
H A Dcore-device.c265 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
557 generation, device->max_speed, offset, data, 4); in read_rom()
578 static int read_config_rom(struct fw_device *device, int generation) in read_config_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()
692 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
933 static void set_broadcast_channel(struct fw_device *device, int generation) in set_broadcast_channel() argument
[all …]
H A Dcore-transaction.c156 trace_async_request_outbound_complete((uintptr_t)t, card->index, packet->generation, in transmit_complete_callback()
192 int destination_id, int source_id, int generation, int speed, in fw_fill_request() argument
256 packet->generation = generation; in fw_fill_request()
330 int destination_id, int generation, int speed, unsigned long long offset, in __fw_send_request() argument
372 fw_fill_request(&t->packet, tcode, t->tlabel, destination_id, card->node_id, generation, in __fw_send_request()
380 trace_async_request_outbound_initiate((uintptr_t)t, card->index, generation, speed, in __fw_send_request()
422 int generation, int speed, unsigned long long offset, in fw_run_transaction() argument
431 fw_send_request(card, &t, tcode, destination_id, generation, speed, in fw_run_transaction()
446 trace_async_phy_outbound_complete((uintptr_t)packet, card->index, packet->generation, status, in transmit_phy_packet_callback()
459 int node_id, int generation, int gap_count) in fw_send_phy_config() argument
[all …]
H A Dnet.c184 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 Dohci-serdes-test.c18 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 Dcore-topology.c99 unsigned int generation) in build_tree() argument
143 trace_self_id_sequence(card->index, self_id_sequence, quadlet_count, generation); in build_tree()
454 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset() argument
459 trace_bus_reset_handle(card->index, generation, node_id, bm_abdicate, self_ids, self_id_count); in fw_core_handle_bus_reset()
468 if (!is_next_generation(generation, card->generation) && in fw_core_handle_bus_reset()
481 card->generation = generation; in fw_core_handle_bus_reset()
487 local_node = build_tree(card, self_ids, self_id_count, generation); in fw_core_handle_bus_reset()
/linux/net/sctp/
H A DKconfig60 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/arch/csky/mm/
H A Dasid.c84 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/sound/firewire/
H A Dlib.c38 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()
H A Diso-resources.c118 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/drivers/net/can/softing/
H A Dsofting_cs.c31 .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/sound/firewire/fireworks/
H A Dfireworks_transaction.c165 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/thunderbolt/
H A Dlc.c65 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/arch/hexagon/include/asm/
H A Dmmu_context.h38 if (next->context.generation < prev->context.generation) { in switch_mm()
42 next->context.generation = prev->context.generation; in switch_mm()
/linux/include/linux/
H A Dfirewire.h90 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/
H A Dexport.c74 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/
H A Doverview.rst9 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/
H A Dgetrandom.c136 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/isofs/
H A Dexport.c23 __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/include/uapi/linux/
H A Dbtrfs_tree.h492 __le64 generation; member
573 __le64 generation; member
604 __le64 generation; member
678 __le64 generation; member
738 __le64 generation; member
784 __le64 generation; member
873 __le64 generation; member
922 __le64 generation; member
1072 __le64 generation; member
1274 __le64 generation; member
[all …]
/linux/drivers/thermal/ti-soc-thermal/
H A DKconfig9 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

12345678910>>...16