Home
last modified time | relevance | path

Searched defs:th (Results 1 – 25 of 163) sorted by relevance

1234567

/openbmc/obmc-console/
H A Dtty-handler.c45 static void tty_set_fd_blocking(struct tty_handler *th, bool fd_blocking) in tty_set_fd_blocking()
69 static void tty_set_blocked(struct tty_handler *th, bool blocked) in tty_set_blocked()
87 static int tty_drain_queue(struct tty_handler *th, size_t force_len) in tty_drain_queue()
148 struct tty_handler *th = arg; in tty_ringbuffer_poll() local
163 struct tty_handler *th = to_tty_handler(handler); in tty_poll() local
194 static int set_terminal_baud(struct tty_handler *th, const char *tty_name, in set_terminal_baud()
217 static int make_terminal_raw(struct tty_handler *th, const char *tty_name) in make_terminal_raw()
245 struct tty_handler *th; in tty_init() local
309 struct tty_handler *th = to_tty_handler(handler); in tty_fini() local
320 struct tty_handler *th = to_tty_handler(handler); in tty_baudrate() local
/openbmc/linux/drivers/macintosh/
H A Dtherm_adt746x.c96 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()
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()
416 static void thermostat_create_files(struct thermostat *th) in thermostat_create_files()
473 struct thermostat* th; in probe_thermostat() local
[all …]
/openbmc/linux/tools/lib/thermal/
H A Dsampling.c17 struct thermal_handler *th = thp->th; in handle_thermal_sample() local
32 thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg) in thermal_sampling_handle()
46 int thermal_sampling_fd(struct thermal_handler *th) in thermal_sampling_fd()
54 thermal_error_t thermal_sampling_exit(struct thermal_handler *th) in thermal_sampling_exit()
65 thermal_error_t thermal_sampling_init(struct thermal_handler *th) in thermal_sampling_init()
H A Dcommands.c264 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, int id, int cmd, in thermal_genl_auto()
290 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz()
296 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev()
302 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip()
308 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor()
313 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp()
318 thermal_error_t thermal_cmd_exit(struct thermal_handler *th) in thermal_cmd_exit()
328 thermal_error_t thermal_cmd_init(struct thermal_handler *th) in thermal_cmd_init()
H A Devents.c119 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()
H A Dthermal.c78 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
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dcore.c105 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
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()
616 intel_th_subdevice_alloc(struct intel_th *th, in intel_th_subdevice_alloc()
766 static int intel_th_populate(struct intel_th *th) in intel_th_populate()
840 struct intel_th *th = data; in intel_th_irq() local
868 struct intel_th *th; in intel_th_alloc() local
[all …]
H A Dpci.c31 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
H A Dacpi.c42 struct intel_th *th; in intel_th_acpi_probe() local
65 struct intel_th *th = platform_get_drvdata(pdev); in intel_th_acpi_remove() local
/openbmc/linux/drivers/thermal/
H A Ddb8500_thermal.c64 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
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust()
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()
649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
861 const struct tcphdr *th, in synproxy_send_client_synack_ipv6()
905 const struct tcphdr *th, in synproxy_send_server_syn_ipv6()
951 const struct tcphdr *th, in synproxy_send_server_ack_ipv6()
990 const struct tcphdr *th, in synproxy_send_client_ack_ipv6()
1031 const struct tcphdr *th, in synproxy_recv_client_ack_ipv6()
[all …]
/openbmc/linux/net/ipv4/
H A Dtcp_offload.c42 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
61 struct tcphdr *th; in tcp_gso_segment() local
185 struct tcphdr *th; in tcp_gro_receive() local
301 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local
334 struct tcphdr *th = tcp_hdr(skb); in tcp4_gro_complete() local
H A Dsyncookies.c153 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence()
173 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local
182 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check()
326 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
/openbmc/linux/net/ipv6/
H A Dtcpv6_offload.c33 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
H A Dsyncookies.c93 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence()
112 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local
117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, in __cookie_v6_check()
135 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
H A Dtcp_ipv6.c383 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local
676 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers()
701 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
739 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local
850 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local
978 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local
1140 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_cookie_check() local
1149 struct tcphdr *th, u32 *cookie) in tcp_v6_get_syncookie()
1565 const struct tcphdr *th) in tcp_v6_fill_cb()
1593 const struct tcphdr *th; in tcp_v6_rcv() local
[all …]
/openbmc/linux/net/ceph/
H A Dauth_x.c122 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
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
671 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local
739 struct ceph_x_ticket_handler *th; in ceph_x_create_authorizer() local
774 struct ceph_x_ticket_handler *th; in ceph_x_update_authorizer() local
922 struct ceph_x_ticket_handler *th = in ceph_x_destroy() local
[all …]
/openbmc/linux/fs/reiserfs/
H A Dinode.c36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local
663 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local
1761 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local
2252 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local
2355 struct reiserfs_transaction_handle th; in map_block_for_writepage() local
2522 struct reiserfs_transaction_handle th; in reiserfs_write_full_page() local
2763 struct reiserfs_transaction_handle *th; in reiserfs_write_begin() local
2822 struct reiserfs_transaction_handle *th; in __reiserfs_write_begin() local
2877 struct reiserfs_transaction_handle *th; in reiserfs_write_end() local
3305 struct reiserfs_transaction_handle th; in reiserfs_setattr() local
[all …]
H A Dsuper.c69 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
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
1432 struct reiserfs_transaction_handle th; in reiserfs_remount() local
1891 struct reiserfs_transaction_handle th; in reiserfs_fill_super() local
2270 struct reiserfs_transaction_handle th; in reiserfs_write_dquot() local
2293 struct reiserfs_transaction_handle th; in reiserfs_acquire_dquot() local
[all …]
H A Dnamei.c431 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, in reiserfs_add_entry()
634 struct reiserfs_transaction_handle th; in reiserfs_create() local
706 struct reiserfs_transaction_handle th; in reiserfs_mknod() local
790 struct reiserfs_transaction_handle th; in reiserfs_mkdir() local
904 struct reiserfs_transaction_handle th; in reiserfs_rmdir() local
1004 struct reiserfs_transaction_handle th; in reiserfs_unlink() local
1109 struct reiserfs_transaction_handle th; in reiserfs_symlink() local
1208 struct reiserfs_transaction_handle th; in reiserfs_link() local
1325 struct reiserfs_transaction_handle th; in reiserfs_rename() local
H A Dstree.c1034 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, in prepare_for_delete_or_cut()
1190 static void init_tb_struct(struct reiserfs_transaction_handle *th, in init_tb_struct()
1251 int reiserfs_delete_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_item()
1402 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_solid_item()
1492 int reiserfs_delete_object(struct reiserfs_transaction_handle *th, in reiserfs_delete_object()
1555 static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, in maybe_indirect_to_direct()
1637 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, in reiserfs_cut_from_item()
1858 static void truncate_directory(struct reiserfs_transaction_handle *th, in truncate_directory()
1877 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th, in reiserfs_do_truncate()
2080 int reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, in reiserfs_paste_into_item()
[all …]
H A Djournal.c1968 int journal_release(struct reiserfs_transaction_handle *th, in journal_release()
3159 struct reiserfs_transaction_handle *th; in reiserfs_persistent_transaction() local
3200 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join()
3214 int journal_join_abort(struct reiserfs_transaction_handle *th, in journal_join_abort()
3228 int journal_begin(struct reiserfs_transaction_handle *th, in journal_begin()
3285 int journal_mark_dirty(struct reiserfs_transaction_handle *th, in journal_mark_dirty()
3392 int journal_end(struct reiserfs_transaction_handle *th) in journal_end()
3529 int journal_end_sync(struct reiserfs_transaction_handle *th) in journal_end_sync()
3571 struct reiserfs_transaction_handle th; in reiserfs_flush_old_commits() local
3746 int journal_mark_freed(struct reiserfs_transaction_handle *th, in journal_mark_freed()
[all …]
H A Dxattr_acl.c25 struct reiserfs_transaction_handle th; in reiserfs_set_acl() local
250 __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode, in __reiserfs_set_acl()
306 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c36 struct tcphdr th; in __check_active_hdr_in() member
132 struct tcphdr *th; in check_active_hdr_in() local
175 struct tcphdr *th; in write_active_opt() local
/openbmc/linux/include/net/
H A Dip6_checksum.h58 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local
68 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep() local

1234567