/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 181 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg)) argument 182 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val)) argument 238 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple() argument 242 ac->bops->read_block(ac->dev, DATAX0, DATAZ1 - DATAX0 + 1, buf); in adxl34x_get_triple() 244 mutex_lock(&ac->mutex); in adxl34x_get_triple() 245 ac->saved.x = (s16) le16_to_cpu(buf[0]); in adxl34x_get_triple() 246 axis->x = ac->saved.x; in adxl34x_get_triple() 248 ac->saved.y = (s16) le16_to_cpu(buf[1]); in adxl34x_get_triple() 249 axis->y = ac->saved.y; in adxl34x_get_triple() 251 ac->saved.z = (s16) le16_to_cpu(buf[2]); in adxl34x_get_triple() [all …]
|
/openbmc/linux/net/ceph/ |
H A D | auth.c | 24 static int init_protocol(struct ceph_auth_client *ac, int proto) in init_protocol() argument 30 return ceph_auth_none_init(ac); in init_protocol() 32 return ceph_x_init(ac); in init_protocol() 39 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id) in ceph_auth_set_global_id() argument 46 if (ac->global_id && global_id != ac->global_id) in ceph_auth_set_global_id() 47 pr_err("global_id changed from %llu to %llu\n", ac->global_id, in ceph_auth_set_global_id() 50 ac->global_id = global_id; in ceph_auth_set_global_id() 60 struct ceph_auth_client *ac; in ceph_auth_init() local 62 ac = kzalloc(sizeof(*ac), GFP_NOFS); in ceph_auth_init() 63 if (!ac) in ceph_auth_init() [all …]
|
H A D | auth_none.c | 15 static void reset(struct ceph_auth_client *ac) in reset() argument 17 struct ceph_auth_none_info *xi = ac->private; in reset() 22 static void destroy(struct ceph_auth_client *ac) in destroy() argument 24 kfree(ac->private); in destroy() 25 ac->private = NULL; in destroy() 28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() argument 30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() 35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate() argument 37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() 42 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer() argument [all …]
|
H A D | auth_x.c | 20 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed); 22 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated() argument 24 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() 28 ceph_x_validate_tickets(ac, &need); in ceph_x_is_authenticated() 29 missing = ac->want_keys & ~xi->have_keys; in ceph_x_is_authenticated() 32 ac->want_keys, xi->have_keys, missing, !missing); in ceph_x_is_authenticated() 36 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate() argument 38 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() 41 ceph_x_validate_tickets(ac, &need); in ceph_x_should_authenticate() 43 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate() [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | access.c | 55 static void *access_ptr(X86Access *ac, vaddr addr, unsigned len) in access_ptr() argument 57 vaddr offset = addr - ac->vaddr; in access_ptr() 59 assert(addr >= ac->vaddr); in access_ptr() 62 if (!ac->haddr1) { in access_ptr() 67 assert(offset <= ac->size1 - len); in access_ptr() 68 return ac->haddr1 + offset; in access_ptr() 70 if (likely(offset <= ac->size1 - len)) { in access_ptr() 71 return ac->haddr1 + offset; in access_ptr() 73 assert(offset <= ac->size - len); in access_ptr() 76 * Only return ac->haddr2 if the area is entirely within the second page, in access_ptr() [all …]
|
H A D | fpu_helper.c | 88 static floatx80 do_fldt(X86Access *ac, target_ulong ptr) in do_fldt() argument 92 temp.l.lower = access_ldq(ac, ptr); in do_fldt() 93 temp.l.upper = access_ldw(ac, ptr + 8); in do_fldt() 97 static void do_fstt(X86Access *ac, target_ulong ptr, floatx80 f) in do_fstt() argument 102 access_stq(ac, ptr, temp.l.lower); in do_fstt() 103 access_stw(ac, ptr + 8, temp.l.upper); in do_fstt() 425 X86Access ac; in helper_fldt_ST0() local 427 access_prepare(&ac, env, ptr, 10, MMU_DATA_LOAD, GETPC()); in helper_fldt_ST0() 430 env->fpregs[new_fpstt].d = do_fldt(&ac, ptr); in helper_fldt_ST0() 437 X86Access ac; in helper_fstt_ST0() local [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | ac.c | 3 * acpi_ac.c - ACPI AC Adapter Driver (Revision: 27) 9 #define pr_fmt(fmt) "ACPI: AC: " fmt 24 #define ACPI_AC_DEVICE_NAME "AC Adapter" 32 MODULE_DESCRIPTION("ACPI AC Adapter Driver"); 54 .name = "ac", 74 /* AC Adapter Management */ 75 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument 79 if (!ac) in acpi_ac_get_state() 83 ac->state = 1; in acpi_ac_get_state() 87 status = acpi_evaluate_integer(ac->device->handle, "_PSR", NULL, in acpi_ac_get_state() [all …]
|
/openbmc/linux/drivers/power/supply/ |
H A D | surface_charger.c | 3 * AC driver for 7th-generation Microsoft Surface devices via Surface System 67 static int spwr_ac_update_unlocked(struct spwr_ac_device *ac) in spwr_ac_update_unlocked() argument 69 __le32 old = ac->state; in spwr_ac_update_unlocked() 72 lockdep_assert_held(&ac->lock); in spwr_ac_update_unlocked() 74 status = ssam_retry(ssam_bat_get_psrc, ac->sdev, &ac->state); in spwr_ac_update_unlocked() 78 return old != ac->state; in spwr_ac_update_unlocked() 81 static int spwr_ac_update(struct spwr_ac_device *ac) in spwr_ac_update() argument 85 mutex_lock(&ac->lock); in spwr_ac_update() 86 status = spwr_ac_update_unlocked(ac); in spwr_ac_update() 87 mutex_unlock(&ac->lock); in spwr_ac_update() [all …]
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6asm.c | 279 static inline void q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, in q6asm_add_hdr() argument 284 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr() 288 hdr->token = ac->session; in q6asm_add_hdr() 291 static int q6asm_apr_send_session_pkt(struct q6asm *a, struct audio_client *ac, in q6asm_apr_send_session_pkt() argument 297 mutex_lock(&ac->cmd_lock); in q6asm_apr_send_session_pkt() 298 ac->result.opcode = 0; in q6asm_apr_send_session_pkt() 299 ac->result.status = 0; in q6asm_apr_send_session_pkt() 306 (ac->result.opcode == hdr->opcode) || in q6asm_apr_send_session_pkt() 307 (ac->result.opcode == rsp_opcode), in q6asm_apr_send_session_pkt() [all …]
|
H A D | q6asm.h | 98 void q6asm_audio_client_free(struct audio_client *ac); 99 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len, 101 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, 105 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id, 107 int q6asm_enc_cfg_blk_pcm_format_support(struct audio_client *ac, 112 int q6asm_read(struct audio_client *ac, uint32_t stream_id); 114 int q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac, 119 int q6asm_stream_media_format_block_flac(struct audio_client *ac, 122 int q6asm_stream_media_format_block_wma_v9(struct audio_client *ac, 125 int q6asm_stream_media_format_block_wma_v10(struct audio_client *ac, [all …]
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | ap_card.c | 25 struct ap_card *ac = to_ap_card(dev); in hwtype_show() local 27 return sysfs_emit(buf, "%d\n", ac->ap_dev.device_type); in hwtype_show() 35 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show() local 37 return sysfs_emit(buf, "%d\n", ac->raw_hwtype); in raw_hwtype_show() 45 struct ap_card *ac = to_ap_card(dev); in depth_show() local 47 return sysfs_emit(buf, "%d\n", ac->queue_depth); in depth_show() 55 struct ap_card *ac = to_ap_card(dev); in ap_functions_show() local 57 return sysfs_emit(buf, "0x%08X\n", ac->functions); in ap_functions_show() 66 struct ap_card *ac = to_ap_card(dev); in request_count_show() local 71 req_cnt = atomic64_read(&ac->total_request_count); in request_count_show() [all …]
|
/openbmc/linux/drivers/media/pci/tw686x/ |
H A D | tw686x-audio.c | 38 struct tw686x_audio_channel *ac = &dev->audio_channels[ch]; in tw686x_audio_irq() local 45 spin_lock_irqsave(&ac->lock, flags); in tw686x_audio_irq() 48 if (!ac->ss || !ac->curr_bufs[0] || !ac->curr_bufs[1]) { in tw686x_audio_irq() 49 spin_unlock_irqrestore(&ac->lock, flags); in tw686x_audio_irq() 53 if (!list_empty(&ac->buf_list)) { in tw686x_audio_irq() 54 next = list_first_entry(&ac->buf_list, in tw686x_audio_irq() 56 list_move_tail(&next->list, &ac->buf_list); in tw686x_audio_irq() 57 done = ac->curr_bufs[!pb]; in tw686x_audio_irq() 58 ac->curr_bufs[pb] = next; in tw686x_audio_irq() 60 spin_unlock_irqrestore(&ac->lock, flags); in tw686x_audio_irq() [all …]
|
/openbmc/linux/include/linux/ceph/ |
H A D | auth.h | 39 int (*is_authenticated)(struct ceph_auth_client *ac); 45 int (*should_authenticate)(struct ceph_auth_client *ac); 52 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end); 53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id, 62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, 65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, 67 int (*add_authorizer_challenge)(struct ceph_auth_client *ac, 71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, 76 void (*invalidate_authorizer)(struct ceph_auth_client *ac, 80 void (*reset)(struct ceph_auth_client *ac); [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.c | 420 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac); 422 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, 874 static void ext4_mb_choose_next_group_p2_aligned(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_p2_aligned() argument 877 struct ext4_sb_info *sbi = EXT4_SB(ac->ac_sb); in ext4_mb_choose_next_group_p2_aligned() 881 if (ac->ac_status == AC_STATUS_FOUND) in ext4_mb_choose_next_group_p2_aligned() 884 if (unlikely(sbi->s_mb_stats && ac->ac_flags & EXT4_MB_CR_POWER2_ALIGNED_OPTIMIZED)) in ext4_mb_choose_next_group_p2_aligned() 887 for (i = ac->ac_2order; i < MB_NUM_ORDERS(ac->ac_sb); i++) { in ext4_mb_choose_next_group_p2_aligned() 899 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) { in ext4_mb_choose_next_group_p2_aligned() 901 ac->ac_flags |= EXT4_MB_CR_POWER2_ALIGNED_OPTIMIZED; in ext4_mb_choose_next_group_p2_aligned() 917 ext4_mb_find_good_group_avg_frag_lists(struct ext4_allocation_context *ac, int order) in ext4_mb_find_good_group_avg_frag_lists() argument [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | suballoc.c | 91 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, 116 struct ocfs2_alloc_context **ac); 118 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource() argument 120 struct inode *inode = ac->ac_inode; in ocfs2_free_ac_resource() 123 if (ac->ac_which != OCFS2_AC_USE_LOCAL) in ocfs2_free_ac_resource() 129 ac->ac_inode = NULL; in ocfs2_free_ac_resource() 131 brelse(ac->ac_bh); in ocfs2_free_ac_resource() 132 ac->ac_bh = NULL; in ocfs2_free_ac_resource() 133 ac->ac_resv = NULL; in ocfs2_free_ac_resource() 134 kfree(ac->ac_find_loc_priv); in ocfs2_free_ac_resource() [all …]
|
/openbmc/qemu/hw/core/ |
H A D | register.c | 75 const RegisterAccessInfo *ac; in register_write() local 79 ac = reg->access; in register_write() 81 if (!ac || !ac->name) { in register_write() 87 old_val = reg->data ? register_read_val(reg) : ac->reset; in register_write() 89 test = (old_val ^ val) & ac->rsvd; in register_write() 95 test = val & ac->unimp; in register_write() 100 prefix, reg->access->name, val, ac->unimp); in register_write() 106 no_w_mask = ac->ro | ac->w1c | ac->rsvd | ~we; in register_write() 108 new_val &= ~(val & ac->w1c); in register_write() 110 if (ac->pre_write) { in register_write() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0006-Avoid-searching-host-dirs.patch | 19 src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac | 4 ++-- 20 src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac | 4 ++-- 21 src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac | 4 ++-- 22 src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac | 6 +++--- 23 src/modules/rlm_sql/drivers/rlm_sql_oracle/configure.ac | 2 +- 24 src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac | 4 ++-- 25 src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure.ac | 4 ++-- 41 …c/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm_sql_db2/confi… 43 --- a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac 44 +++ b/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | serial-tests-config.patch | 12 configure.ac | 2 +- 13 gettext-runtime/configure.ac | 2 +- 14 gettext-tools/configure.ac | 2 +- 17 diff --git a/configure.ac b/configure.ac 19 --- a/configure.ac 20 +++ b/configure.ac 30 diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac 32 --- a/gettext-runtime/configure.ac 33 +++ b/gettext-runtime/configure.ac 43 diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac [all …]
|
/openbmc/linux/fs/afs/ |
H A D | vl_rotate.c | 24 vc->ac.error = SHRT_MAX; in afs_begin_vlserver_operation() 96 int error = vc->ac.error, i; in afs_select_vlserver() 100 vc->ac.tried, vc->ac.index, in afs_select_vlserver() 101 error, vc->ac.abort_code); in afs_select_vlserver() 120 _leave(" = f [okay/local %d]", vc->ac.error); in afs_select_vlserver() 127 switch (vc->ac.abort_code) { in afs_select_vlserver() 139 vc->error = afs_abort_to_error(vc->ac.abort_code); in afs_select_vlserver() 168 afs_end_cursor(&vc->ac); in afs_select_vlserver() 221 ASSERTCMP(vc->ac.alist, ==, NULL); in afs_select_vlserver() 233 memset(&vc->ac, 0, sizeof(vc->ac)); in afs_select_vlserver() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0009-yes-within-the-path-sets-wrong-config-variables.patch | 18 sysdeps/aarch64/configure.ac | 4 ++-- 20 sysdeps/arm/configure.ac | 4 ++-- 22 sysdeps/mips/configure.ac | 4 ++-- 24 sysdeps/nios2/configure.ac | 4 ++-- 26 sysdeps/unix/sysv/linux/mips/configure.ac | 4 ++-- 28 sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac | 8 ++++---- 55 diff --git a/sysdeps/aarch64/configure.ac b/sysdeps/aarch64/configure.ac 57 --- a/sysdeps/aarch64/configure.ac 58 +++ b/sysdeps/aarch64/configure.ac 91 diff --git a/sysdeps/arm/configure.ac b/sysdeps/arm/configure.ac [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ACPI-TAD | 11 BIT(0): AC wakeup implemented if set 16 BIT(5): The AC timer wakes up from S4 if set 17 BIT(6): The AC timer wakes up from S5 if set 28 (RW) The AC alarm timer value. 30 Reads return the current AC alarm timer value in seconds or 31 "disabled", if the AC alarm is not set to wake up the system. 33 Write a new AC alarm timer value in seconds or "disabled" to it 34 to set the AC alarm timer or to disable it, respectively. 36 If the AC alarm timer is set through this attribute and it 45 (RW) The AC alarm expired timer wake policy (see ACPI 6.2, [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 9000.c | 156 const char iwl9162_name[] = "Intel(R) Wireless-AC 9162"; 157 const char iwl9260_name[] = "Intel(R) Wireless-AC 9260"; 158 const char iwl9260_1_name[] = "Intel(R) Wireless-AC 9260-1"; 159 const char iwl9270_name[] = "Intel(R) Wireless-AC 9270"; 160 const char iwl9461_name[] = "Intel(R) Wireless-AC 9461"; 161 const char iwl9462_name[] = "Intel(R) Wireless-AC 9462"; 162 const char iwl9560_name[] = "Intel(R) Wireless-AC 9560"; 163 const char iwl9162_160_name[] = "Intel(R) Wireless-AC 9162 160MHz"; 164 const char iwl9260_160_name[] = "Intel(R) Wireless-AC 9260 160MHz"; 165 const char iwl9270_160_name[] = "Intel(R) Wireless-AC 9270 160MHz"; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | init-exclude.patch | 19 : "$config{'init_dir'}/$ac[0]"); 25 - @ac = split(/\s+/, $a); 26 - if (!$nodemap{$ac[2]}) { 27 - push(@acts, $ac[1]); 29 - "1+$r+$ac[0]+$ac[1]+$ac[2]+$w"); 30 - push(@actsf, "$config{'init_base'}/rc$r.d/$w$ac[0]$ac[1]"); 39 + # @ac = split(/\s+/, $a); 40 + # if (!$nodemap{$ac[2]}) { 41 + # push(@acts, $ac[1]); 43 + # "1+$r+$ac[0]+$ac[1]+$ac[2]+$w"); [all …]
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.c | 24 struct ionic_rx_filter_add_cmd *ac; in ionic_rx_filter_replay() local 35 ac = &ctx.cmd.rx_filter_add; in ionic_rx_filter_replay() 41 memcpy(ac, &f->cmd, sizeof(f->cmd)); in ionic_rx_filter_replay() 48 switch (le16_to_cpu(ac->match)) { in ionic_rx_filter_replay() 52 le16_to_cpu(ac->vlan.vlan)); in ionic_rx_filter_replay() 56 err, ac->mac.addr); in ionic_rx_filter_replay() 61 le16_to_cpu(ac->vlan.vlan), in ionic_rx_filter_replay() 62 ac->mac.addr); in ionic_rx_filter_replay() 128 struct ionic_rx_filter_add_cmd *ac; in ionic_rx_filter_save() local 133 ac = &ctx->cmd.rx_filter_add; in ionic_rx_filter_save() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | x-powers,axp20x-ac-power-supply.yaml | 4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-ac-power-supply.yaml# 7 title: AXP20x AC power-supply 10 The AXP20X can read the current current and voltage supplied by AC by 12 tell if an AC power supply is present and usable. AXP813/AXP803 are 25 - const: x-powers,axp202-ac-power-supply 26 - const: x-powers,axp221-ac-power-supply 28 - const: x-powers,axp803-ac-power-supply 29 - const: x-powers,axp813-ac-power-supply 30 - const: x-powers,axp813-ac-power-supply
|