| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | therm_adt746x.c | 95 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() 111 read_reg(struct thermostat* th, int reg) in read_reg() 128 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() 142 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed() 149 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() 199 static void read_sensors(struct thermostat *th) in read_sensors() 208 static void display_stats(struct thermostat *th) in display_stats() 227 static void update_fans_speed (struct thermostat *th) in update_fans_speed() 284 struct thermostat* th = arg; in monitor_task() local 310 static void set_limit(struct thermostat *th, int i) in set_limit() [all …]
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| D | therm_adt746x.c | 96 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() 112 read_reg(struct thermostat* th, int reg) in read_reg() 129 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() 143 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed() 150 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() 200 static void read_sensors(struct thermostat *th) in read_sensors() 209 static void display_stats(struct thermostat *th) in display_stats() 228 static void update_fans_speed (struct thermostat *th) in update_fans_speed() 285 struct thermostat* th = arg; in monitor_task() local 311 static void set_limit(struct thermostat *th, int i) in set_limit() [all …]
|
| /kernel/linux/linux-6.6/tools/lib/thermal/ |
| D | sampling.c | 17 struct thermal_handler *th = thp->th; in handle_thermal_sample() local 34 thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg) in thermal_sampling_handle() 48 int thermal_sampling_fd(struct thermal_handler *th) in thermal_sampling_fd() 56 thermal_error_t thermal_sampling_exit(struct thermal_handler *th) in thermal_sampling_exit() 67 thermal_error_t thermal_sampling_init(struct thermal_handler *th) in thermal_sampling_init()
|
| D | commands.c | 278 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, cmd_cb_t cmd_cb, in thermal_genl_auto() 308 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz() 314 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev() 320 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip() 328 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor() 336 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp() 344 thermal_error_t thermal_cmd_exit(struct thermal_handler *th) in thermal_cmd_exit() 354 thermal_error_t thermal_cmd_init(struct thermal_handler *th) in thermal_cmd_init()
|
| D | events.c | 119 thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg) in thermal_events_handle() 133 int thermal_events_fd(struct thermal_handler *th) in thermal_events_fd() 141 thermal_error_t thermal_events_exit(struct thermal_handler *th) in thermal_events_exit() 152 thermal_error_t thermal_events_init(struct thermal_handler *th) in thermal_events_init()
|
| D | thermal.c | 78 static int __thermal_zone_discover(struct thermal_zone *tz, void *th) in __thermal_zone_discover() 89 struct thermal_zone *thermal_zone_discover(struct thermal_handler *th) in thermal_zone_discover() 102 void thermal_exit(struct thermal_handler *th) in thermal_exit() 113 struct thermal_handler *th; in thermal_init() local
|
| /kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
| D | core.c | 106 struct intel_th *th = to_intel_th(hub); in intel_th_remove() local 192 struct intel_th *th = to_intel_th(thdev); in intel_th_output_devnode() local 238 struct intel_th *th = to_intel_th(thdev); in intel_th_output_activate() local 280 struct intel_th *th = to_intel_th(thdev); in intel_th_output_deactivate() local 372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc() 586 struct intel_th *th = container_of(work, struct intel_th, in __intel_th_request_hub_module() local 592 static int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module() 600 static void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush() 605 static inline int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module() 610 static inline void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush() [all …]
|
| D | pci.c | 31 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate() 52 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate() 80 struct intel_th *th; in intel_th_pci_probe() local 122 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove() local
|
| /kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
| D | core.c | 105 struct intel_th *th = to_intel_th(hub); in intel_th_remove() local 192 const struct intel_th *th = to_intel_th(thdev); in intel_th_output_devnode() local 238 struct intel_th *th = to_intel_th(thdev); in intel_th_output_activate() local 280 struct intel_th *th = to_intel_th(thdev); in intel_th_output_deactivate() local 372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc() 586 struct intel_th *th = container_of(work, struct intel_th, in __intel_th_request_hub_module() local 592 static int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module() 600 static void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush() 605 static inline int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module() 610 static inline void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush() [all …]
|
| D | pci.c | 31 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate() 52 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate() 80 struct intel_th *th; in intel_th_pci_probe() local 122 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove() local
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | db8500_thermal.c | 64 struct db8500_thermal_zone *th = data; in db8500_thermal_get_temp() local 79 struct db8500_thermal_zone *th = data; in db8500_thermal_get_trend() local 91 static void db8500_thermal_update_config(struct db8500_thermal_zone *th, in db8500_thermal_update_config() 113 struct db8500_thermal_zone *th = irq_data; in prcmu_low_irq_handler() local 142 struct db8500_thermal_zone *th = irq_data; in prcmu_high_irq_handler() local 168 struct db8500_thermal_zone *th = NULL; in db8500_thermal_probe() local 232 struct db8500_thermal_zone *th = platform_get_drvdata(pdev); in db8500_thermal_resume() local
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| D | db8500_thermal.c | 64 struct db8500_thermal_zone *th = thermal_zone_device_priv(tz); in db8500_thermal_get_temp() local 80 static void db8500_thermal_update_config(struct db8500_thermal_zone *th, in db8500_thermal_update_config() 100 struct db8500_thermal_zone *th = irq_data; in prcmu_low_irq_handler() local 128 struct db8500_thermal_zone *th = irq_data; in prcmu_high_irq_handler() local 153 struct db8500_thermal_zone *th = NULL; in db8500_thermal_probe() local 214 struct db8500_thermal_zone *th = platform_get_drvdata(pdev); in db8500_thermal_resume() local
|
| /kernel/linux/linux-5.10/drivers/sfi/ |
| D | sfi_core.c | 167 struct sfi_table_header *th; in sfi_map_table() local 193 static void sfi_unmap_table(struct sfi_table_header *th) in sfi_unmap_table() 200 static int sfi_table_check_key(struct sfi_table_header *th, in sfi_table_check_key() 234 struct sfi_table_header *th; in sfi_check_table() local 262 struct sfi_table_header *th; in sfi_get_table() local 275 void sfi_put_table(struct sfi_table_header *th) in sfi_put_table() 396 struct sfi_table_header *th = NULL; in sfi_table_show() local 422 struct sfi_table_header *th; in sfi_sysfs_install_table() local
|
| D | sfi_acpi.c | 81 struct acpi_table_header *th) in acpi_to_sfi_th() 87 struct sfi_table_header *th) in sfi_to_acpi_th() 97 static int __init sfi_acpi_parse_xsdt(struct sfi_table_header *th) in sfi_acpi_parse_xsdt() 181 struct acpi_table_header *th = NULL; in sfi_acpi_table_show() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_synproxy_core.c | 29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() 115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() 186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() 471 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 514 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 560 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 598 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 637 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 672 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 884 const struct tcphdr *th, in synproxy_send_client_synack_ipv6() [all …]
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nf_synproxy_core.c | 29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() 115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() 186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() 448 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 491 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 537 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 575 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 614 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 861 const struct tcphdr *th, in synproxy_send_client_synack_ipv6() [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_offload.c | 40 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local 59 struct tcphdr *th; in tcp_gso_segment() local 184 struct tcphdr *th; in tcp_gro_receive() local 290 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local 325 struct tcphdr *th = tcp_hdr(skb); in tcp4_gro_complete() local
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_offload.c | 45 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local 64 struct tcphdr *th; in tcp_gso_segment() local 191 struct tcphdr *th; in tcp_gro_receive() local 307 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local 340 struct tcphdr *th = tcp_hdr(skb); in tcp4_gro_complete() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | tcpv6_offload.c | 32 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local 44 struct tcphdr *th; in tcp6_gso_segment() local 54 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| D | tcpv6_offload.c | 33 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local 46 struct tcphdr *th; in tcp6_gso_segment() local 56 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
|
| /kernel/linux/linux-5.10/net/ceph/ |
| D | auth_x.c | 119 struct ceph_x_ticket_handler *th; in get_ticket_handler() local 145 struct ceph_x_ticket_handler *th) in remove_ticket_handler() 164 struct ceph_x_ticket_handler *th; in process_one_ticket() local 349 struct ceph_x_ticket_handler *th, in ceph_x_build_authorizer() 414 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th, in ceph_x_encode_ticket() 435 static bool need_key(struct ceph_x_ticket_handler *th) in need_key() 443 static bool have_key(struct ceph_x_ticket_handler *th) in have_key() 462 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local 490 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local 568 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local [all …]
|
| /kernel/linux/linux-6.6/net/ceph/ |
| D | auth_x.c | 122 struct ceph_x_ticket_handler *th; in get_ticket_handler() local 148 struct ceph_x_ticket_handler *th) in remove_ticket_handler() 167 struct ceph_x_ticket_handler *th; in process_one_ticket() local 352 struct ceph_x_ticket_handler *th, in ceph_x_build_authorizer() 418 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th, in ceph_x_encode_ticket() 439 static bool need_key(struct ceph_x_ticket_handler *th) in need_key() 447 static bool have_key(struct ceph_x_ticket_handler *th) in have_key() 467 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local 496 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local 606 struct ceph_x_ticket_handler *th; in handle_auth_session_key() local [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | inode.c | 36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() 639 static inline int _allocate_block(struct reiserfs_transaction_handle *th, in _allocate_block() 671 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local 1445 void reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, in reiserfs_update_sd_size() 1771 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local 1798 static int reiserfs_new_directory(struct reiserfs_transaction_handle *th, in reiserfs_new_directory() 1861 static int reiserfs_new_symlink(struct reiserfs_transaction_handle *th, in reiserfs_new_symlink() 1920 int reiserfs_new_inode(struct reiserfs_transaction_handle *th, in reiserfs_new_inode() 2264 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local [all …]
|
| D | super.c | 69 struct reiserfs_transaction_handle th; in reiserfs_sync_fs() local 149 struct reiserfs_transaction_handle th; in reiserfs_freeze() local 196 struct reiserfs_transaction_handle th; in remove_save_link_only() local 429 void add_save_link(struct reiserfs_transaction_handle *th, in add_save_link() 512 struct reiserfs_transaction_handle th; in remove_save_link() local 591 struct reiserfs_transaction_handle th; in reiserfs_put_super() local 694 struct reiserfs_transaction_handle th; in reiserfs_dirty_inode() local 1434 struct reiserfs_transaction_handle th; in reiserfs_remount() local 1893 struct reiserfs_transaction_handle th; in reiserfs_fill_super() local 2274 struct reiserfs_transaction_handle th; in reiserfs_write_dquot() local [all …]
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | inode.c | 36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() 631 static inline int _allocate_block(struct reiserfs_transaction_handle *th, in _allocate_block() 663 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local 1435 void reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, in reiserfs_update_sd_size() 1761 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local 1788 static int reiserfs_new_directory(struct reiserfs_transaction_handle *th, in reiserfs_new_directory() 1851 static int reiserfs_new_symlink(struct reiserfs_transaction_handle *th, in reiserfs_new_symlink() 1910 int reiserfs_new_inode(struct reiserfs_transaction_handle *th, in reiserfs_new_inode() 2252 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local [all …]
|